Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
psp [2017/12/10 23:23] – beandog | psp [2023/04/09 18:02] (current) – [HandBrake] beandog | ||
---|---|---|---|
Line 4: | Line 4: | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
+ | * [[https:// | ||
I have a PSP 1000 (the very first model) that I use to playback video on, just for fun. '' | I have a PSP 1000 (the very first model) that I use to playback video on, just for fun. '' | ||
Line 9: | Line 10: | ||
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' | The video player does have support for chapters, but adding them to the MP4 doesn' | ||
- | If you're encoding something video that's **widescreen**, | + | If you're encoding something video that's **widescreen**, |
==== Playstation Manual ==== | ==== Playstation Manual ==== | ||
Line 26: | Line 27: | ||
- | ==== libav ==== | + | ==== ffmpeg |
* Scale video automatically | * Scale video automatically | ||
Line 37: | Line 38: | ||
< | < | ||
- | avconv -y -i video.mp4 -sn -vf scale=480: | + | ffmpeg |
</ | </ | ||
- | 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: |
< | < | ||
- | avconv -y -i video.mp4 -sn -vf scale=-:272 -c:v libx264 -x264-params bframes=1 -profile:v main -ac 2 bravia.mp4 | + | ffmpeg |
</ | </ | ||
Line 62: | Line 63: | ||
< | < | ||
- | HandBrakeCLI -e x264 --encoder-profile main -x bframes=1 --mixdown stereo -w 480 -i / | + | HandBrakeCLI |
</ | </ | ||
Line 76: | Line 77: | ||
< | < | ||
- | HandBrakeCLI -e x264 --encoder-profile main -x bframes=1 --mixdown stereo -w 480 --subtitle-burned 1 -i / | + | HandBrakeCLI |
</ | </ | ||
{{: | {{: | ||