View Single Post
Old 15th June 2017, 03:04   #1  |  Link
dooley2009
Registered User
 
Join Date: May 2017
Posts: 6
ffmpeg x265 pipe no audio

I am using a static version of ffmpeg and x265 to encode an 8 bit .mp4 to 10 bit.

Everything goes great but there is no sound! I've looked everywhere for an answer.

Can anyone help me?

Code:
ffmpeg.exe -hwaccel auto -ss 00:26:45 -y -t 10 -i "vid.mp4" -c:a libfaac -ar 48k -b:a 210k -map 0:0 -an -sn -vsync 0 -strict -1 -pix_fmt yuv444p10le -f yuv4mpegpipe - | x265 --preset medium --input - --output-depth 10 --y4m --crf 18.00 "vid(10bit).mp4"
dooley2009 is offline   Reply With Quote