Hi!
I was playing with autodvrconvert and graphedit. Conversion to mpg and wmv with the provided wmv output.xgr works fine. So I tried to build my own graph in order to convert to XVid and MP3.
The graph looks like the following:

When I press the play button in graphedit, die file is converted and written to the disk exactly as I want. But when I use the generated xgr-file in autodvrconvert and try to convert a single file, nothing happens.
The strange thing is that when I convert in graphedit, it works only once. When I convert again, nothing happens. I have to exit graphedit, and restart it again to convert the same file again.
Is the problem somehow related to the filenames? Because when I use the AVI_Writer filter, it asks for a name. How can I tell it to use the same name as the input file?
These are the first lines of the generated xgr-file:
<GRAPH version="1.0">
<FILTER ID="File_writer" clsid="{8596E5F0-0DA5-11D0-BD21-00A0C911CE86}">
<PARAM name="src" value="C:\TV-Aufzeichnungen\Tom_ORF 1_19_04_2005_12_09_32.avi"/>
<PARAM name="data" value="3000300030003000300030003000300030003000300020000800000000000000"/>
</FILTER>
<FILTER ID="AVI_Mux" clsid="{E2510970-F137-11CE-8B67-00AA00A3F1A6}">
<PARAM name="data"
Do I have to delete the "src"-value or something?
Can anybody help here?
mariachi76