home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Watch / Listen Media
watch/edit Videos
My Burner - now with Video DVD burning :)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="egonspengleruk" data-source="post: 92684" data-attributes="member: 13482"><p>OK folks. All of you have reported the same issue. </p><p></p><p>#</p><p>2006-11-21 22:54:35.781250 [Info.][MPMain]: My Burner Plugin->BurnVideoDVD Class: Starting: Video file conversion - mencoder.exe - Exe Arguments: -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:576,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:acodec=ac3:abitrate=192:aspect=16/9 -ofps 25 -o "C:\tempDVD\\DVD\TF1_Manual_200611212250p5046.mpg" "D:\TV\PVR500\TUNER2\TF1_Manual_200611212250p5046.mpg"</p><p>#</p><p>2006-11-21 22:54:36.437500 [Info.][MPMain]: Exception: System.InvalidOperationException: StandardOut has not been redirected or the process hasn't started yet.</p><p>#</p><p> at System.Diagnostics.Process.BeginOutputReadLine()</p><p>#</p><p> at MediaPortal.GUI.GUIBurner.BurnVideoDVD.NextStep_FileConversion()</p><p>#</p><p> at MediaPortal.GUI.GUIBurner.BurnVideoDVD.NextFileNameConversion()</p><p>#</p><p> at MediaPortal.GUI.GUIBurner.BurnVideoDVD.Start()</p><p>#</p><p> at MediaPortal.GUI.GUIBurner.GUIBurner.BurnDVD(BurnTypes bTyp)</p><p>#</p><p> at MediaPortal.GUI.GUIBurner.GUIBurner.OnMessage(GUIMessage message)</p><p></p><p></p><p>The interesting bit of this is the "C:\tempDVD\\DVD\TF1_Manual_200611212250p5046.mpg" bit. For some reason (which I cant reproduce) the temp path has one to many backslashes. Mencoder will report that one of the arguments is invalid and fail. Which is why the process doesnt start properly (I think thats what the error is telling me).</p><p>Anyways.....the prob is with the temp path. On the Plugin settings page are you all manually entering in your temp path or using the button to bring up a directory browser?</p><p></p><p>If you open up MPDir/MediaPortal.xml and find the "burner" section...what do you have there?</p><p>e.g. I have :</p><p> <section name="burner"></p><p> <entry name="temp_folder">C:\temp</entry></p><p> <entry name="recorder">0</entry></p><p> <entry name="recorderdrive">d:</entry></p><p> <entry name="PalTvFormat">yes</entry></p><p> <entry name="leavedebugfiles">no</entry></p><p> <entry name="dvdburn_folder">C:\Documents and Settings\Egon\Local Settings\Temp\</entry></p><p> <entry name="dummyburn">yes</entry></p><p> <entry name="dvdburnexe_folder">C:\Program Files\Windows Resource Kits\Tools</entry></p><p> </section></p><p></p><p></p><p></p><p>if your <entry name="temp_folder">C:\temp</entry></p><p>has a backslash on the end, can you remove it and save the file. Then retry burning and let me know the results.</p><p></p><p>Will be offline till Fri at the earliest...prob be till Monday. Just a heads up.</p><p></p><p>Egon</p></blockquote><p></p>
[QUOTE="egonspengleruk, post: 92684, member: 13482"] OK folks. All of you have reported the same issue. # 2006-11-21 22:54:35.781250 [Info.][MPMain]: My Burner Plugin->BurnVideoDVD Class: Starting: Video file conversion - mencoder.exe - Exe Arguments: -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:576,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:acodec=ac3:abitrate=192:aspect=16/9 -ofps 25 -o "C:\tempDVD\\DVD\TF1_Manual_200611212250p5046.mpg" "D:\TV\PVR500\TUNER2\TF1_Manual_200611212250p5046.mpg" # 2006-11-21 22:54:36.437500 [Info.][MPMain]: Exception: System.InvalidOperationException: StandardOut has not been redirected or the process hasn't started yet. # at System.Diagnostics.Process.BeginOutputReadLine() # at MediaPortal.GUI.GUIBurner.BurnVideoDVD.NextStep_FileConversion() # at MediaPortal.GUI.GUIBurner.BurnVideoDVD.NextFileNameConversion() # at MediaPortal.GUI.GUIBurner.BurnVideoDVD.Start() # at MediaPortal.GUI.GUIBurner.GUIBurner.BurnDVD(BurnTypes bTyp) # at MediaPortal.GUI.GUIBurner.GUIBurner.OnMessage(GUIMessage message) The interesting bit of this is the "C:\tempDVD\\DVD\TF1_Manual_200611212250p5046.mpg" bit. For some reason (which I cant reproduce) the temp path has one to many backslashes. Mencoder will report that one of the arguments is invalid and fail. Which is why the process doesnt start properly (I think thats what the error is telling me). Anyways.....the prob is with the temp path. On the Plugin settings page are you all manually entering in your temp path or using the button to bring up a directory browser? If you open up MPDir/MediaPortal.xml and find the "burner" section...what do you have there? e.g. I have : <section name="burner"> <entry name="temp_folder">C:\temp</entry> <entry name="recorder">0</entry> <entry name="recorderdrive">d:</entry> <entry name="PalTvFormat">yes</entry> <entry name="leavedebugfiles">no</entry> <entry name="dvdburn_folder">C:\Documents and Settings\Egon\Local Settings\Temp\</entry> <entry name="dummyburn">yes</entry> <entry name="dvdburnexe_folder">C:\Program Files\Windows Resource Kits\Tools</entry> </section> if your <entry name="temp_folder">C:\temp</entry> has a backslash on the end, can you remove it and save the file. Then retry burning and let me know the results. Will be offline till Fri at the earliest...prob be till Monday. Just a heads up. Egon [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
watch/edit Videos
My Burner - now with Video DVD burning :)
Contact us
RSS
Top
Bottom