-
Notifications
You must be signed in to change notification settings - Fork 544
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
MP4Box change input framerate to 25 fps #2562
Comments
test file is not working, could you reupload ? It looks like the input bitstream does not have any FPS info. 25 fps is the default framerate when importing content with no FPS info in the bitstream, use Will reopen if you can upload faulty content |
Hi @jeanlf |
indeed this was due to a very large value in vui timescale, now fixed - thanks for the file! |
Tested with:
GPAC version 2.2.1-rev0-gb34e3851-release-2.2
,GPAC version 2.3-DEV-rev478-g89285266-master
Sample: https://anonymfile.com/560bg/video1440.7z
x264 command to encode sample:
x264-r3107-a8b68eb.exe --preset fast --output-csp i422 --sar 1:1 --bframes 2 --crf 17 --keyint 30 --no-interlaced --videoformat component --output VIDEO1440.h264 mame-1440.avs
ffprobe info:
ffprobe -i VIDEO1440.h264 -hide_banner -probesize 10M
Output:
MP4Box mux command:
mp4box -add "VIDEO1440.h264" -new "file.mp4"
Output:
The text was updated successfully, but these errors were encountered: