Changes between Version 49 and Version 50 of Concatenate


Ignore:
Timestamp:
Aug 7, 2023, 1:01:51 PM (3 years ago)
Author:
Wolfgang Bauer
Comment:

add missing concat demuxer to ffmpeg command

Legend:

Unmodified
Added
Removed
Modified
  • Concatenate

    v49 v50  
    9393
    9494{{{
    95 ffmpeg -re -stream_loop -1 -i list.txt -flush_packets 0 -f mpegts udp://127.0.0.1:5000?pkt_size=1316
     95ffmpeg -re -stream_loop -1 -f concat -i list.txt -flush_packets 0 -f mpegts udp://127.0.0.1:5000?pkt_size=1316
    9696}}}
    9797