Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
video_conversion [2013/07/11 23:29] – created - external edit 127.0.0.1video_conversion [2025/07/21 09:16] (current) steve
Line 3: Line 3:
   * [[faac]]   * [[faac]]
   * [[Handbrake]]   * [[Handbrake]]
-  * [[libav]] 
   * [[mp4box]]   * [[mp4box]]
   * [[x264]]   * [[x264]]
Line 17: Line 16:
  
 <code> <code>
-avconv -i source.mp4 -s hd480 -aspect 16:9 source.y4m+ffmpeg -i source.mp4 -s hd480 -aspect 16:9 source.y4m
 </code> </code>
  
Line 49: Line 48:
  
 <code> <code>
-avconv -i source.mp4 audio.wav +ffmpeg -i source.mp4 audio.wav 
-avconv -i audio.wav -b 96k audio.m4a+ffmpeg -i audio.wav -b 96k audio.m4a
 </code> </code>
  

Navigation
QR Code
QR Code video_conversion (generated for current page)