View Single Post
Old 15th November 2015, 06:23   #7  |  Link
MysteryX
Soul Architect
 
MysteryX's Avatar
 
Join Date: Apr 2014
Posts: 2,559
How do you encode the audio?

Here's my command. It ignores the audio.

cmd /c Encoder\avs2yuv.exe "F:\NaturalGrounding\Temp\Job6_Script.avs" -o - | Encoder\ffmpeg.exe -y -i - -c:a copy -c:v libx264 -preset veryslow -crf 24 "F:\NaturalGrounding\Temp\Job6_Output.mkv" -frames 600

I also tried with "-acodec pcm_s16le", which doesn't help any more.
MysteryX is offline   Reply With Quote