mov_text is a thing of the past

This commit is contained in:
Neale Pickett 2023-02-28 22:12:41 -07:00
parent ddb6b491a4
commit 94e1fdb609
1 changed files with 1 additions and 6 deletions

7
h264
View File

@ -5,7 +5,7 @@ set -e
usage () { cat <<EOD 1>&2; }
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
-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
-480p Rescale to no bigger than 480p
-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
height=ih