diff --git a/h264 b/h264 index 4f08b80..9a6c906 100755 --- a/h264 +++ b/h264 @@ -5,7 +5,7 @@ set -e usage () { cat <&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