View Single Post
Old 24th March 2012, 00:18   #26  |  Link
06_taro
soy sauce buyer
 
Join Date: Mar 2010
Location: United Kingdom
Posts: 164
Quote:
Originally Posted by Chyrka View Post
06_taro, are there any speed difference between avs2yuv and avs4x264mod? (x64 system)
There shouldn't be any.
Here's a rough test: http://k4095-takuan.blogspot.co.uk/2...blog-post.html

Quote:
Originally Posted by Nevilne View Post
Am I missing something or it only allows one standard input pipe?
Like soranamedpipe \\.\pipe\123 | app -i - ouput

Speaking of which, this also doesn't work, hehe
avs2pipemod -wav audio.avs | avs4x264mod video.avs --audiofile - -o output
Oops, I mis-understood how soranamedpipe works.
Anyway,
Code:
avs4x264mod "video.avs" --audiofile "audio.avs" -o "output.mp4"
should work properly.
06_taro is offline   Reply With Quote