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 > New and alternative video codecs

Reply
 
Thread Tools Search this Thread Display Modes
Old 10th September 2004, 16:44   #1  |  Link
Razorblade2000
Registered User
 
Join Date: Oct 2001
Location: Germany
Posts: 314
What's wrong with my audience file?

Producer.log:
Quote:
Diagnostic Command Line 2004/09/10 13:10:21 0 "C:\Dokumente und Einstellungen\marc\Desktop\helixproducer_mercury_alpha1_windows\producer\producer.exe -j C:\Dokumente und Einstellungen\marc\Desktop\test\audience.rpjf -lc e,i,d" command line being run
Error Job File 2004/09/10 13:10:21 10007 XML parsing error in jobfile: C:\Dokumente und Einstellungen\marc\Desktop\test\audience.rpjf, line#: 74, error: mismatched tag
Error Command Line 2004/09/10 13:10:21 10533 Unable to create an encoding job from file "C:\Dokumente und Einstellungen\marc\Desktop\test\audience.rpjf"
Diagnostic Command Line 2004/09/10 17:41:06 0 "C:\Dokumente und Einstellungen\marc\Desktop\helixproducer_mercury_alpha1_windows\producer\producer.exe -j C:\Dokumente und Einstellungen\marc\Desktop\test\audience.rpjf -lc e,i,d" command line being run
Error Job File 2004/09/10 17:41:06 10007 XML parsing error in jobfile: C:\Dokumente und Einstellungen\marc\Desktop\test\audience.rpjf, line#: 74, error: mismatched tag
Error Command Line 2004/09/10 17:41:06 10533 Unable to create an encoding job from file "C:\Dokumente und Einstellungen\marc\Desktop\test\audience.rpjf"

audience file
Quote:
<?xml version="1.0" encoding="US-ASCII"?>
<job xmlns="http://ns.real.com/tools/job.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ns.real.com/tools/job.2.0 http://ns.real.com/tools/job.2.0.xsd">
<enableTwoPass type="bool">false</enableTwoPass>
<clipInfo>
<entry>
<name>Author</name>
<value type="string">Encoded with EasyPhoenixRMVBCreator</value>
</entry>
</clipInfo>
<prefilters>
<prefilter xsi:type="videoDupFrameDropper">
<enabled type="bool">true</enabled>
<maxDroppedFrames type="uint">3</maxDroppedFrames>
<maxAvgSSD type="uint">700</maxAvgSSD>
<maxAreaSSD type="uint">6000</maxAreaSSD>
<maxAvgChromaSSD type="uint">200</maxAvgChromaSSD>
<maxAreaChromaSSD type="uint">1500</maxAreaChromaSSD>
<earlyExit type="bool">true</earlyExit>
<enableDetailedLogInfo type="bool">false</enableDetailedLogInfo>
<pluginName type="string">rn-prefilter-dupframedropper</pluginName>
</prefilter>
</prefilters>
<parInputs>
<input xsi:type="avFileInput">
<filename type="string">C:\Dokumente und Einstellungen\marc\Desktop\test\\script.avs </filename>
</input>
</parInputs>
<parOutputs>
<output>
<destinations>
<destination xsi:type="fileDestination">
<pluginName type="string">rn-file-realmedia</pluginName>
<filename type="string">C:\Dokumente und Einstellungen\marc\Desktop\test\test.rmvb</filename>
</destination>
</destinations>
<mediaProfile>
<audioMode type="string">music</audioMode>
<disableAudio type="bool">false</disableAudio>
<disableVideo type="bool">false</disableVideo>
<disableVideo type="bool">true</disableVideo>
<outputWidth type="uint">0</outputWidth>
<outputHeight type="uint">0</outputHeight>
<resizeQuality type="string">high</resizeQuality>
<videoMode type="string">normal</videoMode>
<audioResamplingQuality type="string">high</audioResamplingQuality>
<audienceRefs>
<audienceRef>eprc</audienceRef>
</audienceRefs>
</mediaProfile>
</output>
</parOutputs>
<audiences>
<audience>
<avgBitrate type="uint">350000</avgBitrate>
<maxBitrate type="uint">1000000000</maxBitrate>
<name type="string">eprc</name>
<streams>
<stream xsi:type="videoStream">
<pluginName type="string">rn-videocodec-realvideo</pluginName>
<codecName type="string">rv10</codecName>
<codecProperties type="bag">
<noisyEdgeFilter type="bool">false</noisyEdgeFilter>
<firstPassComplexity type="uint">50</firstPassComplexity>
<encoderComplexity type="uint">85</encoderComplexity>
<customPacketSize type="uint">16000</customPacketSize>
<rcEnableCurveCompression type="bool">false</rcEnableCurveCompression>
<maxConsecutiveBFrames type="uint">3</maxConsecutiveBFrames>
<encodingComplexity type="string">high</encodingComplexity>
<encodingType type="string">vbrQuality</encodingType>
<quality type="uint">55</quality>
<maxStartupLatency type="double">60</maxStartupLatency>
<maxFrameRate type="double">30</maxFrameRate>
<maxKeyFrameInterval type="double">10</maxKeyFrameInterval>
</stream>
<stream xsi:type="audioStream">
<codecFlavor type="uint">21</codecFlavor>
<codecName type="string">cook</codecName>
<pluginName type="string">rn-audiocodec-realaudio</pluginName>
<streamContext type="bag">
<audioMode type="string">music</audioMode>
<presentationType type="string">audio-video</presentationType>
</streamContext>
</stream>
</streams>
</audience>
</audiences>
</job>
Razorblade2000 is offline   Reply With Quote
Old 10th September 2004, 16:46   #2  |  Link
Sirber
retired developer
 
Sirber's Avatar
 
Join Date: Oct 2002
Location: Canada
Posts: 8,978
I guess you're missing a

</codecProperties>

on line 74
__________________
Detritus Software
Sirber is offline   Reply With Quote
Old 10th September 2004, 17:04   #3  |  Link
Razorblade2000
Registered User
 
Join Date: Oct 2001
Location: Germany
Posts: 314
ok... nice


next problem:
Diagnostic Command Line 2004/09/10 18:00:23 0 "C:\Dokumente und Einstellungen\marc\Desktop\helixproducer_mercury_alpha1_windows\producer\producer.exe -j C:\Dokumente und Einstellungen\marc\Desktop\test\audience.rpjf -lc e,i,d" command line being run
Error Job File 2004/09/10 18:00:23 10724 Type attribute not found on <prefilters> tag
Error Command Line 2004/09/10 18:00:23 10533 Unable to create an encoding job from file "C:\Dokumente und Einstellungen\marc\Desktop\test\audience.rpjf"
Razorblade2000 is offline   Reply With Quote
Old 10th September 2004, 18:20   #4  |  Link
Sirber
retired developer
 
Sirber's Avatar
 
Join Date: Oct 2002
Location: Canada
Posts: 8,978
Take my jobfile and compare it with yours I don't knbow about that bug.
__________________
Detritus Software
Sirber is offline   Reply With Quote
Old 10th September 2004, 19:06   #5  |  Link
Razorblade2000
Registered User
 
Join Date: Oct 2001
Location: Germany
Posts: 314
removed dropdupe... worked a little bit more... but now:


Diagnostic Command Line 2004/09/10 19:35:59 0 "C:\Dokumente und Einstellungen\marc\Desktop\helixproducer_mercury_alpha1_windows\producer\producer.exe -j C:\Dokumente und Einstellungen\marc\Desktop\test\audience.rpjf -lc e,i,d" command line being run
Error File Reader 2004/09/10 19:36:01 8404 Failed to open file C:\Dokumente und Einstellungen\marc\Desktop\test\script.avs
Informational File Reader 2004/09/10 19:36:01 8212 Missing RIFF header. C:\Dokumente und Einstellungen\marc\Desktop\test\\script.avs is not a valid AVI file.
Error File Reader 2004/09/10 19:36:01 8322 Unexpected file format, C:\Dokumente und Einstellungen\marc\Desktop\test\\script.avs may be a flat file.
Error SDK Configuration 2004/09/10 19:36:01 0 Failure to load reader for file C:\Dokumente und Einstellungen\marc\Desktop\test\\script.avs
Error SDK Configuration 2004/09/10 19:36:01 0 Unable to initialize input
Error File Reader 2004/09/10 19:36:01 8404 Failed to open file C:\Dokumente und Einstellungen\marc\Desktop\test\script.avs
Informational File Reader 2004/09/10 19:36:01 8212 Missing RIFF header. C:\Dokumente und Einstellungen\marc\Desktop\test\\script.avs is not a valid AVI file.
Error File Reader 2004/09/10 19:36:01 8322 Unexpected file format, C:\Dokumente und Einstellungen\marc\Desktop\test\\script.avs may be a flat file.
Error SDK Configuration 2004/09/10 19:36:01 0 Failure to load reader for file C:\Dokumente und Einstellungen\marc\Desktop\test\\script.avs
Diagnostic SDK Configuration 2004/09/10 19:36:01 10405 Audience eprc written to memory
Diagnostic SDK Configuration 2004/09/10 19:36:01 10409 Audience eprc loaded from memory
Diagnostic SDK Configuration 2004/09/10 19:36:01 10405 Audience eprc written to memory
Diagnostic SDK Configuration 2004/09/10 19:36:01 10409 Audience eprc loaded from memory


the avs file works fine in zoomplayer
Razorblade2000 is offline   Reply With Quote
Old 10th September 2004, 19:09   #6  |  Link
damrod
Registered User
 
damrod's Avatar
 
Join Date: Jun 2003
Location: Elyseum
Posts: 640
"C:\Dokumente und Einstellungen\marc\Desktop\test\\script.avs"

don't you see something double??

__________________
Projects :
(dev stopped) DamBatch, MBatch
(generate mkv/mp4 files with aac(+)/vorbis/mp3 and x264/xvid/real or simple avi with h264/mp3 for fast reencoding using mencoder)
Website : Damrod.com
damrod is offline   Reply With Quote
Old 10th September 2004, 19:14   #7  |  Link
Razorblade2000
Registered User
 
Join Date: Oct 2001
Location: Germany
Posts: 314
I didn't do that... already checked this one... if I remove the "\" from my source, he adds it anyway...

but I better doublecheck


edit:

this is the responsible code:
form1.memo2.lines.Add('<filename type="string">' + ExtractFilePath(form1.SaveDialog1.FileName) + 'script.avs </filename>');

Last edited by Razorblade2000; 10th September 2004 at 19:18.
Razorblade2000 is offline   Reply With Quote
Old 10th September 2004, 19:19   #8  |  Link
damrod
Registered User
 
damrod's Avatar
 
Join Date: Jun 2003
Location: Elyseum
Posts: 640
a problem in your soft?
__________________
Projects :
(dev stopped) DamBatch, MBatch
(generate mkv/mp4 files with aac(+)/vorbis/mp3 and x264/xvid/real or simple avi with h264/mp3 for fast reencoding using mencoder)
Website : Damrod.com
damrod is offline   Reply With Quote
Old 10th September 2004, 19:23   #9  |  Link
Sirber
retired developer
 
Sirber's Avatar
 
Join Date: Oct 2002
Location: Canada
Posts: 8,978
Quote:
Originally posted by Razorblade2000
I didn't do that... already checked this one... if I remove the "\" from my source, he adds it anyway...

but I better doublecheck


edit:

this is the responsible code:
form1.memo2.lines.Add('<filename type="string">' + ExtractFilePath(form1.SaveDialog1.FileName) + 'script.avs </filename>');
I don,t see an error in that...

SaveDialog1 ?
__________________
Detritus Software
Sirber is offline   Reply With Quote
Old 11th September 2004, 12:19   #10  |  Link
damrod
Registered User
 
damrod's Avatar
 
Join Date: Jun 2003
Location: Elyseum
Posts: 640
the code itself is berkkk

why don't use variables??



also you can have problem with path name ....space in path especially...
__________________
Projects :
(dev stopped) DamBatch, MBatch
(generate mkv/mp4 files with aac(+)/vorbis/mp3 and x264/xvid/real or simple avi with h264/mp3 for fast reencoding using mencoder)
Website : Damrod.com
damrod is offline   Reply With Quote
Old 11th September 2004, 12:46   #11  |  Link
Razorblade2000
Registered User
 
Join Date: Oct 2001
Location: Germany
Posts: 314
that could be it (space in path)... gotta check

p.s. variables are lame
Razorblade2000 is offline   Reply With Quote
Old 11th September 2004, 13:46   #12  |  Link
Razorblade2000
Registered User
 
Join Date: Oct 2001
Location: Germany
Posts: 314
nope... nothing to do with spaces
Razorblade2000 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 22:12.


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