The tar command on Linux is used to create and extract TAR archive files. Run "tar -czvf archive-name.tar.gz /path/to/file” ...
I have an h264-encoded file that is in an mkv container. Unfortunately, as nice as an open container format is, I have yet to find a player than can handle it as well as and avi or mp4 container. So, ...