-
Notifications
You must be signed in to change notification settings - Fork 39
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
xeve app base/main fps fraction support #133
Comments
https://github.com/mpeg5/xeve/releases |
Using xeveb_app-windows from https://github.com/mpeg5/xeve/actions/runs/10227644170 and:
according to ffmpeg the output is 25fps:
Using:
and ffmpeg reports:
At least to me, it does not look like the xeve app does support decimal or fractions as frame rate atm. |
Hi @Selur, @dkozinski, it would be helpful if you could check why ffmpeg shows 25fps in this case. |
bummer. Using:
for encoding and
for muxing, I still see:
ffmpeg version was build at 2024.07.28 with MBAS. |
@kpchoi Timing Information, like FPS and fixed Framerate or variable Frame, in EVC is stored in the VUI parameters. These are stored in the SPS. So EVC does contain Timing Information, just like AVC, HEVC, VVC ... |
in xeve_set_vui |
Hi @rwillenbacher and @Selur , |
What is wrong with the need to signal the frame rate properly? |
@Selur , I think that it is not a problem relating wrong or correct. |
Okay, so the conclusion is one can't really use xeveb_app, but should use ffmpeg? |
like mentioned in #109 with examples current xeve base/main app does not support fractional fps
Would be nice if this could be supported.
The text was updated successfully, but these errors were encountered: