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 (both embedded in the video) or added through .srt or .vtt files. #162

Open
ggarra13 opened this issue Dec 8, 2023 · 0 comments
Milestone

Comments

@ggarra13
Copy link
Owner

ggarra13 commented Dec 8, 2023

mrViewer supported subtitles both embedded in the .mp4 video file or added .srt file. This is a feature still missing in mrv2.

While embedded subtitles can be handled by FFmpegReadVideo.cpp, .srt/.vtt subtitles are supported in FFmpeg through filters, so we would need to add the avfilter library once again.

@ggarra13 ggarra13 added this to the v2.0.0 milestone Dec 8, 2023
@ggarra13 ggarra13 modified the milestones: v2.0.0, v3.0.0 Feb 17, 2024
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

1 participant