On Mon, Jun 16, 2014 at 03:38:09PM +0800, Bret Busby wrote: > using File Manager, on a Debian 6 system, which shows the video files > as having the extension .qs, , but, on a Debian 7.5 amd64 xfce system, > using the file manager, it shows, in the instance of the last recorded > thumb drive, the video files as being of Type "unknown" (it does list > the filenames, with the extension .qs, and, the file sizes).
Install the file package, then at a command prompt run: 'file filename.qs' (without the quotes). Can you post the output back I would also try converting it to a .avi or .mp4 using avconv from the libav-tools package, e.g 'avconv -i filename.qs outfile.avi' and see if outfile.avi will play in your video player. I use mpv, some others prefer vlc etc. -- "If you're not careful, the newspapers will have you hating the people who are being oppressed, and loving the people who are doing the oppressing." --- Malcolm X -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140616130006.GL31315@tal