x264 icon indicating copy to clipboard operation
x264 copied to clipboard

--audiofile does not support comma in argument

Open mbassiouny33 opened this issue 2 years ago • 0 comments

Hi there,

I ran into an issue with --audiofile argument


x264_32_tMod-8bit-all.exe --crf 22   --tune animation --preset fast --acodec copy --audiofile "input/file,name.mkv"  -o  "out/file,name.mkv" "input/file,name.mkv"   

this will trigger

options [error]: Too many options given
audio [error]: error initializing source filter!

Since I am using -acodec copy from same source I can get away without specifying --audiofile


x264_32_tMod-8bit-all.exe --crf 22   --tune animation --preset fast --acodec copy  -o  "out/file,name.mkv" "input/file,name.mkv"   

and this works perfectly fine...

mbassiouny33 avatar May 01 '22 18:05 mbassiouny33