Hi,
In the ffmpeg Documentation there is this command for Select the pass number (1 or 2):
ffmpeg -i foo.mov -c:v libxvid -pass 1 -an -f rawvideo -y NUL
ffmpeg -i foo.mov -c:v libxvid -pass 1 -an -f rawvideo -y /dev/null
But it is only for Windows and Unix.
Does anyone know what the command is for Apple Mac?
+ Reply to Thread
Results 1 to 2 of 2
-
-
You could output to /dev/null (Linux & macOS) or NUL (Windows) instead and avoid making a temporary file:
Similar Threads
-
Difference Between 1 pass & 2 pass encoding
By iqbal88 in forum Video ConversionReplies: 28Last Post: 29th Oct 2021, 05:19 -
FFMpeg "Command Not Found" on terminal line
By Maurice725 in forum MacReplies: 6Last Post: 7th Oct 2021, 08:37 -
Where is the 2 pass encoding in DVDFab?
By johnr283 in forum Video ConversionReplies: 2Last Post: 4th Mar 2020, 16:44 -
What is difference between 1 pass encoding & 2 pass encoding
By Computerman1 in forum Video ConversionReplies: 18Last Post: 13th Jan 2019, 19:59 -
How to multiplex avi files on linux/mac/windows? (command line)
By Selur in forum Newbie / General discussionsReplies: 4Last Post: 27th Jan 2018, 08:30