;#; Back to Developers Page ;#;
Usually, I have to deal with video files to make some tests, so I have decided to create this space to save all those little tips I need from time to time.
First at all, install mencoder:
The command:
I found a great post right here: http://forums.liveleak.com/showthread.php?t=1716
The short version:
The command:
Little explanation:
ffmpeg: the program -i input.avi: the input file -b 2028k: the output bitrate -s 640x480: the output resolution -r 30: the output frames per second -acodec copy: the output audio codec output.flv: the output file
The command:
The command:
Where output.flv is the video without sound.
The command: