Fwd: spumux 0.7.0 - errors trying to create a smple menu

[email protected] Fri, 06 Jun 2014 20:10:43 +0000
Newsgroups gmane.comp.multimedia.dvdauthor.user
Message-ID <20140606201043.Horde.3ISTGj2D1jlomvPOwg8iNQ9@ns1.pueblowireless.com>
This message is in MIME format.

--=_Mgqt6IzgKVK-HJf2XTBvZw1
Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes
Content-Disposition: inline
Content-Transfer-Encoding: 8bit


>> The ffmpeg option "-target [ntsc|pal]-dvd" creates an  
>> dvd_nav_packet  stream, even though it is "unsupported"?

> Who says it is “unsupported”?

The message from ffprobe about an "unsupported codec";
also:  http://ffmpeg.org/pipermail/ffmpeg-user/2014-January/019248.html

However, my immediate problem seems to be solved.  Thank you for your  
help on this.

--=_Mgqt6IzgKVK-HJf2XTBvZw1
Content-Type: message/rfc822; name="Forwarded Message"

Date: Thu, 05 Jun 2014 13:25:56 +0000
Message-ID: <20140605132556.Horde.XJbSJ6XnihIS6GXPEa30PQ2-/OzqL4BO9tetKMIET9/[email protected]>
From: [email protected]
To: dvdauthor-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: RE: spumux 0.7.0 - errors trying to create a smple menu
Received: from 184.164.106.194 ([184.164.106.194]) by ns1.pueblowireless.com
	(Horde Framework) with HTTP; Thu, 05 Jun 2014 13:25:56 +0000
User-Agent: Internet Messaging Program (IMP) H5 (6.1.4)
Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes
MIME-Version: 1.0
Content-Disposition: inline


Thanks for the hint.

Recreated the input file menu.mpg from an old static image "menu_outline.png":

ffmpeg -loop 1 -i menu_outline.png -vcodec png -t 4 bg.mkv
ffmpeg -f s16le -ar 48000 -ac 2-i /dev/zero -ab 224k -t 4 -acodec ac3  
-y tmp.ac3
ffmpeg -y -i bg.mkv -i tmp.ac3 -target ntsc-dvd -aspect 16:9 menu.mpg

Output from ffprobe is now:

Stream #0:0[0x1bf]: Data: dvd_nav_packet
Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x480  
[SAR 32:27 DAR 16:9], max. 9000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn,  
59.94 tbc
Stream #0:2[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 448 kb/s
Unsupported codec with id 1145979222 for input stream 0

The command
    spumux "menu_buttons.xml" < "menu.mpg" > "menu2.mpg"
now seems to work without errors.

Questions:

Spumux needs an input video with a dvd_nav_packet stream to create a menu?

The ffmpeg option "-target [ntsc|pal]-dvd" creates an dvd_nav_packet  
stream, even though it is "unsupported"?


--=_Mgqt6IzgKVK-HJf2XTBvZw1
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
--=_Mgqt6IzgKVK-HJf2XTBvZw1
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

--=_Mgqt6IzgKVK-HJf2XTBvZw1--