Wrong frame rate in output MPD with TS input #662
Labels
status: archived
Archived and locked; will not be updated
status: duplicate
A duplicate of another issue; should be closed after linking to the original issue
System info
Operating System: gLinux / Debian testing
Shaka Packager Version: v2.3.0-5bf8ad5-release
Issue and steps to reproduce the problem
Packager Command:
What is the expected result?
I would expect the frame rate in the MPD to be correct in both cases.
What happens instead?
The frame rate of the input file is 24 fps according to ffprobe. The frame rate of both intermediate.ts and intermediate.mp4 are 24 fps according to ffprobe. After packaging, the frame rate of both from_mp4.mp4 and from_ts.mp4 are 24 fps.
In from_mp4.mpd, the
frameRate
attribute is12288/512
, or 24 fps.In from_ts.mpd, the
frameRate
attribute is90000/7500
, or 12 fps.Something seems to go wrong when the intermediate file is TS instead of MP4.
If you run the same test with a different source file (https://storage.googleapis.com/shaka-streamer-assets/sample-inputs/Sintel.2010.720p.mkv), Packager does the right thing. It's not clear why that would be.
The text was updated successfully, but these errors were encountered: