Re: [FFmpeg-user] Growing file processing

2019-03-11 Thread Lou Logan
On Sun, Mar 10, 2019, at 3:05 AM, Bouke wrote: > > I reverted to webmail, and missed some stuff here and there. (One of my > accounts bounces a lot of mails from the FF list for some reason.) If I recall correctly it is related to the DMARC policy of your mail provider. I made a change last week

Re: [FFmpeg-user] Growing file processing

2019-03-10 Thread Bouke
> On 02 Mar 2019, at 18:39, Moritz Barsnick > wrote: > > On Sat, Mar 02, 2019 at 11:02:03 +0100, Bouke / VideoToolShed wrote: >> Next, it is dog slow, sorta kinda defeating the whole idea. > > I thought the whole point was that the "receiving" ffmpeg was too fast, > in

Re: [FFmpeg-user] Growing file processing

2019-03-10 Thread Bouke / VideoToolShed
> On 02 Mar 2019, at 18:39, Moritz Barsnick wrote: > > On Sat, Mar 02, 2019 at 11:02:03 +0100, Bouke / VideoToolShed wrote: >> Next, it is dog slow, sorta kinda defeating the whole idea. > > I thought the whole point was that the "receiving" ffmpeg was too fast, > in relation to the processing

Re: [FFmpeg-user] Growing file processing

2019-03-02 Thread Gyan
On 02-03-2019 09:57 PM, Marton Balint wrote: Another approach is to use -rw_timeout 100 and -follow 1 options. Stangely the 'follow' option is documented under the ftp protocol when it in fact applies to the file protocol... That's a libav merge gone wrong in 90eb24996913238e1a Correc

Re: [FFmpeg-user] Growing file processing

2019-03-02 Thread Moritz Barsnick
On Sat, Mar 02, 2019 at 11:02:03 +0100, Bouke / VideoToolShed wrote: > Next, it is dog slow, sorta kinda defeating the whole idea. I thought the whole point was that the "receiving" ffmpeg was too fast, in relation to the processing "speed" of the sending ffmpeg. And that the "receiving" side need

Re: [FFmpeg-user] Growing file processing

2019-03-02 Thread Carl Zwanzig
On 3/2/2019 2:02 AM, Bouke / VideoToolShed wrote: Great trick, works here too, except that it of course never stops. So, it’s either telling FFmpeg how long the file ‘should’ be, or do a 'pkill tail'. Is there a more sophisticated way? Next, it is dog slow, sorta kinda defeating the whole idea.

Re: [FFmpeg-user] Growing file processing

2019-03-02 Thread andrei ka
cygwin has tail with -c N -F On Tue, Feb 26, 2019 at 11:00 AM wrote: > 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 inp

Re: [FFmpeg-user] Growing file processing

2019-03-02 Thread Marton Balint
On Sat, 2 Mar 2019, Bouke / VideoToolShed wrote: Bouke www.VideoToolShed.com van Oldenbarneveltstraat 33 6512 AS Nijmegen +31 6 21817248 To send files, go here: https://videotoolshed.wetransfer.com/ On 26 Feb 2019, at 13:20, Moritz Barsnick wrote: On Tue, Feb 26, 2019 at 11:00:40 +0100

Re: [FFmpeg-user] Growing file processing

2019-03-02 Thread Bouke / VideoToolShed
Bouke www.VideoToolShed.com van Oldenbarneveltstraat 33 6512 AS Nijmegen +31 6 21817248 To send files, go here: https://videotoolshed.wetransfer.com/ > On 26 Feb 2019, at 13:20, Moritz Barsnick wrote: > > On Tue, Feb 26, 2019 at 11:00:40 +0100, g.cem...@woody-technologies.com wrote: >> 2 - G

Re: [FFmpeg-user] Growing file processing

2019-02-28 Thread Moritz Barsnick
On Thu, Feb 28, 2019 at 15:00:31 +0100, g.cem...@woody-technologies.com wrote: > To summarize : > ffmpeg -i input.mxf growing.mkv > tail -c +1 -F growing.mkv ffmpeg -i - -c copy output.mkv > works like a charm. > You have to stop the 2nd instance to close the target file. Cool! Thanks for the

[FFmpeg-user] Growing file processing

2019-02-28 Thread g . cemeli
Le 26.02.2019 17:59, Carl Zwanzig a écrit : On 2/26/2019 8:51 AM, g.cem...@woody-technologies.com wrote: Thanks, very good idea, but I'm under Windows and can't find a tail tool with the  -c +1 -F options ... Somebody has another idea ? Maybe not the best of solutions, but msys2 has a 'tail'

Re: [FFmpeg-user] Growing file processing

2019-02-26 Thread Ulf Zibis
Hi Gregor, please do not hijack threads, means, do not klick "answer" on an post of another subject to start a new subject! Thanks, Ulf Am 26.02.19 um 11:00 schrieb g.cem...@woody-technologies.com: > Hello, > > Is there a way to transcode growing files with fmmpeg ? > > Here are the tests I did

Re: [FFmpeg-user] Growing file processing

2019-02-26 Thread Moritz Barsnick
On Tue, Feb 26, 2019 at 17:51:09 +0100, g.cem...@woody-technologies.com wrote: > Thanks, very good idea, but I'm under Windows and can't find a tail tool > with the -c +1 -F options ... Well, Windows has always been pretty braindead out of the box, where Unix has all the funky tools. As Carl me

Re: [FFmpeg-user] Growing file processing

2019-02-26 Thread Carl Zwanzig
On 2/26/2019 8:51 AM, g.cem...@woody-technologies.com wrote: Thanks, very good idea, but I'm under Windows and can't find a tail tool with the  -c +1 -F options ... Somebody has another idea ? Maybe not the best of solutions, but msys2 has a 'tail' command which supports that option (and whic

Re: [FFmpeg-user] Growing file processing

2019-02-26 Thread g . cemeli
Le 26.02.2019 13:20, Moritz Barsnick a écrit : On Tue, Feb 26, 2019 at 11:00:40 +0100, g.cem...@woody-technologies.com wrote: 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 cur

Re: [FFmpeg-user] Growing file processing

2019-02-26 Thread Moritz Barsnick
On Tue, Feb 26, 2019 at 11:00:40 +0100, g.cem...@woody-technologies.com wrote: > 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

[FFmpeg-user] Growing file processing

2019-02-26 Thread g . cemeli
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.