Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
samsung_gravity_2 [2017/01/24 02:44] beandogsamsung_gravity_2 [2021/10/18 01:21] (current) beandog
Line 8: Line 8:
  
 <code> <code>
-avconv -i Sony_Bravia_-_Eye_Candy_HD_1080p-jfdMo4b0U_Y.mp4 -ac 1 -ar 8000 -vf scale=176:100,pad=176:144:0:22 -vcodec h263 -ab 12.20k -r 15 samsung.3gp+ffmpeg -i Sony_Bravia_-_Eye_Candy_HD_1080p-jfdMo4b0U_Y.mp4 -ac 1 -ar 8000 -vf scale=176:100,pad=176:144:0:22 -vcodec h263 -ab 12.20k -r 15 samsung.3gp
 </code> </code>
  
Line 14: Line 14:
  
 <code> <code>
-avconv -i source.mp4 -r 15 -vf scale=176:144 -vcodec libx264 -profile:v baseline samsung.mp4+ffmpeg -i source.mp4 -r 15 -vf scale=176:144 -vcodec libx264 -profile:v baseline samsung.mp4
 </code> </code>
  
-You don't have to do any padding at all for the MP4s:+And here's ripping a DVD from Handbrake:
  
 <code> <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 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