-
Notifications
You must be signed in to change notification settings - Fork 52
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
missing field codec_long_name
#24
Comments
I also ran into this issue, but I see in your provided output, index 26 is indeed missing |
Nope, I just pulled it and saw it's not currently being used, commented references to it out, and it worked like a charm! I'll fork and request sync when I'm not dead tired LOL |
I have the same problem and I can't solve it either. So I used ffmpeg-batch → Presets → Or:
|
So is it still not being used? |
Running the command
alass 18.mkv ./subtitles/18.srt ./subtitles/18.srt --disable-fps-guessing
Yields
But when I run the ffprobe command
D:\Programs\alass\ffmpeg\bin\ffprobe.exe -v error -show_entries format=duration:stream=index,codec_long_name,channels,duration,codec_type -of json 18.mkv
I get the streams, each one containing
codec_long_name
:So what's happening here?
The text was updated successfully, but these errors were encountered: