Results 1 to 4 of 4
I dont know if this is in the right spot or not. I am looking for a program that will burn a couple of regular avi video files into dvd ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-16-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 11
program to make dvds with
I dont know if this is in the right spot or not. I am looking for a program that will burn a couple of regular avi video files into dvd format.
- 08-17-2010 #2
- 08-17-2010 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,160
Do you want a DVD, or do you want the AVI files in a DVD-compatible format (mpeg2)? If mpeg2, then you can use ffmpeg which will happily convert an AVI file to that format, and in a DVD-compatible form as well:
ffmpeg -i filename.avi -target ntsc-dvd filename.mpg
There are other options as well, such as to set quality, audio format, etc. In any case, ffmpeg is the engine under the covers of most Linux-based video transcoding software tools.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 08-22-2010 #4


Reply With Quote
