Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 ASP
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 1st June 2003, 18:01   #1  |  Link
sgabello
Registered User
 
Join Date: Apr 2003
Posts: 4
how can we configure ffdshow in command line

I thought there must be a way to configure the ffdshow properly
But I can't find that all by my self.

I just want to write a .cmd to configure it automatically

3x if anyone can lend me a hand
sgabello is offline   Reply With Quote
Old 2nd June 2003, 13:35   #2  |  Link
milan
Registered User
 
Join Date: Apr 2002
Location: Slovakia
Posts: 220
You can display ffdshow configuration dialog by calling

rundll32.exe ffdshow.ax,configure

in the directory where ffdshow is installed.

However there is no way how to directly modify ffdshow properties using command line. You can write your suggestion how this should work and very likely I'll implement this.
__________________
ffdshow homepage: http://ffdshow.sourceforge.net/tikiwiki/
ffdshow download: http://sourceforge.net/projects/ffdshow/
milan is offline   Reply With Quote
Old 2nd June 2003, 14:01   #3  |  Link
athos
Registered User
 
Join Date: Mar 2002
Location: Stockholm, Sweden
Posts: 353
Well you can always change the registry settings from command line. Look in Software/GNU/ffdshow under Local Machine, and Users
athos is offline   Reply With Quote
Old 2nd June 2003, 15:37   #4  |  Link
sgabello
Registered User
 
Join Date: Apr 2003
Posts: 4
thank you.
I've found the registry entry
Still I feel a commandline interface will be better
I've present my request

^_^
sgabello is offline   Reply With Quote
Old 2nd June 2003, 18:00   #5  |  Link
Defiler
Asker of Questions
 
Join Date: Oct 2001
Location: Florida
Posts: 433
What we really need is just a command-line tool to modify arbitrary registry keys. Being able to adjust ffdshow's settings would be just one of the benefits of such a thing.
__________________
"The real trick to optimizing color space conversions is of course to not do them." --trbarry, April 2002
Defiler is offline   Reply With Quote
Old 2nd June 2003, 22:59   #6  |  Link
TaZ4hvn
TaZit author, XviD addict
 
TaZ4hvn's Avatar
 
Join Date: Mar 2003
Location: France
Posts: 146
I don't get your point Defiler ... what do you think "reg import" is good for ?
Perhaps I missed something
__________________
Latest TaZit release:http://<br /> http://members.xoom.i...v0.4.exe<br />
Thread about TaZit: tool to fully automate DVD to XviD/Vorbis/XCD conversion:
http://forum.doom9.org/showthread.ph...id=53043<br />
A french tutorial about XCD:
http://taz.p5.org.uk/
TaZ4hvn is offline   Reply With Quote
Old 2nd June 2003, 23:55   #7  |  Link
Defiler
Asker of Questions
 
Join Date: Oct 2001
Location: Florida
Posts: 433
If you are limited to importing registry files, you have to have a separate .reg file for every parameter, and every possible setting of that parameter.
If there was a way to modify a key from the command line, you could do things like increment a setting in a loop, etc, etc.

Don't ask me to explain why you'd need to modify ffdshow's settings so often.. Ask the original poster. Heh.

However, given the need, I can see it being much easier with a generalized command-line tool for modifying the registry.
Defiler is offline   Reply With Quote
Old 3rd June 2003, 11:04   #8  |  Link
TaZ4hvn
TaZit author, XviD addict
 
TaZ4hvn's Avatar
 
Join Date: Mar 2003
Location: France
Posts: 146
Well I get it
I think I can write this, pretty easy to do. Should I ?
__________________
Latest TaZit release:http://<br /> http://members.xoom.i...v0.4.exe<br />
Thread about TaZit: tool to fully automate DVD to XviD/Vorbis/XCD conversion:
http://forum.doom9.org/showthread.ph...id=53043<br />
A french tutorial about XCD:
http://taz.p5.org.uk/
TaZ4hvn is offline   Reply With Quote
Old 3rd June 2003, 11:41   #9  |  Link
vikingboy
Registered User
 
Join Date: May 2003
Posts: 1
This would be a really useful feature for me. I use ffdshow for real time processing of video captured through a PC capture card. Depending on the video source I am watching, laserdisc, cable, dvd, divx etc I would like to use different parameters. (different resize, sharpen, denoise etc)
Using reg import hacks would work, but it's not tidy and I'm sure the chance of things going wrong would be increased.
If it is decided this is a useful feature, I'd sure like to make sure it was well designed before Milan spends time implementing changes. This program is used for such a wide range of uses we need to ensure everybodies needs are catered for.

thanks in adv.
Ian
vikingboy is offline   Reply With Quote
Old 3rd June 2003, 12:52   #10  |  Link
Defiler
Asker of Questions
 
Join Date: Oct 2001
Location: Florida
Posts: 433
Quote:
Originally posted by TaZ4hvn
Well I get it
I think I can write this, pretty easy to do. Should I ?
Yes. I think it would be useful.. even if not for ffdshow.. Heh.
Defiler is offline   Reply With Quote
Old 3rd June 2003, 16:44   #11  |  Link
mf
·
 
mf's Avatar
 
Join Date: Jan 2002
Posts: 1,729
You can echo registry settings to a .reg file and then load that into reg import .
mf is offline   Reply With Quote
Old 3rd June 2003, 19:34   #12  |  Link
TaZ4hvn
TaZit author, XviD addict
 
TaZ4hvn's Avatar
 
Join Date: Mar 2003
Location: France
Posts: 146
Quote:
You can echo registry settings to a .reg file and then load that into reg import
Yep that's what I plan to do into a small complided batch.
Is something like:
RegKeyValue [Key] [Value]
enought ?
__________________
Latest TaZit release:http://<br /> http://members.xoom.i...v0.4.exe<br />
Thread about TaZit: tool to fully automate DVD to XviD/Vorbis/XCD conversion:
http://forum.doom9.org/showthread.ph...id=53043<br />
A french tutorial about XCD:
http://taz.p5.org.uk/
TaZ4hvn is offline   Reply With Quote
Old 3rd June 2003, 21:28   #13  |  Link
TaZ4hvn
TaZit author, XviD addict
 
TaZ4hvn's Avatar
 
Join Date: Mar 2003
Location: France
Posts: 146
Ok I wrote something, tell me if I have to modify in any way:

RegKeyValue0.1 by TaZ4hvn usage:
Place RKV.exe in C:\windows\system32\.
At prompt type:
RKV Key Name Value [Type]
Key (required). Begins with [ HKLM | HKCU | HKCR | HKU | HKCC ].
Name (required). The name, under the Key, to write.
Value (required). The value Name is to be set.
Type (optionnal). Type of Name. If omitted Type is dword.
To use long names, simply enclose arguments with "".
Example: RKV HKLM\Software\GNU\ffdshow xvid 2.

Get it: http://members.xoom.it/taz4hvn/RKV.exe
__________________
Latest TaZit release:http://<br /> http://members.xoom.i...v0.4.exe<br />
Thread about TaZit: tool to fully automate DVD to XviD/Vorbis/XCD conversion:
http://forum.doom9.org/showthread.ph...id=53043<br />
A french tutorial about XCD:
http://taz.p5.org.uk/
TaZ4hvn is offline   Reply With Quote
Old 4th June 2003, 13:31   #14  |  Link
milan
Registered User
 
Join Date: Apr 2002
Location: Slovakia
Posts: 220
Just one question: do you want to modify ffdshow parameters during the processing or you would like to configure it and then run the application (player, graphedt,...)?

For the first case it would be little bit harder to do it right: the command line interface routines would have to find running ffdshow instances and this could be a problem if more than one exist.

The second case would be a lot easier.
__________________
ffdshow homepage: http://ffdshow.sourceforge.net/tikiwiki/
ffdshow download: http://sourceforge.net/projects/ffdshow/
milan is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 23:54.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.