Quantcast
Channel: Convert Video – Practica Technical
Browsing all 8 articles
Browse latest View live

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 Article


Convert 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 Article


Convert 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 Article

Convert 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

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 Article


Convert 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 Article

Convert 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 Article

Convert 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

Browsing all 8 articles
Browse latest View live