On Sat, Apr 11, 2020 at 18:23:07 -0500, atticus via ffmpeg-user wrote: > I learned, that it's possible to define multiple inputs and reference then > later in the filter_complex to the different inputs like this: [...] > But is this possible with using the concat demuxer (providing the files by > writing them into a file) too? And if yes how? > (Goal is to specify the videos through a file, using the concat demuxer, but > apply the fade filter to each of the video files before concatenating them. > Is it possible to make this in one step?)
No, sorry. The demuxer creates combined/concatenated streams out of the inputs, which you can no longer distinguish in the filter chain. Moritz. _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
