Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
psp [2021/10/18 01:34] – [libav] beandog | psp [2023/04/09 18:02] (current) – [HandBrake] beandog | ||
---|---|---|---|
Line 27: | Line 27: | ||
- | ==== libav ==== | + | ==== ffmpeg |
* Scale video automatically | * Scale video automatically | ||
Line 38: | Line 38: | ||
< | < | ||
- | ffmpeg | + | ffmpeg -i video.mpg -sn -vf scale=480: |
</ | </ | ||
Line 44: | Line 44: | ||
< | < | ||
- | ffmpeg | + | 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 -i / | + | HandBrakeCLI |
</ | </ | ||
Line 77: | Line 77: | ||
< | < | ||
- | HandBrakeCLI -e x264 --encoder-profile main -x bframes=1 --mixdown stereo -w 480 --subtitle-burned 1 -i / | + | HandBrakeCLI |
</ | </ | ||
{{: | {{: | ||