Re: [FFmpeg-user] filter_complex > apad and -shortest

2019-03-04 Thread Gyan
On 04-03-2019 06:01 PM, Jon bae wrote: Am Mo., 4. März 2019 um 13:21 Uhr schrieb Moritz Barsnick : On Mon, Mar 04, 2019 at 17:21:08 +0530, Gyan wrote: Reproduced. Happens when all output streams are emitted from the same filtergraph. [...] Open a ticket at trac.ffmpeg.org, but search first

Re: [FFmpeg-user] filter_complex > apad and -shortest

2019-03-04 Thread Jon bae
Am Mo., 4. März 2019 um 13:21 Uhr schrieb Moritz Barsnick : > On Mon, Mar 04, 2019 at 17:21:08 +0530, Gyan wrote: > > Reproduced. Happens when all output streams are emitted from the same > > filtergraph. > [...] > > Open a ticket at trac.ffmpeg.org, but search first - there may already > > be one

Re: [FFmpeg-user] filter_complex > apad and -shortest

2019-03-04 Thread Moritz Barsnick
On Mon, Mar 04, 2019 at 17:21:08 +0530, Gyan wrote: > Reproduced. Happens when all output streams are emitted from the same > filtergraph. [...] > Open a ticket at trac.ffmpeg.org, but search first - there may already > be one. There is already one: https://trac.ffmpeg.org/ticket/3789 "shortest

Re: [FFmpeg-user] filter_complex > apad and -shortest

2019-03-04 Thread Gyan
On 04-03-2019 03:58 PM, Jon bae wrote: ffmpeg -i input.mp4 -filter_complex "[0:v]null;[0:a]apad,anull" -shortest -f null -* Reproduced. Happens when all output streams are emitted from the same filtergraph. Doesn't happen with, e.g.     ffmpeg -i input.mp4 -filter_complex "[0:v]null" -filte

Re: [FFmpeg-user] filter_complex > apad and -shortest

2019-03-04 Thread Moritz Barsnick
On Mon, Mar 04, 2019 at 11:45:16 +0100, Michael Koch wrote: > If audio and video come from the same source, then don't they have > already the same length? Not necessarily. Streams within a container can have different lengths. Moritz ___ ffmpeg-user m

Re: [FFmpeg-user] filter_complex > apad and -shortest

2019-03-04 Thread Michael Koch
Am 04.03.2019 um 11:28 schrieb Jon bae: Hello! Is there a way to apply filter_complex with video filter + audio filter *apad *and on top using -shortest in command line command? When I run this: *ffmpeg -i input.mp4 -filter_complex "[0:v]null;[0:a]apad,anull" -shortest -f null -* It end up in

[FFmpeg-user] filter_complex > apad and -shortest

2019-03-04 Thread Jon bae
Hello! Is there a way to apply filter_complex with video filter + audio filter *apad *and on top using -shortest in command line command? When I run this: *ffmpeg -i input.mp4 -filter_complex "[0:v]null;[0:a]apad,anull" -shortest -f null -* It end up in endless encoding... ffmpeg version is th