LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-29-2005, 12:53 PM   #1
applewax
LQ Newbie
 
Registered: Dec 2004
Location: Delaware, USA
Distribution: CentOS (RHEL) 4.0
Posts: 25

Rep: Reputation: 15
Question mplex: broken bit-stream err when copying DVD


Hello,

While backing-up certain DVDs, I get a "broken bit-stream" error (see below) from mplex (part of mjpegtools) when I try to multiplex the audio/video tracks back together. I've done this successfully several times recently w/ other DVDs, however, I've gotten this error on at least two DVDs now, and I don't know what's causing it, or how to fix. The procedure I'm using (all command line) was taken from a tutorial I found here, and usually works like a charm. It goes something like this:

1) vobcopy -l (rip the original DVD)
2) tcextract -i $FILE.vob -t vob -x mpeg2 > video.m2v (extract the video)
3) tcextract -i $FILE.vob -t vob -x ac3 -a 0 > audio.ac3 (extract the audio track)
(video compression not necessary for this particular movie, so that step is skipped)
4) mplex -f 8 -o ""$FILE"%d.mpg" video.m2v audio.ac3 (multiplex the audio and video back together)

Is something going wrong during step 3, the audio extraction? Is there another tool I could try besides tcextract, or are there other parameters I could pass to it that might fix this? Or is the problem w/ mplex?

Any suggestions would be greatly appreciated!

Here is the output from mplex (step #4 above)

INFO: [mplex] mplex version 1.6.2 (2.2.3 $Date: 2004/01/13 20:45:26 $)
INFO: [mplex] File video.m2v looks like an MPEG Video stream.
INFO: [mplex] File audio.ac3 looks like an AC3 Audio stream.
INFO: [mplex] Video stream 0: profile 8 selected - ignoring non-standard options!
INFO: [mplex] Found 1 audio streams and 1 video streams
INFO: [mplex] Selecting dvdauthor DVD output profile
INFO: [mplex] Multiplexing video program stream!
INFO: [mplex] Scanning for header info: Video stream e0 (video.m2v)
INFO: [mplex] VIDEO STREAM: e0
INFO: [mplex] Frame width : 720
INFO: [mplex] Frame height : 480
INFO: [mplex] Aspect ratio : 16:9 display
INFO: [mplex] Picture rate : 29.970 frames/sec
INFO: [mplex] Bit rate : 9800000 bits/sec
INFO: [mplex] Vbv buffer size : 229376 bytes
INFO: [mplex] CSPF : 0
INFO: [mplex] Scanning for header info: AC3 Audio stream 00 (audio.ac3)
INFO: [mplex] AC3 frame size = 1536

INFO: [mplex] AC3 AUDIO STREAM:
INFO: [mplex] Bit rate : 49152 bytes/sec (384 kbit/sec)
INFO: [mplex] Frequency : 48000 Hz
INFO: [mplex] SYSTEMS/PROGRAM stream:
INFO: [mplex] rough-guess multiplexed stream data rate : 10403400
INFO: [mplex] target data-rate specified : 10080000
++ WARN: [mplex] Target data rate lower than computed requirement!
++ WARN: [mplex] N.b. a 20% or so discrepancy in variable bit-rate
++ WARN: [mplex] streams is common and harmless provided no time-outs will occur
INFO: [mplex] Run-in Sectors = 89 Video delay = 13019 Audio delay = 16022
INFO: [mplex] New sequence commences...
INFO: [mplex] Video e0: buf= 237568 frame=000000 sector=00000000
INFO: [mplex] Audio bd: buf= 16384 frame=000000 sector=00000000
**ERROR: [mplex] Can't find next AC3 frame: @ 1532928 we have bd28 - broken bit-stream?

Last edited by applewax; 03-29-2005 at 02:58 PM.
 
Old 04-11-2005, 04:14 PM   #2
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Rep: Reputation: 30
**ERROR: [mplex] Can't find next AC3 frame: @ 1532928 we have bd28 - broken bit-stream?

Were you able to figure this problem out?
I'm having the same.

dlw
 
Old 04-12-2005, 08:23 AM   #3
applewax
LQ Newbie
 
Registered: Dec 2004
Location: Delaware, USA
Distribution: CentOS (RHEL) 4.0
Posts: 25

Original Poster
Rep: Reputation: 15
> Were you able to figure this problem out?

Negative. But I haven't really spent any time on it. I've downloaded a couple other tools that (I think) do the same thing (dvdbackup & acidrip), but I've been so busy, I haven't had a chance to install them and try. When I do, perhaps later this week or weekend, I'll post results. If you solve this, pls do likewise.

In case you're interested in the alternatives mentioned above:

dvdbackup
acidrip (sourceforge)
acidrip (homepage)
 
Old 04-12-2005, 09:04 AM   #4
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Rep: Reputation: 30
I am putting together a script to dupe DVD movies and nameing it 'stf' - Start To Finish.
You insert the original DVD in one DVD-rw -/dev/hdc,and a blank DVD in the second, -/dev/hdd.
Go to bed, go play or whatever. It goes from 'stf' without any input.
The script works now except when it runs into this problem about the '*.ac3' file.
One person told me to 'chmod +r' the '*.ac3' file.
I did and that worked on that particular movie but not on others.
I'm going to try 'chmod +rwxrwxrwx' and see what happens.
This will give 'root, group and user' permission to 'read, write and execute' the file.
I'll do this to all files. It may or may not help.

The second problem is the movie plays most of the way and stops.
Looking at the back of the DVD you can see a difference in the emulsion.
It looks as if the emulsion was 'burnt deeper' with a darker color, -purpleish, most of the way.
Then it looks as if something changed and did not 'burn' as deep.

The movie plays great from 'stf' as '*.vob' on the computer.
I'm wondering if using the computer while the script is running has anything to do with it.
It appears the problem happens in the 'burning' process.

Oh well, one day at a time.

dlw
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual system boot err: rootnoverify(hd1,0),but the hd0 err msg existed befor shut down lilipeng24 Linux - General 3 06-25-2005 12:10 PM
DVD Copying (How - TO) apinta10 Linux - Software 1 04-08-2005 08:55 AM
which bit is broken ? junme Linux - Hardware 1 01-06-2005 09:32 PM
MPlayer: DVD stream.dump - what format? dreamtheater Linux - General 1 02-20-2004 05:04 AM
wrong audio stream with mplayer for DVD general4172 Linux - Software 2 09-05-2003 04:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration