Dear lu, Thanks again, I got this installed in a clean test environment now. First, to test, I ran "avconv -loop 2 -i in-a.wav output.wav", which indeed creates output.wav as playing twice in-a.wav. Now I'm running "avconv -loop 2 -i in-a.wav -i in-b.wav -filter_complex amix output.wav" with test files (in-a.wav is shorter). This doesn't do anything different than without -loop; it just plays both input files once (at the same start moment), but after the first one ends, it doesn't start again.
Is this intended behaviour, or just because this is still under construction, or am I misunderstanding something again? Thank you for your assistance. Kind regards, Camil Staps www.camilstaps.nl -----Oorspronkelijk bericht----- Van: libav-tools [mailto:[email protected]] Namens Luca Barbato Verzonden: 11 september 2014 14:11 Aan: [email protected] Onderwerp: Re: [libav-tools] Repeating one input constantly in an avconv mix On 11/09/14 13:05, Camil Staps wrote: > Thank you for your answer. > Does this mean this is currently impossible? Do you have an idea what > someone could use now? Alexandra =) not Alex https://github.com/sasshka/libav/commit/c1815ea210d9f8e9e2cd8ff807681df7b987 8e82 lu _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
