invalid parameter (1 Viewer)

insan3

Portal Member
May 25, 2009
47
1
When I want to convert recordings for my phone i get this error in the log
Code:
2010-04-12 16:00:50.338535 [(14)]: uWiMP.Transcode: Transcoding started.
2010-04-12 16:00:50.554844 [(14)]: uWiMP.Transcode: LaunchProcess start ""C:\Program Files (x86)\iPiMP\Utilities"\MTN\mtn.exe" -B 300 -E 780 -w 88 -h 50 -c 1 -r 1 -i -t -P -z -O "D:\Images\TV recordings\transcoded" -o .jpg "D:\Images\TV recordings\Best of Top Gear\Best of Top Gear - Veronica_Jetix - 2009-12-18 - 21_25.ts" "D:\Images\TV recordings\transcoded"
2010-04-12 16:00:50.572422 [(14)]: uWiMP.Transcode: LaunchProcess exception: System.ComponentModel.Win32Exception: The parameter is incorrect
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at Website.uWiMP.TVServer.Transcode.LaunchProcess(String _filename, String _params, String _workingFolder, Boolean reportSuccess) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\Code\TVServer\Transcode.vb:line 276
2010-04-12 16:00:50.572910 [(14)]: uWiMP.Transcode: LaunchProcess end
2010-04-12 16:00:50.574863 [(14)]: uWiMP.Transcode: LaunchProcess start ""C:\Program Files (x86)\iPiMP\Utilities"\HandBrake\HandBrakeCLI.exe" "iPhone & iPod Touch" -i "D:\Images\TV recordings\Best of Top Gear\Best of Top Gear - Veronica_Jetix - 2009-12-18 - 21_25.ts" -o "D:\Images\TV recordings\transcoded\Best of Top Gear - Veronica_Jetix - 2009-12-18 - 21_25.mp4" "D:\Images\TV recordings\transcoded"
2010-04-12 16:00:50.575840 [(14)]: uWiMP.Transcode: LaunchProcess exception: System.ComponentModel.Win32Exception: The parameter is incorrect
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at Website.uWiMP.TVServer.Transcode.LaunchProcess(String _filename, String _params, String _workingFolder, Boolean reportSuccess) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\Code\TVServer\Transcode.vb:line 276
2010-04-12 16:00:50.576817 [(14)]: uWiMP.Transcode: LaunchProcess end
 

insan3

Portal Member
May 25, 2009
47
1
I am using it with the tv server. After a recording is completed i want the server to convert it into mp4 but i get this error in my tv.log
 

cheezey

Community Plugin Dev
August 26, 2004
1,560
312
55
West Yorks, UK
Home Country
United Kingdom United Kingdom
The logs are fromwhen you've tried doing a transcode from the web application. Can you post the extract from the tv.log that shows the error too.
 

Users who are viewing this thread

Top Bottom