Hello,
I hope I'm not OT. I'm trying to author a DVD with one main menu, three movies and one slide show. I'm using qDVDAuthor for that. Beginning of October I succeeded and produced a DVD that was readable with a standalone DVD player, but the three movies had no sound. It was a matter of audio format, because the same DVD played well on a PC.
This week I have generated a new version of the same movies, using AC3 audio format instead of mp3 (I used Kino and mencoder, for that). Now I have the same DVD structure as I had some weeks ago, but the authoring stops at the first step. The command (generated by qDVDauthor) and the output are:
Code: Select all
francesco@tworivers ~ $ jpeg2yuv -n 50 -I p -f 25 -j "/tmp/2005-federico-estate/Main Menu VMGM/background.jpg" | mpeg2enc -n p -f 8 -o "/tmp/2005-federico-estate/Main Menu VMGM/menu.m2v"
INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION!
INFO: [mpeg2enc] SETTING SSE and MMX for TRANSFORM!
INFO: [mpeg2enc] SETTING EXTENDED MMX for PREDICTION!
INFO: [jpeg2yuv] Parsing & checking input files.
INFO: [jpeg2yuv] YUV colorspace detected.
INFO: [jpeg2yuv] Starting decompression
INFO: [jpeg2yuv] Image dimensions are 720x576
INFO: [jpeg2yuv] Movie frame rate is: 25.000000 frames/second
INFO: [jpeg2yuv] Non-interlaced/progressive frames.
INFO: [jpeg2yuv] Frame size: 720 x 576
INFO: [jpeg2yuv] Number of Loops 1
INFO: [jpeg2yuv] Now generating YUV4MPEG stream.
INFO: [jpeg2yuv] Processing non-interlaced/interleaved /tmp/2005-federico-estate/Main Menu VMGM/background.jpg, size 286670
INFO: [mpeg2enc] Selecting DVD output profile
INFO: [mpeg2enc] Progressive input - selecting progressive encoding.
INFO: [mpeg2enc] Encoding MPEG-2 video to /tmp/2005-federico-estate/Main Menu VMGM/menu.m2v
INFO: [mpeg2enc] Horizontal size: 720 pel
INFO: [mpeg2enc] Vertical size: 576 pel
INFO: [mpeg2enc] Aspect ratio code: 1 = 1:1 pixels
INFO: [mpeg2enc] Frame rate code: 3 = 25.0 (PAL/SECAM VIDEO / converted FILM)
INFO: [mpeg2enc] Bitrate: 7500 KBit/s
INFO: [mpeg2enc] Quality factor: 8 (Quantisation = 9) (1=best, 31=worst)
INFO: [mpeg2enc] Field order for input: none/progressive
INFO: [mpeg2enc] Sequence unlimited length
INFO: [mpeg2enc] Search radius: 16
INFO: [mpeg2enc] DualPrime: no
INFO: [mpeg2enc] Using one-pass rate controller
INFO: [mpeg2enc] GOP SIZE RANGE 9 TO 15
INFO: [mpeg2enc] Setting colour/gamma parameters to "PAL B/G"
INFO: [mpeg2enc] Progressive format frames = 1
INFO: [mpeg2enc] Using default unmodified quantization matrices
INFO: [mpeg2enc] Buffering 33 frames
INFO: [mpeg2enc] Signaling last frame = -1
INFO: [mpeg2enc] SETTING MMX and MMX for QUANTIZER!
INFO: [mpeg2enc] NEW GOP INIT length 15
Segmentation fault
As you can see, the process ends with a segfault. I am convinced that this is due to something that happened with my last emerge -u world, one week ago, but I have no idea what's the matter.
I have googled around and searched this forum, but the only thing I found is bug [bug=]108810[/bug], that seems to be strictly related to what I am having. In the comments I posted to that bug you can also see my emerge --info and another example of segfault backtraced in gdb.
The bug has been classified as minor, but for what I am concerned it is blocking the use of mjpegtools. Maybe re-emerging mjpegtool with all its dependencies could solve the problem? If yes, sorry to ask a maybe trivial question, how do I force emerge to do it? The emerge --deep mjpegtools command is not enough:
Code: Select all
tworivers francesco # emerge --deep -p mjpegtools
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] media-video/mjpegtools-1.8.0
While equery g mjpegtools shows a 79 packages dependency tree!
Thank you for any answer or comment.