[FFmpeg-trac] hls live rawvideo recode

Alex Zach alex.z at elasticmedia.io
Mon Oct 2 15:30:19 EEST 2017


Hi!
The -live_start_index option would not work when -codec:v rawvideo is
selected.

Example:
(Working) ffmpeg -ilive_start_index 0 -i input.m3u8 -pix_fmt bgr24
-filter:v showinfo -f image2pipe - | ffplay -
(Working) ffmpeg -i input.m3u8 -pixel_fmt bgr24 -codec:v rawvideo -filter:v
showinfo -f image2pipe - | ffplay -

(NOT Working) ffmpeg -ilive_start_index 0 -i input.m3u8 -pix_fmt bgr24
-codec:v rawvideo -filter:v showinfo -f image2pipe - | ffplay -
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/ffmpeg-trac/attachments/20171002/d5a84de2/attachment.html>


More information about the FFmpeg-trac mailing list