You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MP4 output requires the mov_text codec, but other containers could use copy instead.
The option -map 0 also copies ALL streams instead of just the first of each. Perhaps you want to expand upon that as well as per http://ffmpeg.org/ffmpeg.html#Subtitle-options_003a so users can copy all subtitle streams.
The text was updated successfully, but these errors were encountered:
It would be good if this script would allow converting subtitles also. Example ffmpeg usage:
C:\ffmpeg.exe -i "D:\input.mkv" -vcodec copy -acodec copy -scodec mov_text -map 0 D:\output.mp4
MP4 output requires the
mov_text
codec, but other containers could usecopy
instead.The option
-map 0
also copies ALL streams instead of just the first of each. Perhaps you want to expand upon that as well as per http://ffmpeg.org/ffmpeg.html#Subtitle-options_003a so users can copy all subtitle streams.The text was updated successfully, but these errors were encountered: