Opened 4 years ago
#10019 new defect
video_track_timescale is not respected when output to hls
| Reported by: | shaoqiany | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | ffmpeg |
| Version: | 5.1.2 | Keywords: | |
| Cc: | shaoqiany | Blocked By: | |
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
% ffmpeg -i tmp.mp4 -video_track_timescale 16000 -f hls -hls_playlist_type vod -hls_segment_type fmp4 output.m3u8 ffmpeg 5.12
The output init.mp4 always use 15360 as the video timescale, instead of the specified one from -video_track_timescale.
Note:
See TracTickets
for help on using tickets.


