Video Format Conversion
This is real simple and only needs one line.
$ ffmpeg -i filename.ext -ab 56 -ar 22050 -b 500 -s 320x240 filename.ext
The two .ext extensions should obviously be different. Also, the new size -s could be whatever you want.
This is real simple and only needs one line.
$ ffmpeg -i filename.ext -ab 56 -ar 22050 -b 500 -s 320x240 filename.ext
The two .ext extensions should obviously be different. Also, the new size -s could be whatever you want.