- June 30, 2005
- 250
- 0
- Thread starter
- #201
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
#
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