From 94e1fdb60940ad6cace0f567d523a59a195bc77a Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 28 Feb 2023 22:12:41 -0700 Subject: [PATCH] mov_text is a thing of the past --- h264 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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