We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
converting a mkv to mp4 for chromecast compatibility with v1.9.6.1-alpha
"Axiom.FFmpeg\ffmpeg\bin\ffmpeg.exe" -y -i "video.mkv" -i "subtitle sync.en.srt" -i "NL audio_SUBTITLE_Stream_3.srt" -c:v copy -map 0:v:0? -c:a aac -b:a 400k -map 0:a? -c:s mov_text -map 1:s? -map 2:s? -disposition:s:1 default -metadata:s:s:0 title="English" -metadata:s:s:0 language="en" -metadata:s:s:1 title="Nederlands" -metadata:s:s:1 language="nl" -map_chapters 0 -map_metadata:s:v 0 -map_metadata:s:a 0 -f mp4 -threads 0 "video.mp4"
result is undefined audio and video metadata.
ie: MPC-BE Jellyfin:
Mediainfo does report de data:
is this a bug or a limitation of mp4 (no srt) or MOV-text?
The text was updated successfully, but these errors were encountered:
I'm not sure why it's not working with srt mov_text. It works with mkv ssa.
srt
mov_text
mkv
ssa
I will do some research and find out what the correct commands are.
Sorry, something went wrong.
Until then I suggest using MKVToolNix to do subtitle metadata.
No branches or pull requests
converting a mkv to mp4 for chromecast compatibility with v1.9.6.1-alpha
"Axiom.FFmpeg\ffmpeg\bin\ffmpeg.exe" -y -i "video.mkv" -i "subtitle sync.en.srt" -i "NL audio_SUBTITLE_Stream_3.srt" -c:v copy -map 0:v:0? -c:a aac -b:a 400k -map 0:a? -c:s mov_text -map 1:s? -map 2:s? -disposition:s:1 default -metadata:s:s:0 title="English" -metadata:s:s:0 language="en" -metadata:s:s:1 title="Nederlands" -metadata:s:s:1 language="nl" -map_chapters 0 -map_metadata:s:v 0 -map_metadata:s:a 0 -f mp4 -threads 0 "video.mp4"
result is undefined audio and video metadata.
ie:
MPC-BE
Jellyfin:
Mediainfo does report de data:
is this a bug or a limitation of mp4 (no srt) or MOV-text?
The text was updated successfully, but these errors were encountered: