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
samsung_gravity_2 [2017/01/22 04:08]
beandog
samsung_gravity_2 [2017/01/23 19:44]
beandog
Line 14: Line 14:
  
 <​code>​ <​code>​
-avconv source.mp4 -r 15 -vf scale=176:​144 -vcodec libx264 -profile baseline samsung.mp4+avconv ​-i source.mp4 -r 15 -vf scale=176:​144 -vcodec libx264 -profile:v baseline ​samsung.mp4 
 +</​code>​ 
 + 
 +You don't have to do any padding at all for the MP4s: 
 + 
 +<​code>​ 
 +HandBrakeCLI --format av_mp4 --encoder x264 --encoder-profile baseline --encoder-preset medium --rate 15 --aencoder fdk_aac --mixdown stereo --width 176 --subtitle none -i /dev/dvd -o samsung.mp4
 </​code>​ </​code>​

Navigation