Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
psp [2017/12/11 20:39] – 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 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 |
</ | </ | ||
Line 43: | Line 44: | ||
< | < | ||
- | avconv -y -i video.mp4 -sn -vf scale=-:270 -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 |
</ | </ | ||
{{: | {{: | ||