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 … 678 679 680 681 682 … 1231 Next »
Transcode to MPG ?

 
  • 0 Vote(s) - 0 Average
Transcode to MPG ?
gingerneil
Offline

Member

Posts: 90
Threads: 30
Joined: Jun 2006
#1
2006-09-02, 11:21 PM
When a file is selected in the Video Library, and the transcode option is selected, is there any reason why there is no option to select MPG ? For example, to transcode a divx avi to MPG...

Sub - could this be added fairly easily ?

The reason I ask is that I have used third party tools to convert avi files to mpg for use on the MVP, but it never seems to work properly. Doing it using a GBPVR tool *should* ensure the right audio / video settings etc are used. Also, it means its easy to do from the comfort of my arm chair ! Smile
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#2
2006-09-02, 11:33 PM
I guess you could add a line under <CustomFFmpegConversions> in config.xml. Shoudn't be to hard to find out what it should look like. You could start with the parameters from the line under mvp fffmpeg transcoding.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
gingerneil
Offline

Member

Posts: 90
Threads: 30
Joined: Jun 2006
#3
2006-09-03, 12:03 AM
I'm far from an expert with fffmpeg ! Can anyone help me out with the detail ?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,717
Threads: 767
Joined: Nov 2003
#4
2006-09-03, 02:29 AM
The next release gives you the option to convert dvr-ms to mpg in the video library transcode function. This was previously not possible.

Quote:When a file is selected in the Video Library, and the transcode option is selected, is there any reason why there is no option to select MPG ? For example, to transcode a divx avi to MPG...

Sub - could this be added fairly easily ?

The reason I ask is that I have used third party tools to convert avi files to mpg for use on the MVP, but it never seems to work properly. Doing it using a GBPVR tool *should* ensure the right audio / video settings etc are used. Also, it means its easy to do from the comfort of my arm chair !
You can already do this, but your'll need to add a new setting to the <CustomFFmpegConversions> tag in the config.xml file. You can find an appropriate command line on the http://ffmpeg.sourceforge.net site. Its probably something like:

<Conversion name="MPEG2" cmd="-y -i {SOURCE_FILE} -f svcd -b 4000 -ac 2 -ab 128 -f svcd {DEST_FILE}" targetExtension=".mpg" />
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#5
2006-09-03, 05:46 AM
You might want to try ZProcess... The defaults are based on the values sub set in the config.xml, but it seems to be easier for folks to change the settings; easier than manualy editing the batchfiles and config.xml
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
gingerneil
Offline

Member

Posts: 90
Threads: 30
Joined: Jun 2006
#6
2006-09-03, 09:07 AM
sub Wrote:The next release gives you the option to convert dvr-ms to mpg in the video library transcode function. This was previously not possible.

You can already do this, but your'll need to add a new setting to the <CustomFFmpegConversions> tag in the config.xml file. You can find an appropriate command line on the http://ffmpeg.sourceforge.net site. Its probably something like:

<Conversion name="MPEG2" cmd="-y -i {SOURCE_FILE} -f svcd -b 4000 -ac 2 -ab 128 -f svcd {DEST_FILE}" targetExtension=".mpg" />

ok - thanks. I'll give it a go.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#7
2006-09-29, 10:54 PM
I just d/l a missed recording, in AVI (DivX) format, can I use the same command line in the config.xml to convert to MPG to play on the MVP?

<Conversion name="MPEG2" cmd="-y -i {SOURCE_FILE} -f svcd -b 4000 -ac 2 -ab 128 -f svcd {DEST_FILE}" targetExtension=".mpg" />

or zehd can I do this in Zprocess?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,717
Threads: 767
Joined: Nov 2003
#8
2006-09-30, 12:18 AM
Yes
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#9
2006-09-30, 12:40 AM (This post was last modified: 2006-09-30, 12:58 AM by jksmurf.)
Excellent. Ta. btw was it (is it) in this or the "next release?"

[EDIT]And should it be

<Conversion name="MPEG2" exe="ffmpeg.exe" cmd="-y -i {SOURCE_FILE} -f svcd -b 4000 -ac 2 -ab 128 -f svcd {DEST_FILE}" targetExtension=".mpg" />

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#10
2006-09-30, 01:29 AM
Sub.

I'm stumped. Nothing happens in the transcode screen. I get the MPEG2 conversion pop-up but when I press start, it doesn't launch anything. The weird thing is it seems to "think" it is ALREADY an MPG as even though it has .avi as an extension and it is an XVID file (checked in Windows Props) it tacks .mpg onto the original file. Could taht be why it is not transcoding?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Transcode Problem axeman91 7 3,303 2010-11-22, 09:02 AM
Last Post: goelectric
  Gb-PVR 1.4.7 does not transcode videos themightygandalf 8 3,180 2010-03-09, 08:29 PM
Last Post: themightygandalf
  How to transcode digital *.ts to "Medium Quality" *.mpg? mrbigsteel 1 1,396 2010-02-20, 06:04 PM
Last Post: luttrell1962
  Transcode Xvid profile aspect ratio Warwick 0 1,256 2009-10-07, 08:46 AM
Last Post: Warwick
  Transcode, Shutdown, Standby do nothing keith_leitch 22 6,921 2009-06-14, 01:17 AM
Last Post: sub
  Select Non Default Transcode Options by Recording rmazenc 2 1,434 2009-05-16, 11:32 PM
Last Post: rmazenc
  Slick Skin: No buttons (like transcode) in Video Library zehd 16 4,887 2009-04-02, 02:12 AM
Last Post: jonnybignote
  how to que files to transcode? tvshowman 33 8,583 2009-03-18, 08:08 PM
Last Post: mutaza
  Where is the "Transcode" Button? clubrulz 2 1,398 2009-03-17, 02:32 PM
Last Post: clubrulz
  Transcode Option in Video Library rbelisle 4 1,559 2008-11-26, 12:11 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode