We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps: 1- Gerenerate fmp4 with:
ffmpeg -f lavfi -re -i smptebars=duration=15:size=320x200:rate=30 \ -pix_fmt yuv420p -c:v libx264 -b:v 250k -g 30 -keyint_min 120 -profile:v baseline -preset veryfast \ -f mp4 -movflags empty_moov+omit_tfhd_offset+frag_keyframe+default_base_moof /tmp/test.mp4
2- Show atoms in thumbcoil and Bento MP4 dump
You will see trun: sample_count is not shown in thumbcoil
trun: sample_count
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps:
1- Gerenerate fmp4 with:
2- Show atoms in thumbcoil and Bento MP4 dump
You will see
trun: sample_count
is not shown in thumbcoilThe text was updated successfully, but these errors were encountered: