Re: [FFmpeg-devel] [PATCH] Changed metadata print option to accept general urls

2016-07-09 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] Changed metadata print option to accept general urls

2016-07-09 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [PATCH] Changed metadata print option to accept general urls

2016-07-08 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [PATCH] Changed metadata print option to accept general urls

2016-06-25 Thread Michael Niedermayer
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