Re: [FFmpeg-user] FFmpeg is shutting down when concating segmented files and outputting to UDP

2019-01-14 Thread Dennis Mungai
On Tue, Jan 15, 2019, 07:38 Sagar Lakhani hello, > I am new to this community, i have used ffmpeg in my server in which i have > live streams and i am segmenting them and then storing after a while i > concat the segmented files and then output these to udp. > Firstly i got a problem of open file

[FFmpeg-user] FFmpeg is shutting down when concating segmented files and outputting to UDP

2019-01-14 Thread Sagar Lakhani
hello, I am new to this community, i have used ffmpeg in my server in which i have live streams and i am segmenting them and then storing after a while i concat the segmented files and then output these to udp. Firstly i got a problem of open file limit which i had solved but then again i got a

Re: [FFmpeg-user] Meaning of ffprobe output

2019-01-14 Thread Ulf Zibis
Hi, Am 13.01.19 um 00:25 schrieb Carl Eugen Hoyos: tbn >>> This is the container timebase, 90k for mpeg streams. >> For what stands 90k? For 90,000 milli seconds? > It stands for a timebase of 1/9 Is it 1/9 second? > which is the timebase > for all mpeg streams (and cannot be

Re: [FFmpeg-user] How to correctly chain filters

2019-01-14 Thread Carl Eugen Hoyos
2019-01-15 2:07 GMT+01:00, Ulf Zibis : > Am 15.01.19 um 01:30 schrieb Carl Eugen Hoyos: >> 2018-12-07 3:22 GMT+01:00, Ulf Zibis : >> >>> I have tried 2 forms: >>> $ ffmpeg -i in.vob -movflags +faststart -vf bwdif -vf hqdn3d >>> -q 3 -c:a copy out_bwdif_hqdn3d.vob >> Should have improved in

Re: [FFmpeg-user] How to correctly chain filters

2019-01-14 Thread Ulf Zibis
Carl Eugen, thanks for remembering the question .. Am 15.01.19 um 01:30 schrieb Carl Eugen Hoyos: > 2018-12-07 3:22 GMT+01:00, Ulf Zibis : > >> I have tried 2 forms: >> $ ffmpeg -i in.vob -movflags +faststart -vf bwdif -vf hqdn3d >> -q 3 -c:a copy out_bwdif_hqdn3d.vob > Should have improved in

Re: [FFmpeg-user] How to correctly chain filters

2019-01-14 Thread Carl Eugen Hoyos
2018-12-07 3:22 GMT+01:00, Ulf Zibis : > I have tried 2 forms: > $ ffmpeg -i in.vob -movflags +faststart -vf bwdif -vf hqdn3d > -q 3 -c:a copy out_bwdif_hqdn3d.vob Should have improved in current FFmpeg git head. Carl Eugen ___ ffmpeg-user mailing

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Carl Eugen Hoyos
2019-01-14 23:14 GMT+01:00, Hafez Adnan : > Thank you for the reply, please find the link below: > > https://drive.google.com/file/d/1HbEZp5YcWLZjFWBpF-Cr2GliLaRg7uM-/view?usp=sharing I just sent a patch to support such files, work-around is to use the pipe: $ cat file | ffmpeg -i - out.wav

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Hafez Adnan
thanks for the help but 2 things, it works fine with Quick time and how can I fix a large number of files automatically. Best Hafez On Tue, Jan 15, 2019 at 12:52 AM Paul B Mahol wrote: > On 1/14/19, Paul B Mahol wrote: > > On 1/14/19, Hafez Adnan wrote: > >> Thank you for the reply, please

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Paul B Mahol
On 1/14/19, Paul B Mahol wrote: > On 1/14/19, Hafez Adnan wrote: >> Thank you for the reply, please find the link below: >> >> https://drive.google.com/file/d/1HbEZp5YcWLZjFWBpF-Cr2GliLaRg7uM-/view?usp=sharing >> > > Looks like invalid file. Can be easily fixed, by hex editor... > >> Best

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Paul B Mahol
On 1/14/19, Hafez Adnan wrote: > Thank you for the reply, please find the link below: > > https://drive.google.com/file/d/1HbEZp5YcWLZjFWBpF-Cr2GliLaRg7uM-/view?usp=sharing > Looks like invalid file. > Best regards, > Hafez > > On Tue, Jan 15, 2019 at 12:08 AM Paul B Mahol wrote: > >> On

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Hafez Adnan
Thank you for the reply, please find the link below: https://drive.google.com/file/d/1HbEZp5YcWLZjFWBpF-Cr2GliLaRg7uM-/view?usp=sharing Best regards, Hafez On Tue, Jan 15, 2019 at 12:08 AM Paul B Mahol wrote: > On 1/14/19, Hafez Adnan wrote: > > Thank you Dear, I upgrade the FFmpeg, but I

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Paul B Mahol
On 1/14/19, Hafez Adnan wrote: > Thank you Dear, I upgrade the FFmpeg, but I getting sometimes the > following error: > Please upload this CAF sample somewhere. And post link here. > ffmpeg -y -i 6090fd7f711c12ca0d0d975dd80e44b0..caf > 6090fd7f711c12ca0d0d975dd80e44b0.mp3 > ffmpeg version 4.1

Re: [FFmpeg-user] Converting CAF file

2019-01-14 Thread Hafez Adnan
Thank you Dear, I upgrade the FFmpeg, but I getting sometimes the following error: ffmpeg -y -i 6090fd7f711c12ca0d0d975dd80e44b0..caf 6090fd7f711c12ca0d0d975dd80e44b0.mp3 ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers built with gcc 7 (GCC) configuration:

Re: [FFmpeg-user] Unable To Transcode 8 sources simultaneously Real Time In One Instance

2019-01-14 Thread Gabriel Balaich
I've decided to post this same question on Superuser in an attempt to get more eyes on the issue: https://superuser.com/questions/1394234/unable-to-transcode-8-sources-in-one-instance-real-time If I receive any possible solutions from here or there I will update both parties. Any insight would

Re: [FFmpeg-user] overlaying a clut over a picture

2019-01-14 Thread Michael Koch
Am 14.01.2019 um 09:48 schrieb Paul B Mahol: On 1/14/19, Michael Koch wrote: Am 14.01.2019 um 08:40 schrieb Michael Koch: Am 14.01.2019 um 07:28 schrieb Michael Koch: When I create a color-look-up-table with this command line, the result is a 512x512 clut saved as 16-bit PNG. It works as

Re: [FFmpeg-user] overlaying a clut over a picture

2019-01-14 Thread Paul B Mahol
On 1/14/19, Michael Koch wrote: > Am 14.01.2019 um 08:40 schrieb Michael Koch: >> Am 14.01.2019 um 07:28 schrieb Michael Koch: >>> When I create a color-look-up-table with this command line, the >>> result is a 512x512 clut saved as 16-bit PNG. It works as expected >>> and I checked that the top

Re: [FFmpeg-user] problems consuming live single file hls

2019-01-14 Thread Daniel Oberhoff
Since hls is a streaming format i would actually expect this to work. >>> It does work for "multi file" which is what hls is meant to be. >> Byte-range is part of the standard (see >> https://tools.ietf.org/html/draft-pantos-http-live-streaming-08#section-3.4.1), >> so single file is as much