Help - Search - Members - Calendar
Full Version: ffdshow and ac3filter unattended
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
ScaryX
is it possible?
RogueSpear
I just packed this up to an msi file yesterday and it seems to be working fine. I don't have any hosting space at this time so let me know if you want me to email it to you.
crahak
I'm not at home right now so I can't verify, but if my memory serves me well, it's a NSIS installer and the regular /S works just fine.
ScaryX
i tryd /s , /silent, /qb and even /?, /h

non of them worked for me sad.gif
kyuuzo
CODE
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\software\ffdshow-20041003.exe /S" /f


This is what I use. It's for the latest build from sourceforge.
MCT
@ScaryX

make sure u capitalize your switch /S smile.gif
ScaryX
what about ac3filter then?
mahi
QUOTE (ScaryX @ Oct 12 2004, 02:14 PM)
what about ac3filter then?

Did you even *try* something for AC3filter? /S is working perfectly for AC3filter.
ScaryX
tnx biggrin.gif
crahak
... Just like I had posted right at the beginning whistling.gif
Kullman
For ffdshow the /SILENT option works quite well.
crahak
QUOTE (Kullman @ Jul 17 2008, 04:02 AM) *
For ffdshow the /SILENT option works quite well.

You do realize the last post in this thread was 1372 days old (almost 4 years ago)? He just might have found his answer since then...
phaolo
That's a fast help really.. lol

Anyway I'll post the switches I used for the new directshow 2008

CODE
reg add %KEY%\005 /VE /D "codec ffdshow 2008" /f
reg add %KEY%\005 /V 1 /D "%PROGDIR%\setup\codffds.exe /sp- /silent /norestart /lang=en /dir=\"%PROGRAMFILES%\Codecs\ffdshow2008


I also have some questions:
-Does it still need Ac3 filter?
-What is 3ivx? Do I need it too?
elajua
use the silent swtiches that you want to use. install it, configure it and use the export settings function. you can save a .reg file to import in your unattended installation.

about AC3 filter, i don't use it but you can install silently too.

3ivx, correct me if im wrong, but its used to play 3gp videos. however, i dont install and im able to play them with media player classic and FFDshow.
Martin H
QUOTE (phaolo @ Jul 17 2008, 12:16 PM) *
I also have some questions:
-Does it still need Ac3 filter?
-What is 3ivx? Do I need it too?

ffdshow supports both AC3 audio and 3ivx video decoding, so it's up to yourself if you'll use it's implementations or not...

3ivx is a filter suite supporting encoding/decoding of MPEG-4 video/audio and the MP4 file format...

Btw, this could've easilly be found by yourself with google...


phaolo
Thanks for the answers
Anyway I'm asking here as I couldn't understand via google results.

In the past I've installed ac3filter and 3ivx as I couldn't play some movies.
If you say I don't need them anymore I'll just avoid them.
elajua
try just FFDshow and export your settings so you can import them silently next time you do an unattended installation.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.