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

Regression analysis on bgc.sub.dub.ogg #2

Open
softworkz opened this issue Oct 27, 2022 · 1 comment
Open

Regression analysis on bgc.sub.dub.ogg #2

softworkz opened this issue Oct 27, 2022 · 1 comment

Comments

@softworkz
Copy link
Owner

reported by Michael Niedermayer on https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-devel/:
(ffstaging/FFmpeg#18)

Causes this testcase to fail:
./ffmpeg -i 'bgc.sub.dub.ogm' -vframes 3 -bitexact -y nosubs.webm

https://samples.ffmpeg.org/ogg/

I did not investgate why or if this a bug or expected. Just reporting a difference
ive seen

@softworkz
Copy link
Owner Author

I have run this command with the Subtitle Filtering patchset applied => nosubs.webm

And with a downloaded binary (n5.1-1-g6d83c5f876-20220730) => nosubs2.webm

Now we can compare the three files (original and the two outputs):

The original file has 496 frames in 4 streams:

The file nosubs2.webm (output from stock ffmpeg) has only 2 frames, one video and one audio frame:

The file nosubs.webm (created from ffmpeg with the subtitle patchset applied) has 

  • 52 audio frames 
    followed by
  • 3 video frames

No more frames appear after the three video frames.

Considering the -vframes 3 parameter, this would appear to me as a proper result, while the output of the stock ffmpeg does not.

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