Log in

View Full Version : Audio encoding options question


Octo-puss
23rd May 2008, 13:32
I encode most of my movies with mp3 audio. Question is, what's the "force decoding via directshow"?

Southstorm
23rd May 2008, 13:48
It means using DirectshowSource() for the audio in you AviSynth script instead of a plugin like NicMP3audio() or BassAudio()

Octo-puss
23rd May 2008, 13:51
I am not aware of any such plugins yet it works without this being ticked... Hm?

Southstorm
23rd May 2008, 13:53
I'm sure these plugins are installed with MeGui.

Octo-puss
23rd May 2008, 13:55
Oh.. Okay then.
Anyway, is there any benefit in using directshow? (for whatever it is)

edit: hm, no matches in file structure anywhere on my disk...

basically I am just curious - I mean, if it works, why bother..

Southstorm
23rd May 2008, 13:57
Typically it's only used as a last resort, when AviSynth doesn't have plugins to deal with the audio/video stream natively.