Peter Federighi | 12 Jul 2011 03:40
Picon
Favicon

Re: spumux issues

Not using dvdunauthor was the issue.  I've always done that before and it didn't even occur to me that that
might be the issue.  The reason I didn't do it this time, though, was that dvdunauthor just gave up when I
tried to use it.  Oh, well, now I know.

Thanks again for all the help.

- Peter

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
Lawrence D'Oliveiro | 12 Jul 2011 08:44
Picon

Re: spumux issues

On Mon, 11 Jul 2011 18:40:00 -0700 (PDT), Peter Federighi wrote:

> The reason I didn't do it this time, though, was that dvdunauthor just
> gave up when I tried to use it.

dvdunauthor is heavily dependent on libdvdread to do the decoding of
DVD-Video structures. Unfortunately, the way that library is written,
instead of returning proper error codes, it wants to print error
messages itself. Which I can cope with, except when it doesn’t even do
that, just returns NULL or something. dvdunauthor exits when it sees
this, assuming that libdvdread has already displayed a message
indicating what went wrong. If it didn’t, then you are just left
wondering what was going on.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
k mn | 30 Jul 2011 06:33
Picon
Favicon

Are non-menu stills with audio possible?

Is it possible to have a still with audio as a title item?

I am trying to create an NTSC DVD that contains audio with a still image as the video.  I've created the still
from an image of 720x480 resolution via jpeg2yuv, mpeg2enc and mplex.  No errors from dvdauthor when I
build the DVD, but when playing it, the still remains onscreen after the audio finishes; it doesn't return
to/call the menu. I have to press the menu button on my remote to return to the menu.  I've also tested this
with 15-second audio snippets (instead of a full-length song) and the problem still exists.

I intend to have many such titles (among other content) on my DVD and would like to keep the file size of this
particular media down.  I know this (stills with audio) works for SVCD...

dvdauthor version: 0.6.14
mjpegtools version: 1.9.0-r1

I've used the following commands to convert an image to a still and mux it with the audio:

jpeg2yuv -j lat.jpg -f 29.97 -I p | mpeg2enc -a2 -f8 -o lat_img.m2v
Output: http://paste.pocoo.org/show/449195/

and then:
mplex -f8 -o DONE/lat.mpg lat_img.m2v lat.ac3
Output: http://paste.pocoo.org/show/449196/

DVDAuthor XML:
<dvdauthor dest="dvd" jumppad="no">

<vmgm>
</vmgm>

<titleset>
(Continue reading)

Lawrence D'Oliveiro | 30 Jul 2011 08:44
Picon

Re: Are non-menu stills with audio possible?

On Fri, 29 Jul 2011 21:33:52 -0700 (PDT), k mn wrote:

> Is it possible to have a still with audio as a title item?

Absolutely.

> dvdauthor version: 0.6.14

This is extremely ancient. Doesn’t your distro offer a more up-to-date
build?

> I've used the following commands to convert an image to a still and
> mux it with the audio:
> 
> jpeg2yuv -j lat.jpg -f 29.97 -I p | mpeg2enc -a2 -f8 -o lat_img.m2v
> Output: http://paste.pocoo.org/show/449195/

I’m not familiar with mjpegtools (I prefer FFmpeg), but I don’t see
where you specify the duration of the video. That “Number of Frames -1”
looks a bit worrying to me. Could it simply be the video duration is
ridiculously long?

> Note: I am not interested in moving to any additional tools

I would recommend using FFmpeg to generate the video—it has simpler
options for setting format, duration etc. Particularly with my wrapper
slidify script <https://github.com/ldo/slidify>.

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
(Continue reading)

bn | 30 Jul 2011 15:37
Picon
Favicon

Re: Are non-menu stills with audio possible?

> I've used the following commands to convert an image to a
> still and mux it with the audio:
>
> jpeg2yuv -j lat.jpg -f 29.97 -I p | mpeg2enc -a2 -f8 -o lat_img.m2v

In dvd-video the stopping point is determined by video stream duration, audio is cut off when video ends but not vice-versa. Afaik without specifying the number of frames (-n) in your jpeg2yuv command (and consequently generating an actual video as opposed to a single-frame still) you won't be able to control this aspect of playback. I experimented with this quite a bit during the development of my "audio-only" dvd app (lplex <http://audioplex.sourceforge.net/index.html>, which uses the same mjpegt ools>dvdauthor approach as yours for pcm audio), but couldn't get acceptable (i.e. clean and gapless) playback behaviour without giving up space to a dummy video stream.

-Bahman

PS I should say thanks
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Gmane