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

2019-03-27 Thread Sagar Lakhani
I am sorry for the late reply, i found another way of doing the same. the command i was using in concat script was ffmpeg -y -re -safe 0 -report -loglevel warning -i "${concat_pls:?}" -codec copy -b 4000k -minrate 4000k -maxrate 4000k -bufsize 1835k -copyts -strict -2 -mpegts_service_id $PID -f

Re: [FFmpeg-user] Ham Radio

2019-03-27 Thread Dennis Wage
I use an old OLD windows program called scanrec19 on my pc laptop and it works perfectly. That means I need to run my laptop 24/7/365. I'd like to run everything on my low power consuming Raspberry Pi. I am a ham radio operator and I am audio logging use of a weather repeater system in Tennessee

Re: [FFmpeg-user] Best way to record in segments

2019-03-27 Thread Felipe pi pe
That looks promising, however is there any way to either control the Interval at which packets are output or any way to get the timestamp of each packet? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Ham Radio

2019-03-27 Thread Carl Zwanzig
On 3/27/2019 8:47 AM, Carl Eugen Hoyos wrote: A filter that detects silence exists but the command line tool cannot use this information to start / stop recording. You would have to write an application or at least a script but I would hope that other possibilities exits (I don't know of any).

Re: [FFmpeg-user] Best way to record in segments

2019-03-27 Thread Carl Eugen Hoyos
2019-03-27 16:36 GMT+01:00, Felipe pi pe : > What would be the best format to record on that has easily splittable > fragments? I have already tried MP4 and ISMV, but extracting the boxes is > kinda hacky and doesn't work reliably for some reason. It should output an > uninterrupted stream of

Re: [FFmpeg-user] Ham Radio

2019-03-27 Thread Carl Eugen Hoyos
2019-03-27 16:29 GMT+01:00, Dennis Wage : > With ffmpeg can I capture audio from device line input to an mp3 or wav > file, with a squelch or gate that will only record when audio is present? A filter that detects silence exists but the command line tool cannot use this information to start /

[FFmpeg-user] Best way to record in segments

2019-03-27 Thread Felipe pi pe
What would be the best format to record on that has easily splittable fragments? I have already tried MP4 and ISMV, but extracting the boxes is kinda hacky and doesn't work reliably for some reason. It should output an uninterrupted stream of segments that can be split in 1 second clips without

[FFmpeg-user] Ham Radio

2019-03-27 Thread Dennis Wage
I'll start this thread with a simple question. Total Newbie here. My son will help me configure if I get the answer I want to hear. I already have ffmpeg installed on Raspberry PI and use it to stream to Icecast. Works great. Here is my question: With ffmpeg can I capture audio from device line

Re: [FFmpeg-user] Making length of both videos equal while using chromakey (colorkey )filter.

2019-03-27 Thread Nicolas George
Usman Archi (12019-03-27): > [0:v][a][ckout]overlay=0:0:enable=gte(t\,5):eof_action=pass[despill] I do not think that overlay can accept three inputs. When you have that kind of error, re-read your filter graph very very carefully. Make a diagram on a blackboard of a piece of paper if need be.

[FFmpeg-user] Making length of both videos equal while using chromakey (colorkey )filter.

2019-03-27 Thread Usman Archi
Hi, I'm making a video from two videos of different lengths. i want to trim video which will be large in length and should be the same size of both videos before removing chorma color(Alpha color) from one video. i'm using following filter: -y -i (videoPath1) -i (videoPath2) -filter_complex

Re: [FFmpeg-user] Modifying FFMPEG - MPEG Dash - Changing segment duration on the fly

2019-03-27 Thread Barry Allen
I'll be creating DASH segments initially with a segment duration (say 1 second), then for my use case I have to change the segment duration of the DASH segments on the fly (2 or 3 seconds). I am currently specifying the segment duration using *-seg_duration* command. That's why I am eager to

Re: [FFmpeg-user] Encode in "intra-only"

2019-03-27 Thread Carl Eugen Hoyos
2019-03-27 9:37 GMT+01:00, Mohammed Bey Ahmed Khernache : > Now, I need to know which parallelization scheme (slice, tile, or > wavefront parallel processing) is used to encode a video sequence. (I am not convinced these are three different things.) > How's that possible with *ffprobe*? It

Re: [FFmpeg-user] Modifying FFMPEG - MPEG Dash - Changing segment duration on the fly

2019-03-27 Thread Carl Eugen Hoyos
2019-03-27 9:59 GMT+01:00, Barry Allen : > Is there any way to modify FFMPEG, to change the > segment duration on the fly in the dash encoder . > > I want to this from command line. This is not yet possible (and not easy to understand how you expect this to use). Carl Eugen

[FFmpeg-user] Modifying FFMPEG - MPEG Dash - Changing segment duration on the fly

2019-03-27 Thread Barry Allen
Is there any way to modify FFMPEG, to change the segment duration on the fly in the dash encoder . I want to this from command line. Or is there any API to do this or any java wrapper to change the segment duration on the fly? OS : Mac OS ___

Re: [FFmpeg-user] Encode in "intra-only"

2019-03-27 Thread Mohammed Bey Ahmed Khernache
That's working perfectly. Now, I need to know which parallelization scheme (slice, tile, or wavefront parallel processing) is used to encode a video sequence. How's that possible with *ffprobe*? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org