[FFmpeg-trac] #9172(ffmpeg:new): Live to VOD

FFmpeg trac at avcodec.org
Tue Apr 6 17:47:03 EEST 2021


#9172: Live to VOD
-----------------------------------+---------------------------------------
             Reporter:  Wisperrio  |                     Type:  task
               Status:  new        |                 Priority:  normal
            Component:  ffmpeg     |                  Version:  unspecified
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+---------------------------------------
 Summary of the bug:
 Hello, i'm encoding rtsp to hls stream and need to create vod of this
 stream every 30sec and don't now how to do this with ffmpeg. After all,
 can i split vods by date? May someone help me with creating and spliting
 vods?
 My command is:

 {{{
 ffmpeg -rtsp_transport tcp -use_wallclock_as_timestamps 1 -i input
 rtsp://<ip>:5554 -preset veryfast -crf 20 -g 25 -sc_threshold 0 -c:v
 libx264 -vsync vfr -strftime 1 -f hls -hls_init_time 10 -hls_time 5
 -hls_flags independent_segments+append_list+temp_file -hls_playlist_type
 event -hls_segment_type fmp4 archive.m3u8
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/9172>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list