OS4 DepotLogo by Alkaron 
(anonymous IP: 3.17.28.48,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Video » Convert » dvdauthor.lha

DVDAuthor

Description: Set of tools for authoring a DVD
Download: dvdauthor.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 2Mb
Version: 0.7.2
Date: 05 Dec 2022
Author: See AUTHORS file
Submitter: Fredrik Wikström
Email: fredrik/a500 org
Homepage: http://dvdauthor.sourceforge.net/
Requirements: z.library >= 53.9
Category: video/convert
Replaces: video/convert/dvdauthor.lha
License: GPL
Distribute: yes
Min OS Version: 4.1
FileID: 12334
 
Comments: 6
Snapshots: 0
Videos: 0
Downloads: 52  (Current version)
724  (Accumulated)
Votes: 1 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
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.


Copyright © 2004-2024 by Björn Hagström All Rights Reserved