VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Hi all,

    Wondering if there are any solutions for command line batch authoring. Basically what I have is a folder full of .mpv and corresponding .ac3 files. I would like to author each into a DVD structure with 5 minute chapter marks and no menu.

    Are there any options to do this quick and easy?

    My current method uses tmpgenc dvd author however it's very tedious for things like this.

    Thanks
    Quote Quote  
  2. DVDStyler has a CLI mode.

    Image
    [Attachment 44110 - Click to enlarge]


    Make a DVDStyler project Template.dvds using the file Muxed.mkv with the menu pre-command:

    Image
    [Attachment 44111 - Click to enlarge]


    and the post-command for the title

    Image
    [Attachment 44112 - Click to enlarge]


    Then use a batch file like

    Code:
    for %%g in (*.mpv) do (
    ffmpeg -i %%g -i %%~ng.ac3 -c copy Muxed.mkv
    DVDStyler /s /i %%~ng.iso Template.dvds
    )
    I havn't tested it but hope you get the idea

    PS Change the default chapter length from 10 min to 5 min

    Image
    [Attachment 44113 - Click to enlarge]
    Last edited by videobruger; 23rd Dec 2017 at 16:31. Reason: PS
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!