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/06/11 23:23]
beandog [HandBrake]
psp [2017/12/11 13:39]
beandog
Line 9: Line 9:
 These playback settings are designed to run with the most recent firmware, version 6.61. These playback settings are designed to run with the most recent firmware, version 6.61.
  
-Playback is at 480x272, with a 16:9 aspect ratio.+Playback is at 480x270, with a 16:9 aspect ratio.
  
 The video player does have support for chapters, but adding them to the MP4 doesn'​t have any effect. [Note: when using HandBrake. Probably need to use the proper supported subtitle formats for MP4] The video player does have support for chapters, but adding them to the MP4 doesn'​t have any effect. [Note: when using HandBrake. Probably need to use the proper supported subtitle formats for MP4]
  
-If you're encoding something video that's **widescreen**,​ then scale the width to 480 so that you're using the entire length and have black bars on top and bottom. On the other hand, if it's **fullframe**,​ then do a height of 272 so it's not stretching the video, and you have black bars on the left and right.+If you're encoding something video that's **widescreen**,​ then scale the width to 480 so that you're using the entire length and have black bars on top and bottom. On the other hand, if it's **fullframe**,​ then do a height of 270 so it's not stretching the video, and you have black bars on the left and right.
  
 ==== Playstation Manual ==== ==== Playstation Manual ====
Line 40: Line 40:
 </​code>​ </​code>​
  
-For a video source that is taller than wider (pan & scan), set the height to 272:+For a video source that is taller than wider (pan & scan), set the height to 270:
  
 <​code>​ <​code>​
-avconv -y -i video.mp4 -sn -vf scale=-:272 -c:v libx264 -x264-params bframes=1 -profile:v main -ac 2 bravia.mp4+avconv -y -i video.mp4 -sn -vf scale=-:270 -c:v libx264 -x264-params bframes=1 -profile:v main -ac 2 bravia.mp4
 </​code>​ </​code>​
  
Line 51: Line 51:
  
 The video player itself for the PSP will list a video as "​Unsupported Data" if it can't be played back. However, don't depend on this icon completely as proof of failure. Some files it will show the video icon, but then have "This video cannot be played."​ when trying to watch it. An example being where something'​s encoded with the Main x264 profile alone. The video player itself for the PSP will list a video as "​Unsupported Data" if it can't be played back. However, don't depend on this icon completely as proof of failure. Some files it will show the video icon, but then have "This video cannot be played."​ when trying to watch it. An example being where something'​s encoded with the Main x264 profile alone.
 +
 +For thumbnails, have a JPEG of 160x106 with the same basename as the video in the same directory.
  
 ==== HandBrake ==== ==== HandBrake ====

Navigation