Re: [FFmpeg-user] No size progress information available when using tee muxer

2021-01-23 Thread Carl Zwanzig
On 1/23/2021 1:57 AM, marcus.fe...@gmx.net wrote: The colon in 'pipe:1' causes an error as the colon actually separates options. Might have to escape it with '\'. (Please don't top-post on this list.) z! ___ ffmpeg-user mailing list ffmpeg-user@ff

Re: [FFmpeg-user] No size progress information available when using tee muxer

2021-01-23 Thread Gyan Doshi
On 23-01-2021 03:27 pm, marcus.fe...@gmx.net wrote: Switching the order of the outputs didn't make a difference. I'm aware of the progress option and I used it already in a non-muxer scenario, so piping works on Win as well. However, I can't figure out the right syntax for applying the -progre

Re: [FFmpeg-user] No size progress information available when using tee muxer

2021-01-23 Thread marcus.fehde
n can be used with the tee pseudo muxer. Best regards, Marcus -Ursprüngliche Nachricht- Von: ffmpeg-user Im Auftrag von Carl Zwanzig Gesendet: Freitag, 22. Januar 2021 19:14 An: ffmpeg-user@ffmpeg.org Betreff: Re: [FFmpeg-user] No size progress information available when using tee muxer On

Re: [FFmpeg-user] No size progress information available when using tee muxer

2021-01-22 Thread Carl Zwanzig
On 1/21/2021 11:53 AM, marcus.fe...@gmx.net wrote: But I need to stream the encoded stream via UDP simultaneously. For this purpose I use the tee muxer: ./ffmpeg -i c:\test.mp4 -vcodec libx264 -acodec aac -f tee -map 0:v -map 0:a "[f=mpegts]udp://10.0.1.255:1234/|output.mp4" This works well exc

[FFmpeg-user] No size progress information available when using tee muxer

2021-01-21 Thread marcus.fehde
Hi! I ran into a problem using the tee muxer. I'm trying to retrieve the current size from the piped progress output. This works well if a just output the encoded stream to a file, like this: ./ffmpeg -i c:\test.mp4 -progress pipe:1 -vcodec libx264 test.mp4 I get messages like those: frame=