NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 475 476 477 478 479 … 1231 Next »
File transcode has completed unsuccessfully

 
  • 0 Vote(s) - 0 Average
File transcode has completed unsuccessfully
Gary
Offline

Junior Member

Posts: 7
Threads: 2
Joined: May 2006
#1
2007-09-11, 11:26 PM
Hi guys,

I am having a problem with transcoding with GB-PVR after I recently upgraded to gb-pvr 1.0.16.

I just noticed this as none of my shows were being transcoded to iPod format any longer and so I started to look through the logs (Don't make fun of the show names, it's for the kids Smile )

Here's what the log shows, I just don't understand why it is not working. I tried running ffmpeg from the command line using the same parameters as shown in the log file and it converted ok.

Can anyone please offer some advice?
Thanks,
Gary


Quote:2007-09-09 01:00:53.508 VERBOSE [10] About to start transcode of: C:\PVR\Bo On the Go!\Bo On the Go!_20070908_08000830.mpg
2007-09-09 01:00:53.508 VERBOSE [10] getValue() loading new key/value into cache: /settings/AutoConvertMpgToFormat
2007-09-09 01:00:53.508 VERBOSE [10] getValue: /settings/AutoConvertMpgToFormat : Video Ipod
2007-09-09 01:00:53.508 VERBOSE [10] About to run transcode command: C:\Program Files\devnz\gbpvr\Third Party\FFmpeg\ffmpeg.exe -y -maxfr 30 -i "C:\PVR\Bo On the Go!\Bo On the Go!_20070908_08000830.mpg" -title "Bo On the Go!: " -bitexact -vcodec h264 -coder 0 -bufsize 256 -g 250 -vlevel 13 -fixaspect -s 320x240 -b 600 -maxrate 768 -qmin 2 -qmax 51 -acodec aac -ac 2 -ar 48000 -ab 64 -f ipod "C:\PVR\Bo On the Go!\Bo On the Go!_20070908_08000830.mp4"
2007-09-09 01:01:53.993 INFO [10] File transcode has completed unsuccessfully...
2007-09-09 01:02:53.993 VERBOSE [10] RecordingFactory.loadScheduleRecordingByOID()
2007-09-09 01:02:53.993 VERBOSE [10] About to start transcode of: C:\PVR\Transformers Cybertron\Transformers Cybertron_20070908_14001430.mpg
2007-09-09 01:02:53.993 VERBOSE [10] getValue cached value: /settings/AutoConvertMpgToFormat : Video Ipod
2007-09-09 01:02:53.993 VERBOSE [10] About to run transcode command: C:\Program Files\devnz\gbpvr\Third Party\FFmpeg\ffmpeg.exe -y -maxfr 30 -i "C:\PVR\Transformers Cybertron\Transformers Cybertron_20070908_14001430.mpg" -title "Transformers Cybertron: Time" -bitexact -vcodec h264 -coder 0 -bufsize 256 -g 250 -vlevel 13 -fixaspect -s 320x240 -b 600 -maxrate 768 -qmin 2 -qmax 51 -acodec aac -ac 2 -ar 48000 -ab 64 -f ipod "C:\PVR\Transformers Cybertron\Transformers Cybertron_20070908_14001430.mp4"
2007-09-09 01:02:54.118 ERROR [10] Unexpected error in ConversionProcessing.WorkerThread(): System.InvalidOperationException: Cannot process request because the process (2904) has exited.
at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
at System.Diagnostics.Process.set_PriorityClass(ProcessPriorityClass value)
at GBPVR.RecordingService.x92f6085038c83bb7.xcba1f05fb5a46d5f()
2007-09-09 01:03:54.196 INFO [10] File transcode has completed unsuccessfully...
2007-09-09 01:08:54.196 VERBOSE [10] Hour is currently 1. Conversions will happen between 1:00 and 6:00
2007-09-09 01:39:54.154 VERBOSE [10] Hour is currently 1. Conversions will happen between 1:00 and 6:00
2007-09-09 02:10:54.100 VERBOSE [10] Hour is currently 2. Conversions will happen between 1:00 and 6:00
2007-09-09 02:41:54.050 VERBOSE [10] Hour is currently 2. Conversions will happen between 1:00 and 6:00
2007-09-09 03:12:53.988 VERBOSE [10] Hour is currently 3. Conversions will happen between 1:00 and 6:00
2007-09-09 03:43:53.949 VERBOSE [10] Hour is currently 3. Conversions will happen between 1:00 and 6:00
2007-09-09 04:13:54.038 VERBOSE [10] Hour is currently 4. Conversions will happen between 1:00 and 6:00
2007-09-09 04:43:54.462 VERBOSE [10] Hour is currently 4. Conversions will happen between 1:00 and 6:00
2007-09-09 05:13:54.531 VERBOSE [10] Hour is currently 5. Conversions will happen between 1:00 and 6:00
2007-09-09 05:44:54.500 VERBOSE [10] Hour is currently 5. Conversions will happen between 1:00 and 6:00
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#2
2007-09-11, 11:37 PM
All I can suggesst is cut&pasting that ffmpeg command into a command prompt and seeing if it generates any useful error text. Other than that I dont really have any suggestions.
Gary
Offline

Junior Member

Posts: 7
Threads: 2
Joined: May 2006
#3
2007-09-12, 01:47 AM
Hi, actually I did that and it worked great.

I had to run it from the ffmpeg directory because when I cut and pasted the line exactly as shown to the command prompt it complained because I did not have the filename/filepath in quotes, it didn't like the spaces in "Program Files".

Once I went into the Third Party/ffmpeg directly and ran ffmpeg directly from that directory with all of the command parameters shown in the log it worked fine. These ffmpeg parameters are the default video for ipod settings in the config.xml file.

Gary
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#4
2007-09-12, 01:49 AM
Sorry, I dont know then.

Quote:I had to run it from the ffmpeg directory because when I cut and pasted the line exactly as shown to the command prompt it complained because I did not have the filename/filepath in quotes, it didn't like the spaces in "Program Files".
Thats not the cause of the problem when run from the application though. The quotes are not required around the executable name in the API I used. These quotes are only required so CMD.exe can parse the command line.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#5
2007-09-12, 01:53 AM
-maxfr 30 that doesn't seem to be a valid option...typo?
should be -maxrate i'm guessing...
ffmpeg version may be the culprit...they change the syntax again?
at least i didn't find it in the newest ffmpeg docs..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
Gary
Offline

Junior Member

Posts: 7
Threads: 2
Joined: May 2006
#6
2007-09-12, 03:36 AM
Hi Guys,

Well for fun I tried the old version of ffmpeg I was using with the old version of GB-PVR and it seems to be transcoding properly for me now.

Incidentally, now that I have done that I remember having problems with the ffmpeg originally bundled with my old version of GB-PVR.

To get it working on my old version of GB-PVR I also had to replace the ffmpeg.exe file with another version of ffmpeg that came with 3GP_Converter 0.34 (http://www.nurs.or.jp/%7Ecalcium/3gpp/). When I did that then it also solved a problem I had trying to convert files into .mp4 files for the iPod. I totally forgot about that until just now as I'm writing this response.

Thanks for the suggestions guys, and thanks for GB-PVR! Awesome program!

Gary
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  file types of recorded TV paul1 3 3,667 2012-09-30, 05:20 PM
Last Post: sub
  Transcode Problem axeman91 7 3,298 2010-11-22, 09:02 AM
Last Post: goelectric
  No Data In the Recorded File zb1 5 2,216 2010-08-24, 01:08 AM
Last Post: zb1
  Path to file being recorded. brianj 5 2,262 2010-08-08, 10:58 PM
Last Post: brianj
  error: failure playing back file yonu 4 2,013 2010-07-12, 12:52 AM
Last Post: yonu
  UK Freesat Scan.cache File jeffers 3 2,027 2010-05-25, 10:34 PM
Last Post: jeffers
  3 AC3Filter instances when playing back a still recording TS file? jksmurf 3 1,887 2010-05-17, 12:30 AM
Last Post: jksmurf
  Recording stops at 4gb file size experiencebliss 5 2,368 2010-05-04, 02:54 AM
Last Post: pBS
  Hauppage HVR-950q, no file created when recording, no pause. donbrowne 5 1,996 2010-04-08, 04:03 PM
Last Post: sub
  ffdshow postprocessing on .ts file playback alibert 2 1,678 2010-04-05, 05:33 AM
Last Post: alibert

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode