[FFmpeg-user] emerge has unconnected output? Works on FFMPEG 4, not 3

2020-11-23 Thread KarlMessner
2:a:0] concat=n=3:v=1:a=1[v][a]" -map "[v]" -map "[a]" -f mp4 videos/out1606134367mp4 2>&1 Here's the report: ffmpeg started on 2020-11-23 at 07:26:07 Report written to "ffmpeg-20201123-072607.log" ffmpeg version 3.0.2 Copyright (c) 2000-2016 the FFmpeg develo

Re: [FFmpeg-user] emerge has unconnected output? Works on FFMPEG 4, not 3

2020-11-23 Thread Michael Koch
Am 23.11.2020 um 13:50 schrieb KarlMessner: Good morning folks, Any idea what I'm doing wrong here: /usr/local/bin/ffmpeg -report -i videos/intro720.mp4 -i videos/raw.mp4 -i videos/outro720.mp4 -i videos/music.mp3 -filter_complex " \ [0]

Re: [FFmpeg-user] emerge has unconnected output? Works on FFMPEG 4, not 3

2020-11-23 Thread Michael Koch
Am 23.11.2020 um 13:50 schrieb KarlMessner: Good morning folks, Any idea what I'm doing wrong here: /usr/local/bin/ffmpeg -report -i videos/intro720.mp4 -i videos/raw.mp4 -i videos/outro720.mp4 -i videos/music.mp3 -filter_complex " \ [0]

[FFmpeg-user] ffplay AC3 playback latency

2020-11-23 Thread Jacob S. Moroni
Hello, I have a data source that is providing an AC3 bitstream in real time via an external interface. I am piping this into ffplay, which I’m using to decode it and play it back through my soundcard for live listening. This bitstream is coming from a video game console, so it’s important to have

Re: [FFmpeg-user] emerge has unconnected output? Works on FFMPEG 4, not 3

2020-11-23 Thread Karl Messner
he following filters could not choose their formats: Parsed_amerge_10 Consider inserting the (a)format filter near their input or output. Error configuring complex filters. Input/output error Any idea? Karl Here's the whole report: ffmpeg started on 2020-11-23 at 10:12:56 Report written t

Re: [FFmpeg-user] emerge has unconnected output? Works on FFMPEG 4, not 3

2020-11-23 Thread Michael Koch
Am 23.11.2020 um 16:14 schrieb Karl Messner: Michael, Thank you so much for your help. I made the changes you suggested and now I'm getting this: ffmpeg -report -i videos/intro720.mp4 -i videos/raw.mp4 -i videos/outro720.mp4 -i videos/music.mp3 -filter_complex " \

Re: [FFmpeg-user] emerge has unconnected output? Works on FFMPEG 4, not 3

2020-11-23 Thread Karl Messner
I'm hosting on HostUpon, that's what they have. Is there a more up-to-date cheap hosting platform with ffmpeg? Karl > On Nov 23, 2020, at 12:06 PM, Carl Zwanzig wrote: > > On 11/23/2020 7:14 AM, Karl Messner wrote: >> ffmpeg version 3.0.2 Copyright (c) 2000-2016 the FFmpeg developers > > Do

Re: [FFmpeg-user] emerge has unconnected output? Works on FFMPEG 4, not 3

2020-11-23 Thread Carl Zwanzig
(Please don't top-post on this list) On 11/23/2020 12:42 PM, Karl Messner wrote: I'm hosting on HostUpon, that's what they have. Is there a more up-to-date cheap hosting platform with ffmpeg? They ought to update themselves Do you need to run on a hosting platform at all? ffmpeg runs on a

Re: [FFmpeg-user] emerge has unconnected output? Works on FFMPEG 4, not 3

2020-11-23 Thread Carl Zwanzig
On 11/23/2020 7:14 AM, Karl Messner wrote: ffmpeg version 3.0.2 Copyright (c) 2000-2016 the FFmpeg developers Do you -need- to use version 3*? Those options/filters may not exist or have the same semantics. In pretty much all cases, you're on your own for old versions (although Michael has