Computers-unix-media
From Hugme.org
Command line stuff:
- gavl - will convert from one video type to another
- avinfo - shows header information about an avi file including codec information
- ffmpeg
- Change codec:
- ffmpeg -y -i [input file] -bitexact 1 -vcodec libxvid -s 640x480 -r 29.97 -b 1500 -aspect 4:3 -acodec libfaac -ac 2 -ar 24000 -ab 65535 [output file]
- Change codec: