View Single Post
Old 28th July 2011, 14:44   #21  |  Link
nm
Registered User
 
Join Date: Mar 2005
Location: Finland
Posts: 2,641
Quote:
Originally Posted by Electron.Rotoscope View Post
Cool thanks, I'll try that out! Would you recommend one over the other? Or should I just do my own speed tests?
Both commands do basically the same thing, so they will run equally fast.

Quote:
Originally Posted by Electron.Rotoscope View Post
Oh hey, could I do something like

Code:
mplayer -benchmark -vo yuv4mpeg:file=>(x264 --demuxer y4m --bitrate 2000 -o vid.264 -) -ao pcm:fast:file=>(NeroAacEnc -ignorelength -cbr 96000 -if - -of aud.aac) source.avi
to feed to separate audio and video tracks at the same time?
Yep, that should work.

Quote:
Originally Posted by Electron.Rotoscope View Post
Unfortunately I need a solution that runs in Mac/OSX also, and I'm told that AviSynth is unusable on OSX due to a lack of VFW (not that I claim to know what that is).
Well, AviSynth doesn't depend on VFW that much -- x264, ffmpeg, MPlayer and avs2yuv call it directly. Most of AviSynth could be ported to other operating systems if someone had the time and will.

But currently you need Wine to run AviSynth on OS X. It should work pretty well, except for DirectShow input. I haven't tried QTSource.
nm is offline   Reply With Quote