Hello,
Is there a way to transcode growing files with fmmpeg ?
Here are the tests I did, with 2 instances of ffmpeg running
simultaneously :
1 - Growing file generation faster than processing
ffmpeg.exe -i input.mxf -c copy growing.mxf
ffmpeg.exe -i growing.mxf output.mkv
Everything is OK.
2 - Growing file generation slower than processing
ffmpeg.exe -i input.mxf growing.mkv
ffmpeg.exe -i growing.mkv -c copy output.mkv
ffmpeg stops when it reaches the current end of the growing file.
Any way to avoid this behavior ?
Note : The growing file can be produced by ffmpeg but also by any other
software.
Thanks,
Gregor.
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".