View Single Post
Old 22nd March 2012, 21:17   #23  |  Link
06_taro
soy sauce buyer
 
Join Date: Mar 2010
Location: United Kingdom
Posts: 164
Well, there is such a tool for windows: http://www.nmm-hd.org/newbbs/viewtopic.php?f=8&t=631
What is need to do is to create two named pipes out with one tool, such as ffmpeg/libav, then let x264-audio get those two named pipes in simultaneously, like this:

libav -i input.avs -f wav -vn \\.\pipe\1001 -f yuv4mpegpipe -an \\.\pipe\1002

x264 \\.\pipe\1001 --audiofile \\.\pipe\1002 -o output.mp4

Last edited by 06_taro; 22nd March 2012 at 21:20.
06_taro is offline   Reply With Quote