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 … 10 11 12 13 14 … 115 Next »
Converting .avi to .mpg for MVP use.

 
  • 0 Vote(s) - 0 Average
Converting .avi to .mpg for MVP use.
Society
Offline

Junior Member

Posts: 36
Threads: 3
Joined: Nov 2008
#1
2009-06-13, 12:50 PM
I have a number of AVI files which I'd like to convert to mpg so as to have pause/skip control over them like TV recordings when playing from my server via MediaMVPs

How might I best achieve this?

The conversions I've attempted result in files that play with the following characteristics:

AVI via VLC on clientPC = plays.
AVI via PVRX2 client = Sound; no video
AVI via MediaMVP = Video; no sound

MPG via VLC on clientPC = plays.
MPG via PVRX2 client = Video; no sound
MPG via MediaMVP = plays but no time-bar and skip is very unreliable/unpredictable, readily causes loss-of-sync, restart or even a hang.

AVIs are XviD(624x352)/MP3. MPGs are MPG2/AC-3 but I guess I need mpeg audio somehow or, perhaps, extra codecs/whatever on the server or, most probably, a better understanding of GB-PVR dependencies for various tasks.

For completeness: used mpegImport to generate an xml file for mpg files which I imported using GB-PVRConfig.
[SIZE="1"]Server: Dual-Core E2180@2GHz; 2GB ECC; onboard ES1000 graphics (but headless).
WinXP-MCE SP2; DirectX 9.0c; GB-PVR 1.4.7.
PVR-150MCE kit (1063) with USB beanbag/blaster.
External Sat. Tuner: Silvercrest SL65
Internal Sat. Tuner: VideoMate S350 DVB-S
MediaMVPs: 86002 D3A; 86002 E1; 86020 H3. All using mvpmc.
PCH A-100.
[/SIZE]
Society
Offline

Junior Member

Posts: 36
Threads: 3
Joined: Nov 2008
#2
2009-07-06, 12:15 PM
Society Wrote:I have a number of AVI files [...]

AVI via VLC on clientPC = plays.
AVI via PVRX2 client = Sound; no video
AVI via MediaMVP = Video; no sound
[...]
AVIs are XviD(624x352)/MP3.

Back to looking at this - and concentrating on just this aspect - what do I need to load onto the server to be able to get sound from these files via MediaMVPs? (I don't use PVRX2 on client PCs to view files - merely to schedule the odd recording - so not having video on the client PC isn't a major problem.)

I was hoping to keep the server fairly unencumbered rather than throw shedloads of stuff at it until things worked. There's no sound card and the onboard VGA graphics are presumably why PVRX2 on the server does nothing other than open a "transparent" empty window.

Clues would be much appreciated.
[SIZE="1"]Server: Dual-Core E2180@2GHz; 2GB ECC; onboard ES1000 graphics (but headless).
WinXP-MCE SP2; DirectX 9.0c; GB-PVR 1.4.7.
PVR-150MCE kit (1063) with USB beanbag/blaster.
External Sat. Tuner: Silvercrest SL65
Internal Sat. Tuner: VideoMate S350 DVB-S
MediaMVPs: 86002 D3A; 86002 E1; 86020 H3. All using mvpmc.
PCH A-100.
[/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#3
2009-07-06, 11:34 PM
Code:
MPGs are MPG2/AC-3

The MVP doesn't properly support AC3, try transcoding to MP2 audio.

Martin
Society
Offline

Junior Member

Posts: 36
Threads: 3
Joined: Nov 2008
#4
2009-07-07, 05:37 PM
mvallevand Wrote:
Code:
MPGs are MPG2/AC-3
The MVP doesn't properly support AC3, try transcoding to MP2 audio.

Thanks for your reply. I had acknowledged that I probably needed mpeg audio but I was putting aside the mpg aspect for now and just hoping to get avi files (XviD(624x352)/MP3) to play with sound via the MVP.

What do I need on the server (and where) to accomplish this?

Is there a "preferred" set of codecs for the "MPEG-2 Playback" and "Advanced Codec" entries of the Playback tab of Config for use with MVPs? I have the Intervideo NonCSS codec mentioned in the Dummies' Guide.
[SIZE="1"]Server: Dual-Core E2180@2GHz; 2GB ECC; onboard ES1000 graphics (but headless).
WinXP-MCE SP2; DirectX 9.0c; GB-PVR 1.4.7.
PVR-150MCE kit (1063) with USB beanbag/blaster.
External Sat. Tuner: Silvercrest SL65
Internal Sat. Tuner: VideoMate S350 DVB-S
MediaMVPs: 86002 D3A; 86002 E1; 86020 H3. All using mvpmc.
PCH A-100.
[/SIZE]
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#5
2009-07-07, 06:09 PM (This post was last modified: 2009-07-08, 07:19 AM by HtV.)
I have added these 2 lines to the <CustomFFmpegConversions> section in config.xml.

Code:
<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" />

Open config.xml in Notepad or some other simple text-editor, NOT in Word or Wordpad. Backup first ofcourse.
Now you can choose one of these 2 profiles for transcoding in the video tab in GBPVR (PVRX2).

Hans
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.
philly_phenom
Offline

Senior Member

Posts: 566
Threads: 97
Joined: Aug 2006
#6
2009-07-07, 09:01 PM
Have you tried Any Video Converter?
GBPVR v1.4.7
Windows 7 Ultimate (64-bit)
Intel Core 2 Duo 2.33 GHz
4 GB RAM, 160GB system drive
640GB recording drive
PVR-500 - analog cable stations
HDHomeRun - ASTC via antenna
nVidia GeForce 8600GT
1 PCH @ 1080p componenent (was NTSC via composite)
1 PCH @ 1080p HDMI (was component)
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#7
2009-07-08, 12:21 PM
Society Wrote:Back to looking at this - and concentrating on just this aspect - what do I need to load onto the server to be able to get sound from these files via MediaMVPs?

The server does nothing for an MVP other than just send the file to it, so as the MVP only handles standard mpeg audio/video then that is what you have to convert it to.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Suggestions for converting DVDs to MPG for MVP playback wtg 15 5,316 2011-02-23, 06:13 AM
Last Post: pBS
  Converting net videos to mpegs for the MVP Dave72 2 1,666 2010-05-21, 11:24 AM
Last Post: Dave72
  Divx playback and converting robpatt 0 1,331 2006-08-05, 09:05 PM
Last Post: robpatt

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

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

Linear Mode
Threaded Mode