NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 20 21 22 23 24 … 115 Next »
Any way to automatically save MPG output file when transcoding

 
  • 0 Vote(s) - 0 Average
Any way to automatically save MPG output file when transcoding
jonrigg68
Offline

Junior Member

Posts: 17
Threads: 7
Joined: Jun 2007
#1
2008-06-27, 10:00 AM
My MVP now works flawlessly, however I would like to convert my Divx, Xvid files to play natively on MVP. Using transcoding strains the CPU. I have when I remembered copied the output MPG and this then plays fine in future, however I would like to convert any movie played so that they will then play on the MVP natively next time. Is there a way to automatically save the output as opposed overwriting it each time?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#2
2008-06-27, 03:31 PM
Sorry, no theres not.
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#3
2008-06-27, 04:14 PM
You could add a transcode-to-mpg string to config.xml. Than you can transcode anyting you want to mvp-ready format.

My transcode section in config.xml looks like this:

Code:
<CustomFFmpegConversions>
    <Conversion name="XviD" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -deinterlace -vcodec xvid -b 1500k -vtag XVID {DEST_FILE}" targetExtension="xvid.avi" />
    <Conversion name="DivX" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 1000k -vtag DIVX {DEST_FILE}" targetExtension="divx.avi" />
    <Conversion name="Video Ipod" cmd="-y -i {SOURCE_FILE} -title {TITLE_SUBTITLE} -f mp4 -vcodec mpeg4 -s 320x240 -r 15 {DEST_FILE}" targetExtension="ipod.mp4" />
    <Conversion name="Sony PSP" cmd="-y -i {SOURCE_FILE} -title {TITLE_SUBTITLE} -f psp -r 29.97 -s 368x208 -b 768k -ar 24000 -ab 32 {DEST_FILE}" targetExtension="psp.mp4" />
    <Conversion name="Mobile .3GP" cmd="-y -i {SOURCE_FILE} -acodec aac -vcodec mpeg4 -s qcif -aspect 4:3 {DEST_FILE}" targetExtension="3gp.3gp" />
    <Conversion name="WMV-1200kb/s" cmd="-y -i {SOURCE_FILE} -vcodec wmv2 -b 1200k {DEST_FILE}" targetExtension="wmv.wmv" />
    <Conversion name="WMV-700kb/s" cmd="-y -i {SOURCE_FILE} -vcodec wmv2 -b 700k {DEST_FILE}" targetExtension="wmv.wmv" />
    <Conversion name="MPG-MVP 16:9" cmd="-y -i {SOURCE_FILE} -target pal-dvd -b 5000k -aspect 16:9 -s 720x576 -acodec mp2 -ab 224 -ac 2 -mbd 2 -qmin 2 -async 1 {DEST_FILE}" targetExtension="mpeg.mpg" />
    <Conversion name="MPG-MVP 4:3" cmd="-y -i {SOURCE_FILE} -target pal-dvd -b 5000k -aspect 4:3 -s 720x576 -acodec mp2 -ab 224 -ac 2 -mbd 2 -qmin 2 -async 1 {DEST_FILE}" targetExtension="mpeg.mpg" />
    <Conversion name="Wave" cmd="-y -i {SOURCE_FILE} -vn  -y  {DEST_FILE}" targetExtension=".wav" />
    <Conversion name="Mp3" cmd="-y -i {SOURCE_FILE} -vn -acodec mp3 -ac 2 -ab 160 -y  {DEST_FILE}" targetExtension=".mp3" />
  </CustomFFmpegConversions>

You might have to change a few things so that they are right for your part of the world.
This only works I think for the video-archive, so you would have to add the recording-dir to the list of dirs that are monitored by the video-archive. You do that in gbpvr-config-directories.
Don't forget to backup your config.xml before you edit it, preferably with notepad or some other simple text editor.
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.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  NMTInstall.xml File Not Found Error dixxfixx 18 14,237 2015-08-27, 08:36 PM
Last Post: mvallevand
  Semicolons in file name won't play on NMT? leaded1 4 6,716 2015-02-21, 07:49 PM
Last Post: mvallevand
  MVP transcoding? dinki 12 9,271 2014-02-03, 09:35 PM
Last Post: mvallevand
  Extremely sluggish PCH Menu and then won't play file? jksmurf 13 5,890 2011-05-02, 12:52 PM
Last Post: jksmurf
  Odd occurrence of show automatically speeding up and running at its own speed on NMT? jksmurf 14 5,023 2010-08-29, 04:02 PM
Last Post: mvallevand
  1.4.7 + MVP + long file names = reboot? pbj 5 3,223 2009-09-12, 01:43 PM
Last Post: ww4397
  playing divx file on the PCH (and MVP too)? jksmurf 5 2,392 2009-02-22, 04:29 AM
Last Post: mvallevand
  MVP Transcoding drbenjamin 1 1,712 2008-12-01, 06:07 AM
Last Post: mvallevand
  AVI (MPEG4 XVID) File Plays OK on PC, MVP but Not OK on PCH (via GBPVR)? jksmurf 8 2,948 2008-11-18, 04:08 AM
Last Post: mvallevand
  MVP transcoding with TS Mux daneo 0 1,451 2008-11-09, 09:20 AM
Last Post: daneo

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

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

Linear Mode
Threaded Mode