Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Howto author AVI->DVD with menus using Linux only !
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 29, 30, 31  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
FreakWent
n00b
n00b


Joined: 08 Feb 2004
Posts: 46

PostPosted: Thu Aug 09, 2007 9:21 am    Post subject: Reply with quote

A long time ago...


[quote="shiznix"][quote="hulmeman"][quote="shiznix"]
Vincepbell wrote:
I can't seem to get this to work.

--SNIP--

For the SVN version of MPlayer that you are using you would use:
Code:
mplayer -vo dummy -ao dummy -identify Freaky_Eaters_E3_Cheese. avi
to achieve the same result.

Cheers


Well now that's cool, but I'd rather not mess with the any2vob (0.34) script, because I'm lame.

gentoo x86 has installed mplayer dev-SVN-rUNKNOWN-4.1.1 (mplayer-1.0.20070321)

What's the right way to get a version of mplayer which will not play audio (indeed anything) on a -vo=dummy? Currently it takes 5 hours for a 30 minute clip, as every time any2vob wants to check something (eg lines 488 to 490, as one example) it plays the audio of the track all the way through. Killing the mplayer process makes it start again...

I will also file a bug report against any2vob (it's the only form of service/support offered by sourceforge for the project) suggesting that they at least check for midentify to use instead.
Back to top
View user's profile Send private message
nickrout
Apprentice
Apprentice


Joined: 06 Oct 2002
Posts: 208
Location: New Zealand

PostPosted: Sat Aug 11, 2007 5:39 am    Post subject: problem with stereo2surround.sh Reply with quote

I am having a problem with stereo2surround.sh, referenced here http://mightylegends.zapto.org/dvd/dvdauthor_howto_surround.html and on page one of this thread.

Firstly I have found one bug when using sox > 13.0.0. soxmix has been removed and the appropriate incantation now seems to be sox -m. stereo2surround.sh will fail unless you change soxmix to sox -m.

Secondly, ffmpeg seems to fail on my system. The output is as follows:

Code:
sox sox: Effects chain: lowp       mono   48000Hz
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --enable-static --enable-shared --cc=i586-pc-linux-gnu-gcc --disable-altivec --disable-debug --disable-audio-oss --disable-opts --enable-libmp3lame --enable-libvorbis --enable-libogg --enable-libtheora --enable-libogg --enable-liba52 --enable-dc1394 --enable-xvid --enable-x11grab --enable-libogg --enable-libdts --enable-x264 --enable-libfaad --enable-libfaac --enable-gpl --enable-pp --disable-strip
  libavutil version: 49.4.0
  libavcodec version: 51.40.2
  libavformat version: 51.11.0
  built on Apr 30 2007 08:40:46, gcc: 4.1.1 (Gentoo 4.1.1-r3)
Input #0, s16le, from 'test.mp2_final.wav':
  Duration: N/A, bitrate: N/A
  Stream #0.0: Audio: pcm_s16le, 48000 Hz, 5:1, 4608 kb/s
Output #0, ac3, to 'test.mp2.ac3':
  Stream #0.0: Audio: ac3, 48000 Hz, 5:1, 0 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
Error while opening codec for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
Done!


My version of ffmpeg is 0.4.9_p20070330-r1

If anyone can help I'd be grateful. (I am not making a dvd otherwise I would use the fine any2vob/any2dvd scripts)

Thanks.
Back to top
View user's profile Send private message
shiznix
Guru
Guru


Joined: 29 Jun 2003
Posts: 367
Location: Adelaide, Australia

PostPosted: Wed Sep 12, 2007 7:19 pm    Post subject: Re: problem with stereo2surround.sh Reply with quote

nickrout wrote:
I am having a problem with stereo2surround.sh, referenced here http://mightylegends.zapto.org/dvd/dvdauthor_howto_surround.html and on page one of this thread.

Firstly I have found one bug when using sox > 13.0.0. soxmix has been removed and the appropriate incantation now seems to be sox -m. stereo2surround.sh will fail unless you change soxmix to sox -m.

Secondly, ffmpeg seems to fail on my system. The output is as follows:

Code:
sox sox: Effects chain: lowp       mono   48000Hz
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --enable-static --enable-shared --cc=i586-pc-linux-gnu-gcc --disable-altivec --disable-debug --disable-audio-oss --disable-opts --enable-libmp3lame --enable-libvorbis --enable-libogg --enable-libtheora --enable-libogg --enable-liba52 --enable-dc1394 --enable-xvid --enable-x11grab --enable-libogg --enable-libdts --enable-x264 --enable-libfaad --enable-libfaac --enable-gpl --enable-pp --disable-strip
  libavutil version: 49.4.0
  libavcodec version: 51.40.2
  libavformat version: 51.11.0
  built on Apr 30 2007 08:40:46, gcc: 4.1.1 (Gentoo 4.1.1-r3)
Input #0, s16le, from 'test.mp2_final.wav':
  Duration: N/A, bitrate: N/A
  Stream #0.0: Audio: pcm_s16le, 48000 Hz, 5:1, 4608 kb/s
Output #0, ac3, to 'test.mp2.ac3':
  Stream #0.0: Audio: ac3, 48000 Hz, 5:1, 0 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
Error while opening codec for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
Done!

Oops yes you're right, should be fixed now, thanks.

As for your FFmpeg error, try specifying '-ab 384k' for later versions of FFmpeg, or '-ab 384' for an early version.
Back to top
View user's profile Send private message
nickrout
Apprentice
Apprentice


Joined: 06 Oct 2002
Posts: 208
Location: New Zealand

PostPosted: Sun Oct 07, 2007 12:18 am    Post subject: Reply with quote

Thats OK, glad to help :-)

Yes the -ab 384k works now, I had that sorted a while ago and should have posted back the solution.

Cheers.
Back to top
View user's profile Send private message
hulmeman
Apprentice
Apprentice


Joined: 02 Jul 2002
Posts: 184
Location: Duchy of Lancaster, England.

PostPosted: Thu Nov 15, 2007 8:50 am    Post subject: Problem with ffmpeg Reply with quote

I'm trying to convert a stereo ac3 to 6 channel, I'm getting this error with ffmpeg when I try to convert the stereo ac3 track to a stereo wav:
Code:
 XXyyzz $ ffmpeg -i Capturing_Mary.ac3 temp.wav
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --enable-static --enable-shared --cc=x86_64-pc-linux-gnu-gcc --disable-altivec --disable-debug --disable-dv1394 --disable-opts --enable-libmp3lame --enable-libvorbis --enable-libogg --enable-libtheora --enable-libogg --enable-liba52 --enable-pthreads --enable-libxvid --enable-x11grab --enable-libogg --enable-libx264 --enable-libfaad --enable-libfaac --enable-gpl --enable-pp --enable-swscaler --disable-strip
  libavutil version: 49.4.0
  libavcodec version: 51.40.4
  libavformat version: 51.12.1
  built on Nov 14 2007 20:41:55, gcc: 4.2.2 (Gentoo 4.2.2 p1.0)
[mpeg @ 0x2b77580f6220]Could not find codec parameters (Audio: mp2, 24 kb/s)
Capturing_Mary.ac3: could not find codec parameters

Any ideas? The file plays fine in mplayer and I'm sure I've got all required use flags:
Code:
 $ emerge -pv ffmpeg

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] media-video/ffmpeg-0.4.9_p20070616-r2  USE="X a52 aac encode imlib ipv6 mmx network ogg oss sdl theora threads truetype v4l vorbis x264 xvid zlib (-altivec) -amr -debug -doc -ieee1394 -test" 0 kB

TIA
Back to top
View user's profile Send private message
chris.c.hogan
Apprentice
Apprentice


Joined: 02 Oct 2005
Posts: 189

PostPosted: Sun Nov 25, 2007 7:53 pm    Post subject: Setup menu and vob file questions Reply with quote

I have a vob file with multiple audio tracks and multiple subtitle tracks. I'd like to burn it to DVD Video for playback on the TV. However, I have some questions that I haven't really found answers for.

I'd like to create a menu on the DVD that includes a setup menu for selecting audio track, subtitles on/off, and subtitle track. This is common on commercial DVDs.

I started with mandvd. However, the program doesn't seem to support submenus. I've also played around with qdvdauthor and dvdstyler. All of these programs seem to want me to extract the subtitles, convert them to text, and add them back to the video. I haven't figured out how to handle multiple audio tracks yet.

I did make a mkv file with chapters and subtitles using this guide: HOWTO_DVD_to_Matroska. So I do have a vobsubs.sub/.idx file, a text file containing all of the chapter information, and a separate audio file. However, none of the above programs support the vobsub format, nor do they support importing chapter information. I also haven't figured out how to create, if it's supported, the setup menu in these applications.

Is there an easy way to do what I'm looking to do? Ripping apart the vob file, converting the subtitles to text, reencoding the video, and remuxing it all back into what is essentially the same as the starting vob file seems like a lot of work just to add a menu. Nor have I figured out how to support more than one subtitle/audio track.

Thank you for any advice or help you can offer.
Back to top
View user's profile Send private message
xathin
n00b
n00b


Joined: 05 Sep 2006
Posts: 64
Location: Vancouver, BC

PostPosted: Sun Feb 10, 2008 1:23 am    Post subject: Reply with quote

I'm using the latest version of all software, including any2dvd (0.34). I've used the software in the past, and had no problems with it. I just starting using Gentoo again, and decided to try it out, as I needed to convert some videos to dvd.

When converting the videos, the program seems to end prematurely, complaining that the m2v file was not created. Looking at the transcode logs, there seems to be an issue with the --progress_meter 0 argument. The latest transcode (1.0.5) does not appear to have the --progress_meter 0 argument, or my version doesn't anyway. It does, however, have the --progress_off argument. After changing the argument in the code, it still complains that the file is not completed. I've checked the tmp.log in the working directory, and there doesn't appear to be any errors coming from transcode. It seems to sit and wait for the 15 seconds, then errors out whether the program is finished running or not, as far as I can tell anyway. Has anyone else noticed this? Or am I just not doing something?

I'm trying to convert an OGM video, with this command: 'any2dvd --format=ntsc --aspect=4:3 --pulldown=yes -i /path/to/file.ogm'. I would assume that this is the correct command to use, and nothing special needs to be added.

One suggestion for the program. I've noticed that it defaults to encoding the audio at a very high bitrate (384kbps). I did not notice any option or variable to change this. I think this would be something nice to have, as you may not always want such a high bitrate for your audio, especially if your source audio is <192kbps.

[edit]Also, I can't seem to add multiple files by using wildcards, as is shown in the man pages. I'm using 'any2dvd --format=ntsc --aspect=4:3 --pulldown=yes -i /path/to/files/*', which appears the same as shown in the man page for any2dvd. It shows the following errors:
Code:
/usr/bin/any2dvd: eval: line 326: unexpected EOF while looking for matching ``'
/usr/bin/any2dvd: eval: line 327: syntax error: unexpected end of file
[/edit]
Back to top
View user's profile Send private message
nickmarinho
n00b
n00b


Joined: 25 Jan 2007
Posts: 3
Location: Brazil

PostPosted: Thu Apr 17, 2008 4:07 am    Post subject: dvdauthor xml file problem ? Reply with quote

Hello to all friends right here. Id created a bash script to automake my work to create all functions to create a dvd with little commands.
But now i have a problem: my xine don't recognize the menu, when i pass the mouse over the menu, the select and highlight images don't show.

Bellow i send my xml file, the other things is normally run.

Please help me.

And best regards.

Code:

 <dvdauthor dest="./DVD/">
  <vmgm>
   <menus>
    <video format="pal" />
    <pgc>
     <vob file="/mnt/sata-one/dvd/intro-karaoke.mpg" />
     <button>jump menu 2;</button>
    </pgc>

    <pgc entry="title">
     <pre> { if (g1 eq 0) g1=1; button=g1*1024; } </pre>
     <vob file="menu.mpg" pause="inf"/>
     <button> jump titleset 1 menu; </button>
     <button> jump titleset 2 menu; </button>
     <button> jump titleset 3 menu; </button>
     <button> jump titleset 4 menu; </button>
     <button> jump titleset 5 menu; </button>
     <post> jump titleset 1 menu; </post>
    </pgc>
   </menus>
  </vmgm>

  <titleset>
   <menus>
    <pgc entry="root">
     <pre> { if (g1 gt 0) jump title 1 chapter 1; jump vmgm menu 2;} </pre>
     <button> jump vmgm menu 2; </button>
     <button> jump titleset 2 menu; </button>
     <button> jump title 1; </button>
     <button> jump title 2; </button>
     <button> jump title 3; </button>
     <button> jump title 4; </button>
     <button> jump title 5; </button>
     <button> jump title 6; </button>
     <button> jump title 7; </button>
     <button> jump title 8; </button>
     <button> jump title 9; </button>
     <button> jump title 10; </button>
     <button> jump title 11; </button>
     <button> jump title 12; </button>
     <button> jump title 13; </button>
     <button> jump title 14; </button>
     <button> jump title 15; </button>
     <button> jump title 16; </button>
     <button> jump title 17; </button>
     <button> jump title 18; </button>
     <button> jump title 19; </button>
     <button> jump title 20; </button>
     <button> jump title 21; </button>
     <button> jump title 22; </button>
     <button> jump title 23; </button>
     <button> jump title 24; </button>
     <button> jump title 25; </button>
     <button> jump title 26; </button>
     <button> jump title 27; </button>
     <button> jump title 28; </button>
     <button> jump title 29; </button>
     <button> jump title 30; </button>
     <vob file="menu_1.mpg"/>
     <post> jump cell 1; </post>
    </pgc>
   </menus>

   <titles>
    <pgc>
     <pre> call vmgm menu 2; </pre>
     <vob file="aerosmith_-_walk-this-way.mpg" />
     <post> jump title 2; </post>
    </pgc>
    <pgc>
     <pre> jump title 1; </pre>
     <vob file="alanis-morissette_-_ironic-.mpg" />
     <post> jump title 3; </post>
    </pgc>
    <pgc>
     <pre> jump title 2; </pre>
     <vob file="alanis-morissette_-_you-oughta-know.mpg" />
     <post> jump title 4; </post>
    </pgc>
    <pgc>
     <pre> jump title 3; </pre>
     <vob file="alive_-_pearl-jam.mpg" />
     <post> jump title 5; </post>
    </pgc>
    <pgc>
     <pre> jump title 4; </pre>
     <vob file="and-she-was.mpg" />
     <post> jump title 6; </post>
    </pgc>
    <pgc>
     <pre> jump title 5; </pre>
     <vob file="angel.mpg" />
     <post> jump title 7; </post>
    </pgc>
    <pgc>
     <pre> jump title 6; </pre>
     <vob file="annie-lennox_-_no-more-i-love-you-s-.mpg" />
     <post> jump title 8; </post>
    </pgc>
    <pgc>
     <pre> jump title 7; </pre>
     <vob file="beach-boys-the_-_surfin-usa.mpg" />
     <post> jump title 9; </post>
    </pgc>
    <pgc>
     <pre> jump title 8; </pre>
     <vob file="berlin_-_take-my-breath-away.mpg" />
     <post> jump title 10; </post>
    </pgc>
    <pgc>
     <pre> jump title 9; </pre>
     <vob file="billy-idol_-_dancing-with-myself.mpg" />
     <post> jump title 11; </post>
    </pgc>
    <pgc>
     <pre> jump title 10; </pre>
     <vob file="billy-myers_-_kiss-the-rain.mpg" />
     <post> jump title 12; </post>
    </pgc>
    <pgc>
     <pre> jump title 11; </pre>
     <vob file="blink-182_-_all-the-small-things.mpg" />
     <post> jump title 13; </post>
    </pgc>
    <pgc>
     <pre> jump title 12; </pre>
     <vob file="bob-marley-and-funkstar-de-luxe_-_sun-is-shining.mpg" />
     <post> jump title 14; </post>
    </pgc>
    <pgc>
     <pre> jump title 13; </pre>
     <vob file="bob-marley_-_buffalo-soldier.mpg" />
     <post> jump title 15; </post>
    </pgc>
    <pgc>
     <pre> jump title 14; </pre>
     <vob file="bob-marley_-_could-you-be-loved.mpg" />
     <post> jump title 16; </post>
    </pgc>
    <pgc>
     <pre> jump title 15; </pre>
     <vob file="bob-marley_-_jammin.mpg" />
     <post> jump title 17; </post>
    </pgc>
    <pgc>
     <pre> jump title 16; </pre>
     <vob file="bob-marley_-_no-woman-no-cry.mpg" />
     <post> jump title 18; </post>
    </pgc>
    <pgc>
     <pre> jump title 17; </pre>
     <vob file="bob-marley_-_one-love.mpg" />
     <post> jump title 19; </post>
    </pgc>
    <pgc>
     <pre> jump title 18; </pre>
     <vob file="bon-jovi_-_always.mpg" />
     <post> jump title 20; </post>
    </pgc>
    <pgc>
     <pre> jump title 19; </pre>
     <vob file="bryan-addams_-_everything-i-do.mpg" />
     <post> jump title 21; </post>
    </pgc>
    <pgc>
     <pre> jump title 20; </pre>
     <vob file="careless-whisper.mpg" />
     <post> jump title 22; </post>
    </pgc>
    <pgc>
     <pre> jump title 21; </pre>
     <vob file="closing-time.mpg" />
     <post> jump title 23; </post>
    </pgc>
    <pgc>
     <pre> jump title 22; </pre>
     <vob file="coldplay_-_clocks.mpg" />
     <post> jump title 24; </post>
    </pgc>
    <pgc>
     <pre> jump title 23; </pre>
     <vob file="coldplay_-_god-put-a-smile-upon-your-face.mpg" />
     <post> jump title 25; </post>
    </pgc>
    <pgc>
     <pre> jump title 24; </pre>
     <vob file="coldplay_-_in-my-place.mpg" />
     <post> jump title 26; </post>
    </pgc>
    <pgc>
     <pre> jump title 25; </pre>
     <vob file="coldplay_-_the-scientist.mpg" />
     <post> jump title 27; </post>
    </pgc>
    <pgc>
     <pre> jump title 26; </pre>
     <vob file="coldplay_-_trouble.mpg" />
     <post> jump title 28; </post>
    </pgc>
    <pgc>
     <pre> jump title 27; </pre>
     <vob file="coldplay_-_yellow.mpg" />
     <post> jump title 29; </post>
    </pgc>
    <pgc>
     <pre> jump title 28; </pre>
     <vob file="cranberries_-_linger.mpg" />
     <post> jump title 30; </post>
    </pgc>
    <pgc>
     <pre> jump title 29; </pre>
     <vob file="cranberries_-_zombie.mpg" />
     <post> call vmgm menu 2; </post>
    </pgc>
   </titles>

  </titleset>

  <titleset>
   <menus>
    <pgc>
     <pre> { if (g1 gt 0) jump title 1 chapter 1; jump vmgm menu 2;} </pre>
     <button> jump titleset 1 menu; </button>
     <button> jump titleset 3 menu; </button>
     <button> jump title 1; </button>
     <button> jump title 2; </button>
     <button> jump title 3; </button>
     <button> jump title 4; </button>
     <button> jump title 5; </button>
     <button> jump title 6; </button>
     <button> jump title 7; </button>
     <button> jump title 8; </button>
     <button> jump title 9; </button>
     <button> jump title 10; </button>
     <button> jump title 11; </button>
     <button> jump title 12; </button>
     <button> jump title 13; </button>
     <button> jump title 14; </button>
     <button> jump title 15; </button>
     <button> jump title 16; </button>
     <button> jump title 17; </button>
     <button> jump title 18; </button>
     <button> jump title 19; </button>
     <button> jump title 20; </button>
     <button> jump title 21; </button>
     <button> jump title 22; </button>
     <button> jump title 23; </button>
     <button> jump title 24; </button>
     <button> jump title 25; </button>
     <button> jump title 26; </button>
     <button> jump title 27; </button>
     <button> jump title 28; </button>
     <button> jump title 29; </button>
     <button> jump title 30; </button>
     <vob file="menu_2.mpg"/>
     <post> jump cell 1; </post>
    </pgc>
   </menus>

   <titles>
    <pgc>
     <pre> call vmgm menu 2; </pre>
     <vob file="creedence-clearwater-revival_-_have-you-ever-seen-the-rain.mpg" />
     <post> jump title 2; </post>
    </pgc>
    <pgc>
     <pre> jump title 1; </pre>
     <vob file="dont-you-want-me.mpg" />
     <post> jump title 3; </post>
    </pgc>
    <pgc>
     <pre> jump title 2; </pre>
     <vob file="duran-duran_-_ordinary-world.mpg" />
     <post> jump title 4; </post>
    </pgc>
    <pgc>
     <pre> jump title 3; </pre>
     <vob file="duran-duran_-_rio.mpg" />
     <post> jump title 5; </post>
    </pgc>
    <pgc>
     <pre> jump title 4; </pre>
     <vob file="duran-duran_-_save-a-prayer.mpg" />
     <post> jump title 6; </post>
    </pgc>
    <pgc>
     <pre> jump title 5; </pre>
     <vob file="elton-john_-_don-t-let-the-sun-go-down-on-me.mpg" />
     <post> jump title 7; </post>
    </pgc>
    <pgc>
     <pre> jump title 6; </pre>
     <vob file="elton-john_-_i-m-still-standing.mpg" />
     <post> jump title 8; </post>
    </pgc>
    <pgc>
     <pre> jump title 7; </pre>
     <vob file="elton-john_-_sacrifice.mpg" />
     <post> jump title 9; </post>
    </pgc>
    <pgc>
     <pre> jump title 8; </pre>
     <vob file="elton-john_-_the-one.mpg" />
     <post> jump title 10; </post>
    </pgc>
    <pgc>
     <pre> jump title 9; </pre>
     <vob file="eric-clapton_-_i-shot-the-sheriff.mpg" />
     <post> jump title 11; </post>
    </pgc>
    <pgc>
     <pre> jump title 10; </pre>
     <vob file="eric-clapton_-_tears-in-heaven.mpg" />
     <post> jump title 12; </post>
    </pgc>
    <pgc>
     <pre> jump title 11; </pre>
     <vob file="eric-clapton_-_wonderful-tonight.mpg" />
     <post> jump title 13; </post>
    </pgc>
    <pgc>
     <pre> jump title 12; </pre>
     <vob file="foreigner_-_i-want-to-know-what-love-is.mpg" />
     <post> jump title 14; </post>
    </pgc>
    <pgc>
     <pre> jump title 13; </pre>
     <vob file="fugees_-_killing-me-softly.mpg" />
     <post> jump title 15; </post>
    </pgc>
    <pgc>
     <pre> jump title 14; </pre>
     <vob file="good-morning-vietnam_-_what-a-wonderful-world.mpg" />
     <post> jump title 16; </post>
    </pgc>
    <pgc>
     <pre> jump title 15; </pre>
     <vob file="goo-goo-dolls_-_name.mpg" />
     <post> jump title 17; </post>
    </pgc>
    <pgc>
     <pre> jump title 16; </pre>
     <vob file="guns-n-roses_-_paradise-city.mpg" />
     <post> jump title 18; </post>
    </pgc>
    <pgc>
     <pre> jump title 17; </pre>
     <vob file="guns-n-roses_-_swett-child-o-mine.mpg" />
     <post> jump title 19; </post>
    </pgc>
    <pgc>
     <pre> jump title 18; </pre>
     <vob file="guns-n-roses_-_welcome-to-the-jungle.mpg" />
     <post> jump title 20; </post>
    </pgc>
    <pgc>
     <pre> jump title 19; </pre>
     <vob file="holding-back-the-years.mpg" />
     <post> jump title 21; </post>
    </pgc>
    <pgc>
     <pre> jump title 20; </pre>
     <vob file="johnny-nash_-_i-can-see-clearly-now.mpg" />
     <post> jump title 22; </post>
    </pgc>
    <pgc>
     <pre> jump title 21; </pre>
     <vob file="john-travolta-and-olivia-newton-john_-_greased-lightning.mpg" />
     <post> jump title 23; </post>
    </pgc>
    <pgc>
     <pre> jump title 22; </pre>
     <vob file="john-travolta-and-olivia-newton-john_-_sandy.mpg" />
     <post> jump title 24; </post>
    </pgc>
    <pgc>
     <pre> jump title 23; </pre>
     <vob file="john-travolta-and-olivia-newton-john_-_summer-nights.mpg" />
     <post> jump title 25; </post>
    </pgc>
    <pgc>
     <pre> jump title 24; </pre>
     <vob file="john-travolta-and-olivia-newton-john_-_we-go-together.mpg" />
     <post> jump title 26; </post>
    </pgc>
    <pgc>
     <pre> jump title 25; </pre>
     <vob file="john-travolta-and-olivia-newton-john_-_you-re-the-one-that-i-want.mpg" />
     <post> jump title 27; </post>
    </pgc>
    <pgc>
     <pre> jump title 26; </pre>
     <vob file="kenny-loggins_-_footloose.mpg" />
     <post> jump title 28; </post>
    </pgc>
    <pgc>
     <pre> jump title 27; </pre>
     <vob file="led-zeppelin_-_stairway-to-heaven.mpg" />
     <post> jump title 29; </post>
    </pgc>
    <pgc>
     <pre> jump title 28; </pre>
     <vob file="lenny-kravitz_-_always-on-the-run.mpg" />
     <post> jump title 30; </post>
    </pgc>
    <pgc>
     <pre> jump title 29; </pre>
     <vob file="lenny-kravitz_-_american-woman.mpg" />
     <post> call vmgm menu 2; </post>
    </pgc>
   </titles>

  </titleset>

  <titleset>
   <menus>
    <pgc>
     <pre> { if (g1 gt 0) jump title 1 chapter 1; jump vmgm menu 2;} </pre>
     <button> jump titleset 2 menu; </button>
     <button> jump titleset 4 menu; </button>
     <button> jump title 1; </button>
     <button> jump title 2; </button>
     <button> jump title 3; </button>
     <button> jump title 4; </button>
     <button> jump title 5; </button>
     <button> jump title 6; </button>
     <button> jump title 7; </button>
     <button> jump title 8; </button>
     <button> jump title 9; </button>
     <button> jump title 10; </button>
     <button> jump title 11; </button>
     <button> jump title 12; </button>
     <button> jump title 13; </button>
     <button> jump title 14; </button>
     <button> jump title 15; </button>
     <button> jump title 16; </button>
     <button> jump title 17; </button>
     <button> jump title 18; </button>
     <button> jump title 19; </button>
     <button> jump title 20; </button>
     <button> jump title 21; </button>
     <button> jump title 22; </button>
     <button> jump title 23; </button>
     <button> jump title 24; </button>
     <button> jump title 25; </button>
     <button> jump title 26; </button>
     <button> jump title 27; </button>
     <button> jump title 28; </button>
     <button> jump title 29; </button>
     <button> jump title 30; </button>
     <vob file="menu_3.mpg"/>
     <post> jump cell 1; </post>
    </pgc>
   </menus>

   <titles>
    <pgc>
     <pre> call vmgm menu 2; </pre>
     <vob file="linkin-park_-_crawling.mpg" />
     <post> jump title 2; </post>
    </pgc>
    <pgc>
     <pre> jump title 1; </pre>
     <vob file="linkin-park_-_forgotten.mpg" />
     <post> jump title 3; </post>
    </pgc>
    <pgc>
     <pre> jump title 2; </pre>
     <vob file="linkin-park_-_one-step-closer.mpg" />
     <post> jump title 4; </post>
    </pgc>
    <pgc>
     <pre> jump title 3; </pre>
     <vob file="linkin-park_-_papercut.mpg" />
     <post> jump title 5; </post>
    </pgc>
    <pgc>
     <pre> jump title 4; </pre>
     <vob file="linkin-park_-_points-of-authority.mpg" />
     <post> jump title 6; </post>
    </pgc>
    <pgc>
     <pre> jump title 5; </pre>
     <vob file="linkin-park_-_pushing-me-away.mpg" />
     <post> jump title 7; </post>
    </pgc>
    <pgc>
     <pre> jump title 6; </pre>
     <vob file="linkin-park_-_runaway.mpg" />
     <post> jump title 8; </post>
    </pgc>
    <pgc>
     <pre> jump title 7; </pre>
     <vob file="michael-jackson_-_abc.mpg" />
     <post> jump title 9; </post>
    </pgc>
    <pgc>
     <pre> jump title 8; </pre>
     <vob file="michael-jackson_-_billie-jean.mpg" />
     <post> jump title 10; </post>
    </pgc>
    <pgc>
     <pre> jump title 9; </pre>
     <vob file="michael-jackson_-_i-just-can-t-stop-loving-you.mpg" />
     <post> jump title 11; </post>
    </pgc>
    <pgc>
     <pre> jump title 10; </pre>
     <vob file="michael-jackson_-_i-want-you-back.mpg" />
     <post> jump title 12; </post>
    </pgc>
    <pgc>
     <pre> jump title 11; </pre>
     <vob file="michael-jackson_-_the-way-you-make-me-feel-the.mpg" />
     <post> jump title 13; </post>
    </pgc>
    <pgc>
     <pre> jump title 12; </pre>
     <vob file="oasis_-_champagne-supernova.mpg" />
     <post> jump title 14; </post>
    </pgc>
    <pgc>
     <pre> jump title 13; </pre>
     <vob file="oasis_-_half-the-world-away.mpg" />
     <post> jump title 15; </post>
    </pgc>
    <pgc>
     <pre> jump title 14; </pre>
     <vob file="oasis_-_live-forever.mpg" />
     <post> jump title 16; </post>
    </pgc>
    <pgc>
     <pre> jump title 15; </pre>
     <vob file="oasis_-_rock-and-roll-star.mpg" />
     <post> jump title 17; </post>
    </pgc>
    <pgc>
     <pre> jump title 16; </pre>
     <vob file="oasis_-_roll-with-it.mpg" />
     <post> jump title 18; </post>
    </pgc>
    <pgc>
     <pre> jump title 17; </pre>
     <vob file="oasis_-_she-s-electric.mpg" />
     <post> jump title 19; </post>
    </pgc>
    <pgc>
     <pre> jump title 18; </pre>
     <vob file="oasis_-_some-might-say.mpg" />
     <post> jump title 20; </post>
    </pgc>
    <pgc>
     <pre> jump title 19; </pre>
     <vob file="oasis_-_whatever.mpg" />
     <post> jump title 21; </post>
    </pgc>
    <pgc>
     <pre> jump title 20; </pre>
     <vob file="oasis_-_wonderwall.mpg" />
     <post> jump title 22; </post>
    </pgc>
    <pgc>
     <pre> jump title 21; </pre>
     <vob file="patrick-swayze_-_she-s-like-the-wind.mpg" />
     <post> jump title 23; </post>
    </pgc>
    <pgc>
     <pre> jump title 22; </pre>
     <vob file="phil-collins_-_two-hearts.mpg" />
     <post> jump title 24; </post>
    </pgc>
    <pgc>
     <pre> jump title 23; </pre>
     <vob file="police_-_roxanne.mpg" />
     <post> jump title 25; </post>
    </pgc>
    <pgc>
     <pre> jump title 24; </pre>
     <vob file="pretenders_-_the-back-on-the-chain-gang.mpg" />
     <post> jump title 26; </post>
    </pgc>
    <pgc>
     <pre> jump title 25; </pre>
     <vob file="pretender-the_-_foo-fighters.mpg" />
     <post> jump title 27; </post>
    </pgc>
    <pgc>
     <pre> jump title 26; </pre>
     <vob file="pretty-woman.mpg" />
     <post> jump title 28; </post>
    </pgc>
    <pgc>
     <pre> jump title 27; </pre>
     <vob file="queen_-_7-seas-of-rye.mpg" />
     <post> jump title 29; </post>
    </pgc>
    <pgc>
     <pre> jump title 28; </pre>
     <vob file="queen_-_another-one-bites-the-dust.mpg" />
     <post> jump title 30; </post>
    </pgc>
    <pgc>
     <pre> jump title 29; </pre>
     <vob file="queen_-_bohemian-rhapsody.mpg" />
     <post> call vmgm menu 2; </post>
    </pgc>
   </titles>

  </titleset>

  <titleset>
   <menus>
    <pgc>
     <pre> { if (g1 gt 0) jump title 1 chapter 1; jump vmgm menu 2;} </pre>
     <button> jump titleset 3 menu; </button>
     <button> jump titleset 5 menu; </button>
     <button> jump title 1; </button>
     <button> jump title 2; </button>
     <button> jump title 3; </button>
     <button> jump title 4; </button>
     <button> jump title 5; </button>
     <button> jump title 6; </button>
     <button> jump title 7; </button>
     <button> jump title 8; </button>
     <button> jump title 9; </button>
     <button> jump title 10; </button>
     <button> jump title 11; </button>
     <button> jump title 12; </button>
     <button> jump title 13; </button>
     <button> jump title 14; </button>
     <button> jump title 15; </button>
     <button> jump title 16; </button>
     <button> jump title 17; </button>
     <button> jump title 18; </button>
     <button> jump title 19; </button>
     <button> jump title 20; </button>
     <button> jump title 21; </button>
     <button> jump title 22; </button>
     <button> jump title 23; </button>
     <button> jump title 24; </button>
     <button> jump title 25; </button>
     <button> jump title 26; </button>
     <button> jump title 27; </button>
     <button> jump title 28; </button>
     <button> jump title 29; </button>
     <button> jump title 30; </button>
     <vob file="menu_4.mpg"/>
     <post> jump cell 1; </post>
    </pgc>
   </menus>

   <titles>
    <pgc>
     <pre> call vmgm menu 2; </pre>
     <vob file="queen_-_breakthru.mpg" />
     <post> jump title 2; </post>
    </pgc>
    <pgc>
     <pre> jump title 1; </pre>
     <vob file="queen_-_don-t-stop-me-now.mpg" />
     <post> jump title 3; </post>
    </pgc>
    <pgc>
     <pre> jump title 2; </pre>
     <vob file="queen_-_friends-will-be-friends.mpg" />
     <post> jump title 4; </post>
    </pgc>
    <pgc>
     <pre> jump title 3; </pre>
     <vob file="queen_-_innuendo.mpg" />
     <post> jump title 5; </post>
    </pgc>
    <pgc>
     <pre> jump title 4; </pre>
     <vob file="queen_-_it-s-a-kind-of-magic.mpg" />
     <post> jump title 6; </post>
    </pgc>
    <pgc>
     <pre> jump title 5; </pre>
     <vob file="queen_-_i-want-to-break-free.mpg" />
     <post> jump title 7; </post>
    </pgc>
    <pgc>
     <pre> jump title 6; </pre>
     <vob file="queen_-_killer-queen.mpg" />
     <post> jump title 8; </post>
    </pgc>
    <pgc>
     <pre> jump title 7; </pre>
     <vob file="queen_-_radio-ga-ga.mpg" />
     <post> jump title 9; </post>
    </pgc>
    <pgc>
     <pre> jump title 8; </pre>
     <vob file="queen_-_show-must-go-on-the.mpg" />
     <post> jump title 10; </post>
    </pgc>
    <pgc>
     <pre> jump title 9; </pre>
     <vob file="queen_-_somebody-to-love.mpg" />
     <post> jump title 11; </post>
    </pgc>
    <pgc>
     <pre> jump title 10; </pre>
     <vob file="queen_-_under-pressure.mpg" />
     <post> jump title 12; </post>
    </pgc>
    <pgc>
     <pre> jump title 11; </pre>
     <vob file="queen_-_we-are-the-champions.mpg" />
     <post> jump title 13; </post>
    </pgc>
    <pgc>
     <pre> jump title 12; </pre>
     <vob file="queen_-_who-wants-to-live-forever.mpg" />
     <post> jump title 14; </post>
    </pgc>
    <pgc>
     <pre> jump title 13; </pre>
     <vob file="radiohead_-_creep.mpg" />
     <post> jump title 15; </post>
    </pgc>
    <pgc>
     <pre> jump title 14; </pre>
     <vob file="radiohead_-_karma-police.mpg" />
     <post> jump title 16; </post>
    </pgc>
    <pgc>
     <pre> jump title 15; </pre>
     <vob file="richie-valens_-_la-bamba.mpg" />
     <post> jump title 17; </post>
    </pgc>
    <pgc>
     <pre> jump title 16; </pre>
     <vob file="roxette_-_listen-to-your-heart.mpg" />
     <post> jump title 18; </post>
    </pgc>
    <pgc>
     <pre> jump title 17; </pre>
     <vob file="simply-red_-_stars.mpg" />
     <post> jump title 19; </post>
    </pgc>
    <pgc>
     <pre> jump title 18; </pre>
     <vob file="sixteen-tons.mpg" />
     <post> jump title 20; </post>
    </pgc>
    <pgc>
     <pre> jump title 19; </pre>
     <vob file="so-far-away-from-me.mpg" />
     <post> jump title 21; </post>
    </pgc>
    <pgc>
     <pre> jump title 20; </pre>
     <vob file="sound-garden_-_spoonman.mpg" />
     <post> jump title 22; </post>
    </pgc>
    <pgc>
     <pre> jump title 21; </pre>
     <vob file="soundgarden_-_superunknown.mpg" />
     <post> jump title 23; </post>
    </pgc>
    <pgc>
     <pre> jump title 22; </pre>
     <vob file="stevie-wonder_-_i-just-called-to-say-i-love-you.mpg" />
     <post> jump title 24; </post>
    </pgc>
    <pgc>
     <pre> jump title 23; </pre>
     <vob file="stone-temple-pilots_-_plush.mpg" />
     <post> jump title 25; </post>
    </pgc>
    <pgc>
     <pre> jump title 24; </pre>
     <vob file="tainted-love.mpg" />
     <post> jump title 26; </post>
    </pgc>
    <pgc>
     <pre> jump title 25; </pre>
     <vob file="take-that_-_back-for-good.mpg" />
     <post> jump title 27; </post>
    </pgc>
    <pgc>
     <pre> jump title 26; </pre>
     <vob file="take-that_-_how-deep-is-your-love.mpg" />
     <post> jump title 28; </post>
    </pgc>
    <pgc>
     <pre> jump title 27; </pre>
     <vob file="tears-for-fears_-_everybody-wants-to-rule-the-world.mpg" />
     <post> jump title 29; </post>
    </pgc>
    <pgc>
     <pre> jump title 28; </pre>
     <vob file="the-bangels_-_eternal-flame.mpg" />
     <post> jump title 30; </post>
    </pgc>
    <pgc>
     <pre> jump title 29; </pre>
     <vob file="the-calling_-_wherever-you-will-go.mpg" />
     <post> call vmgm menu 2; </post>
    </pgc>
   </titles>

  </titleset>

  <titleset>
   <menus>
    <pgc>
     <pre> { if (g1 gt 0) jump title 1 chapter 1; jump vmgm menu 2;} </pre>
     <button> jump titleset 4 menu; </button>
     <button> jump vmgm menu 2; </button>
     <button> jump title 1; </button>
     <button> jump title 2; </button>
     <button> jump title 3; </button>
     <button> jump title 4; </button>
     <button> jump title 5; </button>
     <button> jump title 6; </button>
     <button> jump title 7; </button>
     <button> jump title 8; </button>
     <button> jump title 9; </button>
     <button> jump title 10; </button>
     <button> jump title 11; </button>
     <button> jump title 12; </button>
     <button> jump title 13; </button>
     <button> jump title 14; </button>
     <button> jump title 15; </button>
     <button> jump title 16; </button>
     <button> jump title 17; </button>
     <button> jump title 18; </button>
     <button> jump title 19; </button>
     <button> jump title 20; </button>
     <button> jump title 21; </button>
     <button> jump title 22; </button>
     <button> jump title 23; </button>
     <button> jump title 24; </button>
     <button> jump title 25; </button>
     <button> jump title 26; </button>
     <button> jump title 27; </button>
     <button> jump title 28; </button>
     <vob file="menu_5.mpg"/>
     <post> jump cell 1; </post>
    </pgc>
   </menus>

   <titles>
    <pgc>
     <pre> call vmgm menu 2; </pre>
     <vob file="the-eagles_-_hotel-california.mpg" />
     <post> jump title 2; </post>
    </pgc>
    <pgc>
     <pre> jump title 1; </pre>
     <vob file="the-platters_-_only-you.mpg" />
     <post> jump title 3; </post>
    </pgc>
    <pgc>
     <pre> jump title 2; </pre>
     <vob file="time-of-my-life.mpg" />
     <post> jump title 4; </post>
    </pgc>
    <pgc>
     <pre> jump title 3; </pre>
     <vob file="tosh-peter_-_get-up-stand-up.mpg" />
     <post> jump title 5; </post>
    </pgc>
    <pgc>
     <pre> jump title 4; </pre>
     <vob file="u2_-_all-along-the-watchtower.mpg" />
     <post> jump title 6; </post>
    </pgc>
    <pgc>
     <pre> jump title 5; </pre>
     <vob file="u2_-_all-i-want-is-you.mpg" />
     <post> jump title 7; </post>
    </pgc>
    <pgc>
     <pre> jump title 6; </pre>
     <vob file="u2_-_beautiful-day.mpg" />
     <post> jump title 8; </post>
    </pgc>
    <pgc>
     <pre> jump title 7; </pre>
     <vob file="u2_-_elevation.mpg" />
     <post> jump title 9; </post>
    </pgc>
    <pgc>
     <pre> jump title 8; </pre>
     <vob file="u2_-_helter-skelter.mpg" />
     <post> jump title 10; </post>
    </pgc>
    <pgc>
     <pre> jump title 9; </pre>
     <vob file="u2_-_in-a-little-while.mpg" />
     <post> jump title 11; </post>
    </pgc>
    <pgc>
     <pre> jump title 10; </pre>
     <vob file="u2_-_in-gods-country.mpg" />
     <post> jump title 12; </post>
    </pgc>
    <pgc>
     <pre> jump title 11; </pre>
     <vob file="u2_-_i-still-haven-t-found-what-i-m-looking-for.mpg" />
     <post> jump title 13; </post>
    </pgc>
    <pgc>
     <pre> jump title 12; </pre>
     <vob file="u2_-_last-night-on-earth.mpg" />
     <post> jump title 14; </post>
    </pgc>
    <pgc>
     <pre> jump title 13; </pre>
     <vob file="u2_-_mothers-of-the-disappeared.mpg" />
     <post> jump title 15; </post>
    </pgc>
    <pgc>
     <pre> jump title 14; </pre>
     <vob file="u2_-_mysterious-ways.mpg" />
     <post> jump title 16; </post>
    </pgc>
    <pgc>
     <pre> jump title 15; </pre>
     <vob file="u2_-_new-years-day.mpg" />
     <post> jump title 17; </post>
    </pgc>
    <pgc>
     <pre> jump title 16; </pre>
     <vob file="u2_-_one.mpg" />
     <post> jump title 18; </post>
    </pgc>
    <pgc>
     <pre> jump title 17; </pre>
     <vob file="u2_-_please.mpg" />
     <post> jump title 19; </post>
    </pgc>
    <pgc>
     <pre> jump title 18; </pre>
     <vob file="u2_-_pride.mpg" />
     <post> jump title 20; </post>
    </pgc>
    <pgc>
     <pre> jump title 19; </pre>
     <vob file="u2_-_staring-at-the-sun.mpg" />
     <post> jump title 21; </post>
    </pgc>
    <pgc>
     <pre> jump title 20; </pre>
     <vob file="u2_-_stuck-in-a-moment-with-you-can-t-get-out.mpg" />
     <post> jump title 22; </post>
    </pgc>
    <pgc>
     <pre> jump title 21; </pre>
     <vob file="u2_-_who-s-gonna-ride-your-wild-horses.mpg" />
     <post> jump title 23; </post>
    </pgc>
    <pgc>
     <pre> jump title 22; </pre>
     <vob file="u2_-_wild-honey.mpg" />
     <post> jump title 24; </post>
    </pgc>
    <pgc>
     <pre> jump title 23; </pre>
     <vob file="u2_-_with-or-without-you.mpg" />
     <post> jump title 25; </post>
    </pgc>
    <pgc>
     <pre> jump title 24; </pre>
     <vob file="unchained-melody.mpg" />
     <post> jump title 26; </post>
    </pgc>
    <pgc>
     <pre> jump title 25; </pre>
     <vob file="verve_-_lucky-man.mpg" />
     <post> jump title 27; </post>
    </pgc>
    <pgc>
     <pre> jump title 26; </pre>
     <vob file="waiting-for-a-girl-like-you.mpg" />
     <post> jump title 28; </post>
    </pgc>
    <pgc>
     <pre> jump title 27; </pre>
     <vob file="you-are-so-beautiful.mpg" />
     <post> call vmgm menu 2; </post>
    </pgc>
   </titles>

  </titleset>

 </dvdauthor>
Back to top
View user's profile Send private message
Jim6
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2005
Posts: 102

PostPosted: Fri Jul 24, 2009 9:50 pm    Post subject: Reply with quote

Personally, I use:

media-video/devede

which makes the whole process completely simple.

It's an all-gui affair, with minimal knowledge / experience needed.
Back to top
View user's profile Send private message
Kate Monster
Apprentice
Apprentice


Joined: 13 Jun 2006
Posts: 226
Location: Clarkston, Michigan

PostPosted: Sun Dec 20, 2009 6:18 pm    Post subject: Reply with quote

Hi.

When running the very first step I get an error:
Code:
#transcode -i The_Girl_Who_Leapt_Through_Time_\(2006\)_\[720p\,BluRay\,x264\]_-_THORA.mkv -y ffmpeg --export_prof dvd-ntsc --export_asr 3 -o matrix -D0 -b224 -N 0x2000 -m matrix.ac3 -J modfps=clonetype=3 --export_fps 29.97

*snip*

[export_ffmpeg.so] No audio resampling necessary, using 48000 Hz
[transcode] PCM -> AC3
codec type or id mismatches
[transcode] warning: tc_audio_init_ffmpeg: could not open mpa codec !
[encoder.c] warning: audio export module error: init failed
[transcode] critical: failed to init encoder
my ffmpeg has these use flags:
Code:
[ebuild   R   ] media-video/ffmpeg-0.5_p20373  USE="3dnow 3dnowext X alsa cpudetection doc encode faac* hardcoded-tables ipv6 mmx mmxext mp3 oss sdl ssse3 theora v4l v4l2 vorbis x264 xvid zlib (-altivec) -bindist -custom-cflags -debug -dirac -faad -gsm -ieee1394 -jack -jpeg2k -network -opencore-amr -pic -schroedinger -speex -test -threads -vdpau" VIDEO_CARDS="nvidia" 0 kB
Back to top
View user's profile Send private message
jimmij
Tux's lil' helper
Tux's lil' helper


Joined: 02 Dec 2008
Posts: 139

PostPosted: Thu Mar 25, 2010 9:41 pm    Post subject: Reply with quote

Code:

codec type or id mismatches
[transcode] warning: tc_audio_init_ffmpeg: could not open mpa codec !
[encoder.c] warning: audio export module error: init failed
[transcode] critical: failed to init encoder


Same problem here. Anyone knows in which package "mpa codec" can be found?
_________________
Vanitas vanitatum et omnia vanitas.
Libera temet ex inferis.
Back to top
View user's profile Send private message
direwolf
Tux's lil' helper
Tux's lil' helper


Joined: 11 Jun 2003
Posts: 125
Location: Richmond, VA

PostPosted: Sat May 01, 2010 6:51 am    Post subject: FIXED with patch Reply with quote

Xaero wrote:
Hi.

When running the very first step I get an error:
Code:
#transcode -i The_Girl_Who_Leapt_Through_Time_\(2006\)_\[720p\,BluRay\,x264\]_-_THORA.mkv -y ffmpeg --export_prof dvd-ntsc --export_asr 3 -o matrix -D0 -b224 -N 0x2000 -m matrix.ac3 -J modfps=clonetype=3 --export_fps 29.97

*snip*

[export_ffmpeg.so] No audio resampling necessary, using 48000 Hz
[transcode] PCM -> AC3
codec type or id mismatches
[transcode] warning: tc_audio_init_ffmpeg: could not open mpa codec !
[encoder.c] warning: audio export module error: init failed
[transcode] critical: failed to init encoder
my ffmpeg has these use flags:
Code:
[ebuild   R   ] media-video/ffmpeg-0.5_p20373  USE="3dnow 3dnowext X alsa cpudetection doc encode faac* hardcoded-tables ipv6 mmx mmxext mp3 oss sdl ssse3 theora v4l v4l2 vorbis x264 xvid zlib (-altivec) -bindist -custom-cflags -debug -dirac -faad -gsm -ieee1394 -jack -jpeg2k -network -opencore-amr -pic -schroedinger -speex -test -threads -vdpau" VIDEO_CARDS="nvidia" 0 kB


Happening to me, too with ffmpeg-0.5_p20373 and transcode-1.1.5-r1. I can't seem to find a way to fix this. Anyone?

FIXED with this patch: http://www.mail-archive.com/transcode-users@exit1.org/msg02234.html
_________________
========================================================
"Somebody has to do something, and it's just incredibly pathetic that it has to be us."
- Jerry Garcia
Back to top
View user's profile Send private message
evoweiss
Veteran
Veteran


Joined: 07 Sep 2003
Posts: 1678
Location: Edinburgh, UK

PostPosted: Sat Jul 20, 2013 6:08 pm    Post subject: Reply with quote

Hi all,

This thread was helpful in getting me started. However, I had a question that maybe somebody can help out with.

I have a foreign language DVD, though one without subtitles. I picked up a subtitle file (.ass) and would like to essentially copy the DVD material to my HDD, add the subtitles, and then burn it to another DVD. In other words, re-master the DVDs and add subtitles. Is this possible?

Best,

Alex
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2, 3 ... 29, 30, 31
Page 31 of 31

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum