-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no subtitles when converting to supported format #984
Comments
The problem is that not all formats support all subtitle codecs. So this is likely to cause the operation to fail. Doesnt subtitles show up in losslesscut after converting to supported format? |
Now losslesscut convert to supported format and the format is Matroska.Matroska support most kinds of subtitle. |
Not on macos (mp4). We could add a condition in the code, but what is the motivation for this feature request? |
For subtitle viewing. |
I just tested remuxing a video (mp4) with subtitle codec
|
mov_text |
True. could be combined with this issue: #418 |
I think if the video file contain subtitle streams, the subtitles should be preserved when converting the video.
ffmpeg use
-map 0:s? -c:s copy
The text was updated successfully, but these errors were encountered: