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 … 565 566 567 568 569 … 1231 Next »
Latest Cyberlink MUX - how to get ???

 
  • 0 Vote(s) - 0 Average
Latest Cyberlink MUX - how to get ???
Cahill84
Offline

Member

Posts: 158
Threads: 9
Joined: Feb 2007
#31
2007-03-21, 12:09 AM (This post was last modified: 2007-04-07, 10:30 PM by Cahill84.)
yeah, that wasn't there when I posted... umm.. or I'm losing it. I don't know how I missed that. Yeah, it could be that I have only had like 4 hours of sleep in the last three days, but still that's weird. I could of swore that the site hadn't been given. Thanks... I'll give it a shot.

O.k. so I'll just edited this post instead of posting a new one. It didn't work. It says that I have the Cyberlink mux and it's installed and all, but I just tried a transcode and it created a 0mb file.

Secondly, is there a way to alter the settings for the Divx/Xvid transcode. Meaning that I want to use quality setting of say 4 (variable bitrate, I think is how they term it). Likewise, I want the aspect ratio to be 720 X 480, so I don't have to worry about it not playing on all players.
ASUS A8V Deluxe MB | AMD Athlon 64 3200+
1 Gb Ram | 320 GB & 500 GB SATA II HDs
Sapphire X 1650 Pro | Hauppauge HVR-1600
Windows XP Pro running pvr-x2 1.1.5
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#32
2007-03-21, 12:52 AM
I'm don't think that simply having the cyberlink mux is going to enable you to transcode these (old) dvr.ms files directly to avi. Perhaps they need to be converted to mpeg first using

gbpvrconvert <oldfilename> <newfilename> MPEG2

btw: If you change you mux in the config to cyberlink, all new recordings will be saved as an mpeg file. These can then be converted to avi using the transcode option in the video plugin.

Search for "qscale" for info on how to modify your config.xml file to alter the conversion parameters to support the "quality setting". You can define aspect ratio (as opposed to specific resolution) in the command line. I currently use the following settings which are quick and look good but the file sizes are bigger than I would ideally like.

<Conversion name="XviD 16:9" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -deinterlace -vcodec mpeg4 -qscale 5 -aspect 16:9 -vtag XVID {DEST_FILE}" targetExtension=".avi" />

<Conversion name="XviD 4:3" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -deinterlace -vcodec mpeg4 -qscale 5 -aspect 4:3 -vtag XVID {DEST_FILE}" targetExtension=".avi" />

This (old) thread was about obtaining the cyberlink mux. Open a new thread if you have any further questions regarding transcoding.
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#33
2007-03-21, 01:06 AM
gEd Wrote:I'm don't think that simply having the cyberlink mux is going to enable you to transcode these (old) dvr.ms files directly to avi. Perhaps they need to be converted to mpeg first using

gbpvrconvert <oldfilename> <newfilename> MPEG2
When you try to use GB-PVR to convert a DVR-MS to anything (MPEG2, divx, xvid etc), then it runs effectively that command, which behind the scenes uses the Cyberlink mux.

If its going to convert to xvid/divx/etc, then it makes an intermediate .mpg file using the above, before using ffmpeg to do the final conversion.
steve232
Offline

Member

Posts: 83
Threads: 14
Joined: Jan 2005
#34
2007-03-21, 11:43 AM
The following place sells what appears to be an older version of powervcr for anyone that wishes to purchase that package to get the needed files.
Seems to be $10 plus shipping.

http://www.softwareoutlet.com/Merchant2/..._Code=4407

Steve
Cahill84
Offline

Member

Posts: 158
Threads: 9
Joined: Feb 2007
#35
2007-04-05, 11:10 PM
Is there a way to call GBPVRConvert in a batch file directly? and use the profiles in config.xml?
ASUS A8V Deluxe MB | AMD Athlon 64 3200+
1 Gb Ram | 320 GB & 500 GB SATA II HDs
Sapphire X 1650 Pro | Hauppauge HVR-1600
Windows XP Pro running pvr-x2 1.1.5
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#36
2007-04-05, 11:28 PM
Cahill84 Wrote:Is there a way to call GBPVRConvert in a batch file directly? and use the profiles in config.xml?
No, not easily. I cant think of anyway from a batch file to get settings config.xml.
Cahill84
Offline

Member

Posts: 158
Threads: 9
Joined: Feb 2007
#37
2007-04-05, 11:38 PM (This post was last modified: 2007-04-05, 11:42 PM by Cahill84.)
Actually, let me clarify... I was looking for something like this

GBPVRConvert.exe -"Profile from config.xml" someshow.mpg to newshow.avi
ASUS A8V Deluxe MB | AMD Athlon 64 3200+
1 Gb Ram | 320 GB & 500 GB SATA II HDs
Sapphire X 1650 Pro | Hauppauge HVR-1600
Windows XP Pro running pvr-x2 1.1.5
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#38
2007-04-06, 01:01 AM
No sorry. GBPVRConvert.exe is only used for converting .dvr-ms files to .mpg files. For conversions to .avi files, you'd have to use ffmpeg or other convertet.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4


Possibly Related Threads…
Thread Author Replies Views Last Post
  Latest PVRX2 Download? Flyndr 2 2,597 2011-06-11, 12:58 PM
Last Post: Flyndr
  Empty recordings with Cyberlink Mux mad-marco 12 4,231 2010-09-20, 07:11 PM
Last Post: mad-marco
  powerdvd9 (latest)+ATI4650+gpvr problem aiacel 5 2,329 2010-08-19, 05:44 PM
Last Post: aiacel
  how can i tell which decoders Cyberlink uses pvrproblems 7 2,847 2009-12-08, 07:19 PM
Last Post: whurlston
  Cyberlink PDVD9-SAF - FilterMerits/Config dennit 4 3,618 2009-11-22, 07:04 PM
Last Post: sub
  Cyberlink registry hack? Pob 2 2,082 2009-10-18, 12:41 AM
Last Post: Pob
  Muxes from Cyberlink PowerDirector - compatible? willyperkins 0 1,197 2009-06-20, 12:10 AM
Last Post: willyperkins
  People using Cyberlink PowerDVD 8 for video decoding please read.... psycik 2 1,883 2009-04-29, 11:51 AM
Last Post: imilne
  CyberLink MPEG decoder not found in list rookie 3 1,811 2009-03-30, 03:11 AM
Last Post: rookie
  After stepping up to latest FW, HDHR doesn't respond to GBPVR at all. philly_phenom 12 4,098 2009-03-18, 12:27 AM
Last Post: philly_phenom

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

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

Linear Mode
Threaded Mode