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 [2017/12/11 13:39]
beandog
psp [2021/10/17 19:34]
beandog [libav]
Line 4: Line 4:
   * [[http://​dtcwee.blogspot.com/​2014/​02/​transcode-to-psp-using-handbrake.html|Transcode to PSP using Handbrake]]   * [[http://​dtcwee.blogspot.com/​2014/​02/​transcode-to-psp-using-handbrake.html|Transcode to PSP using Handbrake]]
   * [[http://​tools.rodrigopolo.com/​mp4box_aspect_fix/​|MP4Box Display Aspect Ratio Calculator]]   * [[http://​tools.rodrigopolo.com/​mp4box_aspect_fix/​|MP4Box Display Aspect Ratio Calculator]]
 +  * [[https://​forum.handbrake.fr/​viewtopic.php?​f=7&​t=35849|HandBrake Forums - PSP Howto]] - I wrote this
  
 I have a PSP 1000 (the very first model) that I use to playback video on, just for fun. ''​ffmpeg''​ used to have a preset output for it, but no more. Encoding for the hardware is simple enough, with the right settings. I have a PSP 1000 (the very first model) that I use to playback video on, just for fun. ''​ffmpeg''​ used to have a preset output for it, but no more. Encoding for the hardware is simple enough, with the right settings.
Line 37: 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 43: 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