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/02/24 13:05]
beandog [PSP]
psp [2017/12/10 16:23]
beandog
Line 25: Line 25:
 The baseline profile has less features than the main. The x264 encoding settings using the Main profile will set the amount of B-Frames to 3. However, the PSP won't work with any encoding higher than 1. So any changes to the default encoding here reflect that one difference. (also note that the linked article above disables more features than this -- I started with his configuration -- which worked great -- and then tweaked until I found mine) The baseline profile has less features than the main. The x264 encoding settings using the Main profile will set the amount of B-Frames to 3. However, the PSP won't work with any encoding higher than 1. So any changes to the default encoding here reflect that one difference. (also note that the linked article above disables more features than this -- I started with his configuration -- which worked great -- and then tweaked until I found mine)
  
-==== Encoding ==== 
- 
-I haven'​t tested encoding anything in a higher preset than medium, and don't really want to chase that down since it's such a small display size anyway. If you're looking for better quality, improve the CRF instead. :) 
  
 ==== libav ==== ==== libav ====
Line 54: 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 ====
Line 63: Line 62:
  
 <​code>​ <​code>​
-HandBrakeCLI -e x264 --encoder-profile main -x bframes=1 -w 480 -i /dev/dvd -o movie.mp4+HandBrakeCLI -e x264 --encoder-profile main -x bframes=1 ​--mixdown stereo ​-w 480 -i /dev/dvd -o movie.mp4
 </​code>​ </​code>​
  
Line 77: Line 76:
  
 <​code>​ <​code>​
-HandBrakeCLI -e x264 --encoder-profile main -x bframes=1 -w 480 --subtitle-burned 1 -i /dev/dvd -o movie.mp4+HandBrakeCLI -e x264 --encoder-profile main -x bframes=1 ​--mixdown stereo ​-w 480 --subtitle-burned 1 -i /dev/dvd -o movie.mp4
 </​code>​ </​code>​
  
 {{:​star-wars-psp-subs.png|}} {{:​star-wars-psp-subs.png|}}
  

Navigation