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 … 7 8 9 10 11 … 115 Next »
Odd audio at MVP with some mpegs

 
  • 0 Vote(s) - 0 Average
Odd audio at MVP with some mpegs
Dave72
Offline

Member

Posts: 186
Threads: 23
Joined: Jul 2005
#1
2009-11-29, 07:37 PM
Some of the mpeg files on my hd have audio troubles when played on the MVP.
The audio is either silent or highspeed (and out of sync then of course).

AVIs etc play fine.
If I switch dongle to a standard dongle.bin.. they all play fine.

Ive tried a few different mvpmc.bin, they all seem to have the same problem. (its unclear which mvpmc we should actually be running for a simple MVP ?)

I had this problem back with 1.3 of gbpvr, I recently updated with a fresh install of 1.47.. same problem though.

Funny thing is, Im sure at some point I had mvpmc loaded, and everything played.. perhaps there's a version that works, but I can no longer find it.

Heres the MediaInfo clip from a recent file that doesnt work.
Video
ID : 224 (0xE0)
Format : MPEG Video
Format version : Version 2
Format profile : Main@Main
Format settings, Matrix : Default
Duration : 6mn 22s
Bit rate mode : Variable
Bit rate : 3 801 Kbps
Width : 640 pixels
Height : 480 pixels
Display aspect ratio : 4:3
Frame rate : 29.970 fps
Colorimetry : 4:2:0
Scan type : Progressive
Bits/(Pixel*Frame) : 0.413
Stream size : 174 MiB (92%)
Audio
ID : 192 (0xC0)
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 2
Duration : 6mn 22s
Bit rate mode : Constant
Bit rate : 160 Kbps
Channel(s) : 2 channels
Sampling rate : 48.0 KHz
Resolution : 16 bits
Stream size : 7.30 MiB (4%)

Now, all my videos are not the same format. Some are Mpeg1 video.. (me playing around with ffmpeg CL options in my converter program).. some are different audio etc. Im pretty sure they all played at some point.

AFAIK, this recent one above 'should' play.

I noticed some other posts with similar issues, but they didnt follow through.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,170
Threads: 958
Joined: May 2006
#2
2009-11-29, 08:18 PM
If you are making the files on your own, my first guess is that they have a bad time coding. mvpmc does a lot to sync a/v on reasonable mpeg files but if they are way off you might need to just pass them to the hardware and hope and turn this feature off with --no-seek-sync

Also GBPVR doesn't support mpeg1

The prefered dongle has been linked in the survival guide for many versions of gbpvr http://forums.gbpvr.com/showpost.php?p=3...ostcount=2

Martin
Dave72
Offline

Member

Posts: 186
Threads: 23
Joined: Jul 2005
#3
2009-11-29, 11:29 PM (This post was last modified: 2009-11-29, 11:30 PM by Dave72.)
mvallevand Wrote:If you are making the files on your own, my first guess is that they have a bad time coding. mvpmc does a lot to sync a/v on reasonable mpeg files but if they are way off you might need to just pass them to the hardware and hope and turn this feature off with --no-seek-sync

I dont supposed it matters which way the MVPMCStartupConfig line reads ?
Mine is now
mvpmc --startup emulate --emulate 192.168.1.101 --no-seek-sync &

I made sure I had the 30/9/2008 mvpmc dongle loaded up, cycled power etc

Still, no sound.

FWIW, the files play fine in Graphedit

This is my ffmpeg control line
-y -vcodec mpeg2video -b 4000k -s 640x480 -r 29.97 -ac 2 -async 1 -ab 160000
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,170
Threads: 958
Joined: May 2006
#4
2009-11-29, 11:34 PM
Email me a 15 MB sample and I will have a look. The ability to play from DS is meaningless to embedded devices.

Martin
Dave72
Offline

Member

Posts: 186
Threads: 23
Joined: Jul 2005
#5
2009-11-30, 02:05 AM
I see what you mean about the sync option. Some files that do play now are a hair off sync.
I might have 'tested' a mpeg1 video file earlier.. I forgot which one I tried. Im fairly certain they do play with the original dongle (although Id have to swap dongles again to verify..).
I have a recently converted mpeg2 file that plays slightly out of sync and a little choppy with the no-seek-sync option, but no audio at all without that option.
Is there an easy tool to chop off the end of an mpeg w/o corrupting the file ? I thought I had a tool like that here.. cant find it yet..
(this file is 191meg)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,170
Threads: 958
Joined: May 2006
#6
2009-11-30, 02:21 AM
GBPVR doesn't support mpeg1 not the MVP.

Here is the sub's cut utility but any binary cut will suit my needs.

http://forums.gbpvr.com/showpost.php?p=3...ostcount=3

Martin
Dave72
Offline

Member

Posts: 186
Threads: 23
Joined: Jul 2005
#7
2009-11-30, 04:06 AM
Clip sent.

Sub's util is only for TS files, i think.

I tested my clip on the mvp.. audio, but out of sync (and I have the sync on.. ie, no command in the config.xml).
Oddly, the main file (for that clip) didnt play before, but did now.

I dunno if its b/c the wife was watching some avi's.. (cant see how, but thats about the only thing that changed). This is getting odd..
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,170
Threads: 958
Joined: May 2006
#8
2009-11-30, 04:54 AM
Your sample doesn't play on mvpmcx2 and GBPVR shows it as only 1 second length both showing signs of timeline issues in the file. I couldn't even play it with PVRx2 or MPC on my PC and with VLC the timeline jumps all over the place.

With ffmpeg this error is pretty clear it is a bad transcode

Code:
Seems stream 0 codec frame rate differs from container frame rate: 59.94 (60000/1001) -> 29.97 (30000/1001)

If the it plays with the Hauppauge dongle, I doubt you will be able to navigate it with GBPVR.

Martin
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#9
2009-11-30, 12:04 PM
Shouldn't the audio bitrate be written like this: 160k instead of 160000.
Maybe you should add the audio codec aswell: -acodec mp2

Hans

Edit: check the ffmpegdocs: http://ffmpeg.org/ffmpeg-doc.html
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.
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#10
2009-11-30, 02:54 PM
I reread your first post and it seems as if everything was done right by ffmpeg, so I doubt if my advice (above) will do any good.:o

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.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Audio sync WKleeven 5 3,932 2011-11-22, 03:47 PM
Last Post: WKleeven
  No audio on MKV files on the PCH pcostanza 3 3,809 2011-11-22, 02:21 AM
Last Post: pcostanza
  No audio NMT - solved. Lindsay 2 2,641 2011-11-16, 07:32 PM
Last Post: Lindsay
  No audio for avi on nmt roy 2 3,029 2011-11-06, 04:55 PM
Last Post: roy
  Egreat no video or audio coppelltx 22 9,168 2010-06-03, 05:42 AM
Last Post: sudoko
  Converting net videos to mpegs for the MVP Dave72 2 1,746 2010-05-21, 11:24 AM
Last Post: Dave72
  No audio on NMT (when watching LiveTv or RecordingTV) hvannieu 3 2,148 2009-09-29, 10:25 PM
Last Post: mvallevand
  Audio Playback on the MVP mvallevand 8 2,984 2009-03-08, 02:30 PM
Last Post: mvallevand
  Audio sync lost on skip Jeff_CO 2 1,885 2008-11-20, 08:33 PM
Last Post: Jeff_CO
  Divx with 2 Audio Tracks - Switching? Mvp74 20 10,103 2008-09-17, 07:12 AM
Last Post: zehd

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

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

Linear Mode
Threaded Mode