Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

 
Does Virtualdub Convert Avi To Dvd?
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
sumac
Posted: Aug 1 2013, 01:51 PM


Newbie


Group: Members
Posts: 1
Member No.: 36890
Joined: 1-August 13



I'm new at all this wink.gif . I have used Pinnacle 9 for all my past videos. Lost it, now on Windows7. I loved Pinnacle 9 but the current ver 16 is way to difficult. I reloaded ver 9 on Windows 7 and it will edit OK but will not create a DVD. It will however create an AVI file of the edited time line. Can I use Virtual Dub to create a DVD from the AVI file? I have fairly simple requirements re editing. I mainly just arrange clips on the timeline and shrink them. Any help here would be greatly appreciated.
 
     Top
DarrellS
Posted: Aug 10 2013, 09:40 PM


Advanced Member


Group: Members
Posts: 567
Member No.: 1061
Joined: 28-November 02



You can convert to DVD using the external encoder feature. I don't know of any mpeg2 CLI encoders except for ffmpeg which isn't as good as some other encoders but it does work

Here is a vdprof file with MPEG2-DVD encoder sets...

CODE

{
   "description": "VirtualDub external encoder profile collection",
   "externalEncoders": {
       "sets": {
          "DVD-NTSC-AC3": {
               "videoEncoder": "DVD-NTSC",
               "audioEncoder": "AC3",
               "multiplexer": "MPEG Mux",
               "description": "mpeg",
               "extension": "mpeg",
               "processPartial": false,
               "useOutputAsTemp": false
           },
           "DVD-NTSC-AC3-PASS": {
               "videoEncoder": "DVD-NTSC",
               "audioEncoder": "ac3pass",
               "multiplexer": "MPEG Mux",
               "description": "mpeg",
               "extension": "mpeg",
               "processPartial": false,
               "useOutputAsTemp": false
           },
          "DVD-24p-AC3": {
               "videoEncoder": "DVD-24p",
               "audioEncoder": "AC3",
               "multiplexer": "MPEG Mux",
               "description": "mpeg",
               "extension": "mpeg",
               "processPartial": false,
               "useOutputAsTemp": false
           },
           "DVD-24p-AC3-PASS": {
               "videoEncoder": "DVD-24p",
               "audioEncoder": "ac3pass",
               "multiplexer": "MPEG Mux",
               "description": "mpeg",
               "extension": "mpeg",
               "processPartial": false,
               "useOutputAsTemp": false
           },
          "DVD-PAL-AC3": {
               "videoEncoder": "DVD-PAL",
               "audioEncoder": "AC3",
               "multiplexer": "MPEG Mux",
               "description": "mpeg",
               "extension": "mpeg",
               "processPartial": false,
               "useOutputAsTemp": false
           },
           "DVD-PAL-AC3-PASS": {
               "videoEncoder": "DVD-PAL",
               "audioEncoder": "ac3pass",
               "multiplexer": "MPEG Mux",
               "description": "mpeg",
               "extension": "mpeg",
               "processPartial": false,
               "useOutputAsTemp": false
           }
      },
       "profiles": {
           "DVD-NTSC": {
               "name": "DVD-NTSC",
               "program": "C:\\ffmpeg.exe",
               "commandArguments": "-f rawvideo -s %(width)x%(height) -r %(fpsnum)/%(fpsden) -i - -vcodec mpeg2video -target ntsc-dvd \"%(tempvideofile)\"",
               "outputFilename": "%(outputname).m2v",
               "type": 0,
               "inputFormat": 0,
               "checkReturnCode": true,
               "logStdout": true,
               "logStderr": true,
               "bypassCompression": false,
               "predeleteOutputFile": true
           },
           "DVD-24p": {
               "name": "DVD-24p",
               "program": "C:\\ffmpeg.exe",
               "commandArguments": "-f rawvideo -s %(width)x%(height) -r %(fpsnum)/%(fpsden) -i - -vcodec mpeg2video -target film-dvd \"%(tempvideofile)\"",
               "outputFilename": "%(outputname).m2v",
               "type": 0,
               "inputFormat": 0,
               "checkReturnCode": true,
               "logStdout": true,
               "logStderr": true,
               "bypassCompression": false,
               "predeleteOutputFile": true
           },
           "DVD-PAL": {
               "name": "DVD-PAL",
               "program": "C:\\ffmpeg.exe",
               "commandArguments": "-f rawvideo -s %(width)x%(height) -r %(fpsnum)/%(fpsden) -i - -vcodec mpeg2video -target pal-dvd \"%(tempvideofile)\"",
               "outputFilename": "%(outputname).m2v",
               "type": 0,
               "inputFormat": 0,
               "checkReturnCode": true,
               "logStdout": true,
               "logStderr": true,
               "bypassCompression": false,
               "predeleteOutputFile": true
           }
       }
   }
}
 
     Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
1 replies since Aug 1 2013, 01:51 PM Track this topic | Email this topic | Print this topic

<< Back to General Discussion