LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 07-21-2006, 10:46 PM   #1
flebber
Member
 
Registered: Jan 2005
Location: Newcastle, Australia
Distribution: debian stable
Posts: 394

Rep: Reputation: 30
DvdStyler %d error in filename


I was trying to create a DVD.iso with dvdstyler , I was combining a few mpeg video (music) clips. I receive a %d in filename error has anyone had thji before?

I have got the DVDstyler manual but cannot see this error listed.

This was the output

Quote:
Fixing MPEG-files
Fix MPEG-file: /home/flebber/Video/Video/Trivium - A gunshot to the head of trepidation (video).mpg
DemultiplexingXXX : [audio 01 video 01] [ 0.22%]
DemultiplexingXXX : [audio 01 video 01] [ 5.08%]
DemultiplexingXXX : [audio 01 video 01] [ 10.18%]
DemultiplexingXXX : [audio 01 video 01] [ 15.04%]
DemultiplexingXXX : [audio 01 video 01] [ 20.13%]
DemultiplexingXXX : [audio 01 video 01] [ 25.00%]
DemultiplexingXXX : [audio 01 video 01] [ 30.09%]
DemultiplexingXXX : [audio 01 video 01] [ 35.18%]
DemultiplexingXXX : [audio 01 video 01] [ 40.05%]
DemultiplexingXXX : [audio 01 video 01] [ 45.14%]
DemultiplexingXXX : [audio 01 video 01] [ 50.00%]
DemultiplexingXXX : [audio 01 video 01] [ 55.10%]
DemultiplexingXXX : [audio 01 video 01] [ 60.19%]
DemultiplexingXXX : [audio 01 video 01] [ 65.05%]
DemultiplexingXXX : [audio 01 video 01] [ 70.15%]
DemultiplexingXXX : [audio 01 video 01] [ 75.01%]
DemultiplexingXXX : [audio 01 video 01] [ 80.10%]
DemultiplexingXXX : [audio 01 video 01] [ 85.20%]
DemultiplexingXXX : [audio 01 video 01] [ 90.06%]
DemultiplexingXXX : [audio 01 video 01] [ 95.15%]
Demultiplexing : [audio 01 video 01] [100.00%]


INFO: [mplex] mplex version 1.8.0 (2.2.4 $Date: 2005/08/28 17:50:54 $)
INFO: [mplex] File /home/flebber/dvd/title0-0-1-0.mp2 looks like an MPEG Audio stream.
INFO: [mplex] File /home/flebber/dvd/title0-0-1-0.m1v looks like an MPEG Video 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: Audio stream c0 (/home/flebber/dvd/title0-0-1-0.mp2)
INFO: [mplex] MPEG AUDIO STREAM: c0
INFO: [mplex] Audio version : 1.0
INFO: [mplex] Layer : 2
INFO: [mplex] CRC checksums : no
INFO: [mplex] Bit rate : 28672 bytes/sec (224 kbit/sec)
INFO: [mplex] Frequency : 44100 Hz
INFO: [mplex] Mode : 0 stereo
INFO: [mplex] Mode extension : 0
INFO: [mplex] Copyright bit : 0 no copyright
INFO: [mplex] Original/Copy : 0 copy
INFO: [mplex] Emphasis : 0 none
INFO: [mplex] Scanning for header info: Video stream e0 (/home/flebber/dvd/title0-0-1-0.m1v)
INFO: [mplex] VIDEO STREAM: e0
INFO: [mplex] Frame width : 352
INFO: [mplex] Frame height : 240
INFO: [mplex] Aspect ratio : forbidden
INFO: [mplex] Picture rate : 29.970 frames/sec
INFO: [mplex] Bit rate : 1150000 bits/sec
INFO: [mplex] Vbv buffer size : 47104 bytes
INFO: [mplex] CSPF : 0
INFO: [mplex] SYSTEMS/PROGRAM stream:
INFO: [mplex] rough-guess multiplexed stream data rate : 1408896
INFO: [mplex] target data-rate specified : 10080000
INFO: [mplex] Setting specified specified data rate: 10080000
INFO: [mplex] Run-in Sectors = 89 Video delay = 13019 Audio delay = 16022
INFO: [mplex] New sequence commences...
INFO: [mplex] Audio c0: buf= 0 frame=000000 sector=00000000
INFO: [mplex] Video e0: buf= 0 frame=000000 sector=00000000
INFO: [mplex] Scanned to end AU 149
INFO: [mplex] Sequence end marker! Running out...
INFO: [mplex] Run out PTS limit to AU 150 466472 SCR=375369
INFO: [mplex] Audio c0: buf= 3228 frame=000157 sector=00000057
INFO: [mplex] Video e0: buf= 150691 frame=000149 sector=00000363
**ERROR: [mplex] Need to split output but there appears to be no %d in the filename pattern /home/flebber/dvd/title0-0-1.vob


Error executing of command: mplex -f 8 -S 0 -o "/home/flebber/dvd/title0-0-1.vob" "/home/flebber/dvd/title0-0-1-0.mp2" "/home/flebber/dvd/title0-0-1-0.m1v"
 
Old 07-22-2006, 12:57 AM   #2
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
A bit of a stab in the dark, but I've seen that error before when using mplex.

If dvdstyler allows the mplex command to be altered try adding -M as in;
-f 8 -S 0 -M -o

And no, not sure if this will work, but it has taken me past that error.
 
Old 07-22-2006, 01:39 AM   #3
flebber
Member
 
Registered: Jan 2005
Location: Newcastle, Australia
Distribution: debian stable
Posts: 394

Original Poster
Rep: Reputation: 30
I don't know if anyone has told you this enough but you are a genius
 
  


Reply



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
Convert static library (Filename.a) to dynamic shared object (filename.so) afx2029 Linux - Software 4 08-17-2007 06:07 AM
PXE E-53 error No boot filename jer3150 Linux - Networking 2 04-30-2006 10:46 AM
mplex error with dvdstyler rino.caldelli Linux - Software 1 10-31-2005 09:55 AM
no audio with dvdstyler z9_87 Linux - Software 1 04-02-2005 11:07 PM

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

All times are GMT -5. The time now is 08:43 PM.

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