Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
psp [2018/01/29 18:08]
beandog
psp [2021/10/17 19:41]
beandog [libav]
Line 27: Line 27:
  
  
-==== libav ====+==== ffmpeg ​====
  
   * Scale video automatically   * Scale video automatically
Line 38: Line 38:
  
 <​code>​ <​code>​
-avconv ​-y -i video.mp4 -sn -vf scale=480:​-1 -c:v libx264 -x264-params bframes=1 -profile:v main -ac 2 bravia.mp4+ffmpeg ​-y -i video.mp4 -sn -vf scale=480:​-1 -c:v libx264 -x264-params bframes=1 -profile:v main -ac 2 bravia.mp4
 </​code>​ </​code>​
  
Line 44: Line 44:
  
 <​code>​ <​code>​
-avconv ​-y -i video.mp4 -sn -vf scale=-:270 -c:v libx264 -x264-params bframes=1 -profile:v main -ac 2 bravia.mp4+ffmpeg ​-y -i video.mp4 -sn -vf scale=-:270 -c:v libx264 -x264-params bframes=1 -profile:v main -ac 2 bravia.mp4
 </​code>​ </​code>​
  

Navigation