Skip to content
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

Add support for subtitles #6

Open
mstrelan opened this issue Feb 19, 2013 · 3 comments
Open

Add support for subtitles #6

mstrelan opened this issue Feb 19, 2013 · 3 comments

Comments

@mstrelan
Copy link

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 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.

@cytec
Copy link
Contributor

cytec commented Sep 30, 2013

maybe this helps #33

@senko
Copy link
Owner

senko commented Jan 9, 2014

Since #33 is now merged, I believe all of this now works, right @cytec?

@cytec
Copy link
Contributor

cytec commented Jan 9, 2014

yes, map is implemented as well as subtitle codecs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants