[FFmpeg-trac] #10019(ffmpeg:new): video_track_timescale is not respected when output to hls

FFmpeg trac at avcodec.org
Thu Nov 10 02:07:52 EET 2022


#10019: video_track_timescale is not respected when output to hls
-----------------------------------+----------------------------------
             Reporter:  shaoqiany  |                     Type:  defect
               Status:  new        |                 Priority:  normal
            Component:  ffmpeg     |                  Version:  5.1.2
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+----------------------------------
 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.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10019>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list