SEARCH
TOOLBOX
LANGUAGES
Computers-unix-media

Computers-unix-media

From Hugme.org

Jump to: navigation, search

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]