Re: [FFmpeg-user] ffmpeg hang in background

2018-10-29 Thread Carl Eugen Hoyos
2018-10-29 10:51 GMT+01:00, De Pauw Jimmy : > I am back with this because it has not been resolved. > I removed -r and used -vf for framerate modification but the same > command hanged again completely at random. > > What has happened now in one project with 5 run without changing > anything betwee

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-29 Thread De Pauw Jimmy
I am back with this because it has not been resolved. I removed -r and used -vf for framerate modification but the same command hanged again completely at random. What has happened now in one project with 5 run without changing anything between each run : - Run 1 : ffmpeg exited with code 11

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-18 Thread De Pauw Jimmy
As suggested i have used the filter instead of -r. I also used it in other commands as well since it seems more appropriate for my use. After looking into it i did not know the 2 ways existed and the difference between the 2. I can just now hope it does not happen again. Thanks to your command

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-17 Thread DopeLabs
here is an example of one of the commands i have running without any issues... ffmpeg -d -i http://127.0.0.1:5000 -r 60 -i viz.mp4 -loop 1 -i mask.png -filter_complex lowpass=600,showwaves=s=1280x720:mode=cline:r=60:colors=random|random[viz];[1:v]scale=1280x720,setsar=1/1[sun];[viz][sun]blend=al

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-16 Thread Paul B Mahol
On 10/16/18, DopeLabs wrote: > never happens to me and i have many processes that use -r running in the > background 24/7 > > they all start with > > ffmpeg -d -i > > and end with > > -f flv rtmp://host/app/stream > >> On Oct 16, 2018, at 3:16 16AM, sailor-godkane wrote: >> >> Could using -r wi

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-16 Thread DopeLabs
never happens to me and i have many processes that use -r running in the background 24/7 they all start with ffmpeg -d -i and end with -f flv rtmp://host/app/stream On Oct 16, 2018, at 3:16 16AM, sailor-godkane wrote: > > Could using -r with a filtergraph at the same time hang the command

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-16 Thread Paul B Mahol
On 10/16/18, sailor-godkane wrote: > Could using -r with a filtergraph at the same time hang the command at > random? > It could produce various weird effects. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-16 Thread sailor-godkane
Could using -r with a filtergraph at the same time hang the command at random? -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link a

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-10 Thread Micael Silva
On Wed, Oct 10, 2018 at 10:37 AM sailor-godkane wrote: > Hello, > > I am using ffmpeg in a big project for video/audio automated processing. > Each project for processing requires lots of ffmpeg commands. Those > commands > are run by a daemon written in ObjC using GnuStep. > Since it runs on the

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-10 Thread DopeLabs
its not very well documented but ffmpeg has a daemon mode ffmpeg -d On Oct 10, 2018, at 6:56 46AM, Paul B Mahol wrote: > > On 10/10/18, sailor-godkane wrote: >> Hello, >> >> I am using ffmpeg in a big project for video/audio automated processing. >> Each project for processing requires lots

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-10 Thread Paul B Mahol
On 10/10/18, sailor-godkane wrote: > Hello, > > I am using ffmpeg in a big project for video/audio automated processing. > Each project for processing requires lots of ffmpeg commands. Those commands > are run by a daemon written in ObjC using GnuStep. > Since it runs on the background i used -nos

[FFmpeg-user] ffmpeg hang in background

2018-10-10 Thread sailor-godkane
Hello, I am using ffmpeg in a big project for video/audio automated processing. Each project for processing requires lots of ffmpeg commands. Those commands are run by a daemon written in ObjC using GnuStep. Since it runs on the background i used -nostdin and -loglevel quiet for production use. To