Convert Video to different format
For converting just one format to another, you can use ffmpeg: ffmpeg -i myfirstvideo.mpeg myoutputvideo.avi The program has its own defaults in terms of compression, etc., but there are extra flags...
View ArticleConvert RM to AVI with mencoder
First make sure mencoder is installed. The syntax is very simple. This command line encodes the sample.rm file with the libav codec (the best divx codec for both performance and quality) and the...
View ArticleConvert AVI to DVD via Commandline
Firstly, you’ll need to download a few things: mencoder (sudo apt-get install mencoder) ffmpeg (sudo apt-get install ffmpeg) dvdauthor (sudo apt-get install dvdauthor) Now make a new file and paste...
View ArticleConvert TS (from Satellite Box) to MPG
Free-To-Air Satellite Receivers often come now with recording capability via a USB port. A Memory stick, or external hard-drive can be used as the destination for the recordings. These recordings will...
View ArticleConvert Video to different format
For converting just one format to another, you can use ffmpeg: ffmpeg -i myfirstvideo.mpeg myoutputvideo.avi The program has its own defaults in terms of compression, etc., but there are extra flags...
View ArticleConvert RM to AVI with mencoder
First make sure mencoder is installed. The syntax is very simple. This command line encodes the sample.rm file with the libav codec (the best divx codec for both performance and quality) and the...
View ArticleConvert AVI to DVD via Commandline
Firstly, you’ll need to download a few things: mencoder (sudo apt-get install mencoder) ffmpeg (sudo apt-get install ffmpeg) dvdauthor (sudo apt-get install dvdauthor) Now make a new file and paste...
View ArticleConvert TS (from Satellite Box) to MPG
Free-To-Air Satellite Receivers often come now with recording capability via a USB port. A Memory stick, or external hard-drive can be used as the destination for the recordings. These recordings will...
View Article