Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
psp [2023/04/09 17:59] – [ffmpeg] beandog | psp [2023/04/09 18:02] (current) – [HandBrake] beandog | ||
---|---|---|---|
Line 38: | Line 38: | ||
< | < | ||
- | ffmpeg -i video.mp4 -sn -vf scale=480: | + | ffmpeg -i video.mpg -sn -vf scale=480: |
</ | </ | ||
Line 44: | Line 44: | ||
< | < | ||
- | ffmpeg -i video.mp4 -sn -vf scale=-:270 -c:v libx264 -x264-params bframes=1 -profile:v main -ac 2 -y bravia.mp4 | + | ffmpeg -i video.mpg -sn -vf scale=-1:270 -c:v libx264 -x264-params bframes=1 -profile:v main -ac 2 -y psp.mp4 |
</ | </ | ||
Line 63: | Line 63: | ||
< | < | ||
- | HandBrakeCLI -e x264 --encoder-profile main -x bframes=1 --mixdown stereo -w 480 -l 272 -i / | + | HandBrakeCLI |
</ | </ | ||
Line 77: | Line 77: | ||
< | < | ||
- | HandBrakeCLI -e x264 --encoder-profile main -x bframes=1 --mixdown stereo -w 480 -l 272 --subtitle-burned 1 -i / | + | HandBrakeCLI |
</ | </ | ||
{{: | {{: | ||