mov_text is a thing of the past
This commit is contained in:
parent
ddb6b491a4
commit
94e1fdb609
7
h264
7
h264
|
@ -5,7 +5,7 @@ set -e
|
||||||
usage () { cat <<EOD 1>&2; }
|
usage () { cat <<EOD 1>&2; }
|
||||||
Usage: $0 [OPTIONS...] SRC [SRC...]
|
Usage: $0 [OPTIONS...] SRC [SRC...]
|
||||||
|
|
||||||
Re-encodes to h.264.
|
Re-encodes to h.264, preserving audio and subtitles.
|
||||||
Output will be written to \$SRC.h264.mp4
|
Output will be written to \$SRC.h264.mp4
|
||||||
|
|
||||||
-height H Rescale to no taller than H
|
-height H Rescale to no taller than H
|
||||||
|
@ -13,11 +13,6 @@ Output will be written to \$SRC.h264.mp4
|
||||||
-720p Rescale to no bigger than 720p
|
-720p Rescale to no bigger than 720p
|
||||||
-480p Rescale to no bigger than 480p
|
-480p Rescale to no bigger than 480p
|
||||||
-swenc Software encode instead of hardware
|
-swenc Software encode instead of hardware
|
||||||
|
|
||||||
In addition to transcoding video,
|
|
||||||
this will force any subtitles into mov_text.
|
|
||||||
This is due to some odd interaction between
|
|
||||||
ffmpeg, h264_v4l2m2m, and mp4.
|
|
||||||
EOD
|
EOD
|
||||||
|
|
||||||
height=ih
|
height=ih
|
||||||
|
|
Loading…
Reference in New Issue