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 … 639 640 641 642 643 … 1231 Next »
transcode questions

 
  • 0 Vote(s) - 0 Average
transcode questions
zaprat
Offline

Member

Posts: 59
Threads: 33
Joined: Dec 2005
#1
2006-03-02, 06:41 AM
Can u help me. I have some newbie questions regarding transcoding:

1) what muxer do I need to convert from DVR-MS to MPEG-2?

2) in attempting to set the transcode option on the PROCESSING tab, I am required to select a time. Is possible implement transcode such that it starts immediately after the recording has completed. If so, how?

3) how do I reduce the priority of the transcode activity so I can perform other tasks on my system. For example watch TV? How do I increase the priority assuming I am doing this whilst the machince would otherwise idle?

4) what is referred to as a "profile" and how do I edit it?

5) when do you need postprocessing.bat?

6) where do I find documentation/sample regarding postprocessing.bat.?

7) what is the purpose of the GBPVRconvert.exe and ffmpeg.exe.

8) I understand that mpeg-2 does not support ac-3. Is it therefore possible to transcode from DVR-MS (which includes AC-3) to MPEG-2 (with MPEG-2audio), and if so, what needs to be done to make this happen.

9) what level of debugging is available with transcoding and how do I enable it?

10) is there a log of transcoding operations including details such as names, start and finish time.

Sorry for the newbie questions, but I tried the forum and the wiki, but its like trying to keep score at a football match but being limited to viewing it through a keyhole.
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#2
2006-03-02, 07:35 AM
I think I can answer the questions about postprocessing.bat. That is a file which you can create if you don't already have it. It will then always be called when a recording is finished. It will be passed the recording's file name as a parameter.

What is it used for? Well, in the early days, before you could check a checkbox in the config app for running comskip, I used it to run comskip on a file after it was finished recording. I'd say you could use it for pretty much anyting you want =) There is a utility called renamerecording in the wiki, which renames a recording. People use postProcessing.bat to run that utility.

Example, if you had these two lines in your postProcessing.bat:

comskip %1
rectracker %1 > rectracker.log

then all files recorded would first be passed to comskip, then passed to rectracker (whatever that does), and any (textual) output from rectracker would end up in the file rectracker.log.
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
zaprat
Offline

Member

Posts: 59
Threads: 33
Joined: Dec 2005
#3
2006-03-02, 11:56 AM
Thanks Stefan for your quick reply; very much appreciated!
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#4
2006-03-02, 11:56 AM
Quote:1) what muxer do I need to convert from DVR-MS to MPEG-2?

The cyberlink muxer. Then set BDA mux to cyberlink instead of dvr-ms. Better to recording in mpeg format in the first place rather than converting it afterwards.

Quote:2) in attempting to set the transcode option on the PROCESSING tab, I am required to select a time. Is possible implement transcode such that it starts immediately after the recording has completed. If so, how?

It's kind of hidden! - keep scrolling through the times until your get to ASAP. This will do it immediately.

Quote:3) how do I reduce the priority of the transcode activity so I can perform other tasks on my system. For example watch TV? How do I increase the priority assuming I am doing this whilst the machince would otherwise idle?

According to Sub, it already IS a low priority. No need to raise it when the machine it idle. It will run when nothing else requires cpu resources.
Quote:4) what is referred to as a "profile" and how do I edit it?

from Sub:-
"No you shouldnt have to do anything. Just select a file, then hit the transcode button. It'll popup a window that lets you select the transcoding profile and start/cancel. The profiles come from the list in config.xml (You can add additional ones, or remove ones you dont need, re-order then, edit bitrate etc etc)."

The profiles are defined in the config.xml file.

Quote:7) what is the purpose of the GBPVRconvert.exe and ffmpeg.exe.

gbpvrconvert filename newfilename PROFILE
ffmpeg is the opensource transcoder used by gbpvr.

Quote:8) I understand that mpeg-2 does not support ac-3. Is it therefore possible to transcode from DVR-MS (which includes AC-3) to MPEG-2 (with MPEG-2audio), and if so, what needs to be done to make this happen.

gbpvrconvert myvid.dvr-ms myvid.mpeg MPEG2

hth
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#5
2006-03-02, 11:56 AM
zaprat Wrote:Thanks Stefan for your quick reply; very much appreciated!
np
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#6
2006-03-02, 03:51 PM
Quote:7) what is the purpose of the GBPVRconvert.exe and ffmpeg.exe.
ffmpeg is used for most transcoding. GBPVRConvert.exe is used to convert between DVR-MS -> MPG, and DVR-MS/MPG -> WMV.

Quote:9) what level of debugging is available with transcoding and how do I enable it?
Not too much, but the command line used and time it is started is listed in GBPVRRecordingService.exe.log

Quote:10) is there a log of transcoding operations including details such as names, start and finish time.
Its in GBPVRRecordingService.exe.log
fpdave
Offline

Junior Member

Posts: 47
Threads: 15
Joined: Mar 2006
#7
2007-01-01, 08:38 PM
According to ProcExp (sysinternals), ffmpeg.exe is running at Normal priority.

Can I change this?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#8
2007-01-01, 11:09 PM
Right you are. I'll run it at below normal in the next release.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Transcode Problem axeman91 7 3,302 2010-11-22, 09:02 AM
Last Post: goelectric
  General questions about Vista64 and GBPVR .... what to do? 8ace 6 3,061 2010-10-18, 03:20 PM
Last Post: 8ace
  Couple Questions jwelters 4 2,418 2010-08-26, 10:06 PM
Last Post: pBS
  Setting up HVR-1600 on a dishnetworks PVR questions morganboy 2 1,638 2010-05-14, 03:51 AM
Last Post: morganboy
  Questions regarding gbpvr's conversion processing and auto-convert mpg recordings. HYBRiD.BLiNG 1 1,426 2010-04-16, 12:39 AM
Last Post: Graham
  Questions on native SchedulesDirect EPG loader colinnwn 2 1,732 2010-04-07, 12:26 PM
Last Post: colinnwn
  2 quick questions drbenjamin 2 1,579 2010-03-18, 12:47 AM
Last Post: pBS
  Adding a second card questions Ifixcomputers 1 1,384 2010-03-15, 05:43 PM
Last Post: sub
  Gb-PVR 1.4.7 does not transcode videos themightygandalf 8 3,163 2010-03-09, 08:29 PM
Last Post: themightygandalf
  How to transcode digital *.ts to "Medium Quality" *.mpg? mrbigsteel 1 1,394 2010-02-20, 06:04 PM
Last Post: luttrell1962

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

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

Linear Mode
Threaded Mode