AminetAminet
Search:
84479 packages online
About
Recent
Browse
Search
Upload
Setup
Services

gfx/conv/dvdauthor.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:Set of tools for authoring a DVD
Author:See AUTHORS file
Uploader:Fredrik Wikstrom <fredrik a500 org>
Type:gfx/conv
Version:0.7.2
Architecture:ppc-amigaos
Date:2022-12-04
Download:http://aminet.net/gfx/conv/dvdauthor.lha - View contents
Readme:http://aminet.net/gfx/conv/dvdauthor.readme
Downloads:1625

DVDAuthor is a program that will generate a DVD movie from a valid mpeg2
stream that should play when you put it in a DVD player.

Installation:

Copy bin/#? SYS:Utilities/

Also you may want to set the VIDEO_FORMAT env variable to either pal or ntsc
depending on what video format you want to use by default.

I use for instance:

setenv SAVE VIDEO_FORMAT pal

To generate a DVD ISO (no menus) for burning you can use the commands:

ffmpeg -i <input file> -target pal-dvd -aspect <4:3|16:9> dvd.mpg
makedir DVD
dvdauthor -o DVD/ -t dvd.mpg -v pal+<4:3|16:9>
dvdauthor -o DVD/ -T
mkisofs -dvd-video -V <disc label> -o dvd.iso DVD

where <4:3|16:9> should be either 4:3 or 16:9 depending on the aspect ratio
of the video file.

To add a subtitle track you need to create an xml file with contents like:

<subpictures>
  <stream>
    <textsub filename="film.srt"
      subtitle-fps="25" movie-fps="25"
      movie-width="720" movie-height="576"
      force="no"/>
  </stream>
</subpictures>

and then use the spumux command to add them to your .mpg file from above:

spumux -s0 -m dvd -P film.xml < film.mpg > film-sub.mpg

If you want to add more than one subtitle track you need to invoke the spumux
command multiple times as adding more than one track at the same time is not
possible (also remember to increment the number in the -s paramter for each
additional track).

Note:

Only the dvdauthor binary has been tested to be working as it's the one I
mainly use from these tools.



Contents of gfx/conv/dvdauthor.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[unknown]                   86      92  93.5% -lh5- 94d9 Mar 26  2010 dvdauthor-0.7.2/AUTHORS
[unknown]               697213 1572780  44.3% -lh5- c12a Dec  4 13:46 dvdauthor-0.7.2/bin/dvdauthor
[unknown]                23942   50488  47.4% -lh5- ce48 Dec  4 13:46 dvdauthor-0.7.2/bin/mpeg2desc
[unknown]              1038130 2249748  46.1% -lh5- d565 Dec  4 13:46 dvdauthor-0.7.2/bin/spumux
[unknown]                30301   64428  47.0% -lh5- 92ea Dec  4 13:46 dvdauthor-0.7.2/bin/spuunmux
[unknown]                 7139   16896  42.3% -lh5- a9d4 Dec 31  2016 dvdauthor-0.7.2/ChangeLog
[unknown]                 6996   18092  38.7% -lh5- a33a Aug 22  2012 dvdauthor-0.7.2/COPYING
[unknown]               102592  200068  51.3% -lh5- b61d Dec  4 11:41 dvdauthor-0.7.2/libs/png16.library
[unknown]                 1256    2703  46.5% -lh5- f851 Oct  6  2014 dvdauthor-0.7.2/README
[unknown]                  902    1682  53.6% -lh5- 64a4 Dec  4 19:26 dvdauthor-0.7.2/dvdauthor.readme
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total        10 files 1908557 4176977  45.7%            Dec  5 04:13

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>