Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
psp [2018/01/30 01:08] – 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: | ||
< | < | ||
- | avconv -y -i video.mp4 -sn -vf scale=480: | + | ffmpeg |
</ | </ | ||
Line 44: | 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 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 |
</ | </ | ||
{{: | {{: | ||