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 Ffprobe analyzeduration/probesize configuration #825

Open
Kal74 opened this issue Jul 21, 2021 · 0 comments · May be fixed by #826
Open

Add Ffprobe analyzeduration/probesize configuration #825

Kal74 opened this issue Jul 21, 2021 · 0 comments · May be fixed by #826

Comments

@Kal74
Copy link

Kal74 commented Jul 21, 2021

Q A
Bug? no
New Feature? yes
Version Used v0.18.0
FFmpeg Version FFmpeg 4.3.1
OS Alpine 3.12

Actual Behavior

Some subtitles track are not discovered by FfProbe in a Mpeg2Transport file.

Possible Solutions

The tracks are not present at the beging of the file, to discover them, we need to define arguments to the ffprobe command:
-analyzeduration 5000000000 -probesize 1000000000

I suggest to add:
- 'ffprobe.analyzeduration'
- 'ffprobe.probesize'
to the configuration

@Kal74 Kal74 changed the title Add Add Ffprobe analyzeduration/probesize configuration Jul 21, 2021
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

Successfully merging a pull request may close this issue.

1 participant