On Sat, Jul 09, 2016 at 10:16:20PM +0200, Paul B Mahol wrote:
> On 7/8/16, sami.h...@gmail.com wrote:
> > From: Sami Hult
> >
> > This is an - once again - updated patch, that uses avio_write instead
> > of avio_puts to stream clean text output without null characters. Works
> > now for me as int
On 7/8/16, sami.h...@gmail.com wrote:
> From: Sami Hult
>
> This is an - once again - updated patch, that uses avio_write instead
> of avio_puts to stream clean text output without null characters. Works
> now for me as intended.
>
> Changes metadata filter to accept general urls as file argument
On 7/8/16, sami.h...@gmail.com wrote:
> From: Sami Hult
>
> This is an updated patch, that removes a debug-purposed printf that I
> accidentally left.
>
> Changes metadata filter to accept general urls as file argument without
> breaking former behaviour. As a byproduct, it also allows for writin
On Thu, Jun 23, 2016 at 12:14:47AM +, sami.h...@gmail.com wrote:
> From: Sami Hult
>
> I changed output=print file handling of metadata filter to accept any ffmpeg
> url. This way multiple streams can for example be silencedetected and the
> result directed to different outputs.
>
> Exampl