Re: [FFmpeg-user] Fwd: linux ubuntu - batch list commande - two pass

2020-09-23 Thread Libre Curk
Hey ! Thank you for your answer ! I think I did a lot of mistake in my shell... It's working like I wrote it, as you said : "basically correct". I'll add : "definitly correct" ! Hope that thread will help peoples. Because I was driving nuts all morning long. The main problem I had is that

Re: [FFmpeg-user] Fwd: linux ubuntu - batch list commande - two pass

2020-09-23 Thread Moritz Barsnick
On Wed, Sep 23, 2020 at 13:13:17 +0200, Libre Curk wrote: > *Basicly how to batch 2 pass encoding with a command ?** [...] > But it's kinda not working there... Any help / solution ? That's not a good error description. ;-) What did you expect, what was the outcome, what went wrong? > * for f

[FFmpeg-user] Fwd: linux ubuntu - batch list commande - two pass

2020-09-23 Thread Libre Curk
Hey ! I'd like to get the full power of the VP9, but I need to use batch list to not lose anytime. *Basicly how to batch 2 pass encoding with a command ?** * Actually, I'm doing like so for my proxy and 1 pass : * for f in *.MOV ; do ffmpeg -i "$f" -c:v prores -profile:v 0 -c:a copy