Convert the source to an NTSC compatible DVD video format
ffmpeg -i saltbae.mp4 -target ntsc-dvd -aspect 16:9 saltbae.mpg
Author the DVD compatible video into the DVD container format with chapters every 5 minutes
ffmpeg -i saltbae.mp4 -target ntsc-dvd -aspect 16:9 saltbae.mpg
Author the DVD compatible video into the DVD container format with chapters every 5 minutes
dvdauthor -o DVD/ -t -c 0,5:00,10:00,15:00,20:00,25:00,30:00,35:00,40:00 saltbae.mpg
Create the table of contents files VIDEO_TS.IFO
dvdauthor -T -o DVD
Done
No comments:
Post a Comment