INDEX  F.A.Q.  SEARCH  LATEST POSTS     Rules  Register  Profile  Private messages  Login


Search all forums or this forum: Advanced search
How to convert DIVX/XVID to DVD with gui4ffmpeg

Forum Index -> How to's -> User guides Printer-friendly version
Goto page 1, 2  Next
Reply to topic
Author Message
gui4ffmpeg
Member


Joined: 03 Apr 2005
Location: Germany

Post Posted: Jul 26, 2005 04:04 Posts Comp View users profile Send private message Reply with quote

How to convert DIVX/XVID to DVD with gui4ffmpeg



1. Load the DIVX/XVID file with Open file.

2. Select DVD in the Target list box.

3. Choose PAL or NTSC in the Format field.

4. Under Aspect you should use the aspect ratio of the source.

5. Change Bitrate optionally.

6. Choose mp2 or ac3 (ac3: change audio Bitrate and Channels optionally).

8. Select the output file with Save file.

9. Press the Generate button, the ffmpeg command will be displayed.

10. Press the Encode button. Ffmpeg's DOS box occurs and the file will

be encoded. Close the DOS box, if the process is finished.

The DVD compliant MPEG file is created.

Authoring and burning may be done with gui for dvdauthor, TMPGEnc Author ...


Last edited by gui4ffmpeg on Jul 29, 2005 06:37, edited 1 time in total


jimmalenko
VH Veteran


Joined: 27 Aug 2003
Location: Down under

Post Posted: Jul 27, 2005 03:30 Posts Comp View users profile Send private message Reply with quote

Is the video encoded CBR, or does the value for the video bitrate represent the average in a 2-Pass VBR ? If so, what are the max and min values used ?
_________________
If in doubt, google it.


Click Here


gui4ffmpeg
Member


Joined: 03 Apr 2005
Location: Germany

Post Posted: Jul 27, 2005 04:40 Posts Comp View users profile Send private message Reply with quote

It's cbr. The handling of the quality is done with the qmin parameter in the "Enter more options ..." field. For more information you may read the detailed documentation of gui4ffmpeg.
_________________
The home of the sun - http://www.blueview.de.vu


jimmalenko
VH Veteran


Joined: 27 Aug 2003
Location: Down under

Post Posted: Jul 27, 2005 04:51 Posts Comp View users profile Send private message Reply with quote

gotcha wink.gif


Thanks.
_________________
If in doubt, google it.


Click Here


Methanoid
Member


Joined: 17 Mar 2001
Location: UK

Post Posted: Jul 29, 2005 03:04 Posts Comp View users profile Send private message Reply with quote

Shouldn't this guide be titled DivX/Xvid to MPG not DVD... it doesnt produce VOB & IFO files does it?

gui4ffmpeg
Member


Joined: 03 Apr 2005
Location: Germany

Post Posted: Jul 29, 2005 06:35 Posts Comp View users profile Send private message Reply with quote

You're right, the MPEG format is DVD.
The authoring and burning may be done with gui for dvdauthor.
_________________
The home of the sun - http://www.blueview.de.vu


pogotc
Member


Joined: 03 Aug 2003

Post Posted: Jul 30, 2005 07:34 Posts View users profile Send private message Reply with quote

i've just converted a DivX file with this but it won't play, it keeps telling me i don't have the correct codec. Which one do i need and does anyone know where i can download it ??

tigerman8u
Member


Joined: 05 Aug 2003
Location: United States

Post Posted: Jul 30, 2005 10:16 Posts Comp View users profile Send private message Reply with quote

any dvd player software will install an mpeg2 decoder. or look in the tools section

gui4ffmpeg
Member


Joined: 03 Apr 2005
Location: Germany

Post Posted: Jul 31, 2005 10:12 Posts Comp View users profile Send private message Reply with quote

pogotc: Please have a look:

http://www.videohelp.com/tools?tool=VLC_media_player
_________________
The home of the sun - http://www.blueview.de.vu


pogotc
Member


Joined: 03 Aug 2003

Post Posted: Jul 31, 2005 12:30 Posts View users profile Send private message Reply with quote

thanks i've got it to play but now for some reason the audio is out of sync, can one of gui4ffmpeg's settings prevent this or do i need to get another program to fix it.

Thanks for any help.


johns0
killer muppet


Joined: 05 Jun 2002
Location: canada

Post Posted: Jul 31, 2005 12:48 Posts Comp View users profile Send private message Reply with quote

Read here on audio sync repairs.
_________________
Ben Johnson-I didnt take any stereos!


gui4ffmpeg
Member


Joined: 03 Apr 2005
Location: Germany

Post Posted: Jul 31, 2005 16:02 Posts Comp View users profile Send private message Reply with quote

This will be done in ffmpeg with the option -async 1. Gui4ffmpeg sets this option automatically.
If the sync difference is constant, you have a good chance to fix this.
You may use avidemux to separate (demux) audio and video stream from the mpeg file.
With an audio editor you have to stretch or cut the audio.
Afterwards you have to join (mux) the video and the corrected audio stream with avidemux.

Another way is to encode the divx file to dvd by using the mp2 as audio target (assuming that ac3 was used).

Good luck.
_________________
The home of the sun - http://www.blueview.de.vu


johns0
killer muppet


Joined: 05 Jun 2002
Location: canada

Post Posted: Jul 31, 2005 16:11 Posts Comp View users profile Send private message Reply with quote

One problem i found with ffmpeggui is when you encode 44.1 khz audio to 48khz a3 sometimes it screws up the audio length and sync.
_________________
Ben Johnson-I didnt take any stereos!


gui4ffmpeg
Member


Joined: 03 Apr 2005
Location: Germany

Post Posted: Jul 31, 2005 16:45 Posts Comp View users profile Send private message Reply with quote

Gui4ffmpeg and ffmpeggui are using ffmpeg to encoding. May be, there is such problem.
Anyway, if there is a sync problem in the encoded file, i would do this procedure:

Open the divx source with virtual dub and save the audio as wav file.
Open the mpeg file encoded with gui4ffmpeg in avidemux.
Use as audio source the external wav and configure the audio filter to convert from 44,1 to 48 kHz.
Save as mpeg.
_________________
The home of the sun - http://www.blueview.de.vu


oldfart13
Member


Joined: 09 Nov 2000
Location: Canada

Post Posted: Aug 08, 2005 22:05 Posts View users profile Send private message Reply with quote

WinAVI will produce either a DVD compliant Mpeg or else a set of VOB files.

MilesAhead
Member


Joined: 25 May 2005
Location: USA

Post Posted: Oct 02, 2005 20:25 Posts Comp View users profile Send private message Reply with quote

Hi. I'm new to using both gui4ffmpeg and AviSynth. So far I'm having good luck using gui4ffmpeg as described in this guide. However, when I try to process any video file through AviSynth I get this error message
"Change the source file name in TV.avs, line: XXXsource(...)"

I've tried using AviSource and DirectShowSource on various avi files that play in Windows Media Player so I'm stumpted. I can't even get started with AviSynth so I must be doing something strange. I changed all the paths in TV.avs that have "Programme" to "Program Files" but no joy.
I must be missing something really basic?


MilesAhead
Member


Joined: 25 May 2005
Location: USA

Post Posted: Oct 04, 2005 13:38 Posts Comp View users profile Send private message Reply with quote

I modified TV.avs and changed the name and it will work as video
input to TMPGEnc Plus. But I still can't figure out how to get TV.avs
to work with gui4ffmpeg. It gives the same error msg still. I'm
confused.

Is there any step by step example of using gui4ffmpeg with avisynth?
I like using gui4ffmpeg. When I see how avisynth filters can clean
up a video with bad comb effects during lateral motion it makes me
want to incorporate it into gui4ffmpeg usage though. I have the feeling
I'm missing something really simple or something is broken but I'm not
sure which is the case. smile.gif


MilesAhead
Member


Joined: 25 May 2005
Location: USA

Post Posted: Oct 04, 2005 18:35 Posts Comp View users profile Send private message Reply with quote

Good old trial & error should not be abandoned I guess. lightbulb.gif
I'm not sure what line was causing the script to crap out but
I just copied the script that worked with TMPGEnc to the
Gui4ffmpeg install folder and renamed it TV.avs. It's running
now. Wish me luck. biggrin.gif


gui4ffmpeg
Member


Joined: 03 Apr 2005
Location: Germany

Post Posted: Oct 05, 2005 02:32 Posts Comp View users profile Send private message Reply with quote

MilesAhead

Of course you can work with other scripts then Tv.avs.
Important is, that the name of the file which you load
into gui4ffmpeg is IDENTICAL with the name of the source
file configured in the Tv.avs script.
For more information see chapter "advanced options->increase
quality with AviSynth" in the help file.
_________________
The home of the sun - http://www.blueview.de.vu


MilesAhead
Member


Joined: 25 May 2005
Location: USA

Post Posted: Oct 05, 2005 10:22 Posts Comp View users profile Send private message Reply with quote

Quote:

Important is, that the name of the file which you load
into gui4ffmpeg is IDENTICAL with the name of the source
file configured in the Tv.avs script.


That was never the problem. No matter what I did the error message remained the same.

So I made a one-liner script to be certain the mechanism worked. Once I knew it would take a script then it was fixed in
no time. The error message just confused me for a while.

Doing something for the first time always seems to be weird like that. smile.gif

My video file processed in real time using your program as opposed to
nearly twice as long with TMPGEnc. So I'm glad to have it. smile.gif


burnman99
Member


Joined: 04 Apr 2004
Location: Arkansas/USA

Post Posted: Oct 31, 2005 13:36 Posts Comp View users profile Send private message Reply with quote

Cannot get this to use an avisynth script. The script does run in other programs (quenc etc) but not in gui4ffmpeg. can you help?

thanks

rog
_________________
There are many ways to measure success. You just have to find your own yardstick.


gui4ffmpeg
Member


Joined: 03 Apr 2005
Location: Germany

Post Posted: Nov 03, 2005 01:59 Posts Comp View users profile Send private message Reply with quote

Please send your script. I'll have a look.
_________________
The home of the sun - http://www.blueview.de.vu


bcrules82
Member


Joined: 10 Jan 2004

Post Posted: Feb 12, 2006 18:02 Posts View users profile Send private message Reply with quote

this is pissing me off, cus now i have a nearly 3 gb mpeg video (converted a 700mb xvid) and nero is saying that is too big to burn...and i'm out of time today for this (wanted to watch this tonight) and the conversion took like an hour.

How am i supposed to burn this?


kiches
Member


Joined: 27 May 2006
Location: United States

Post Posted: Jun 07, 2006 20:23 Posts Comp View users profile Send private message Reply with quote

Just a question, how when the cmd.exe box pops up and it displays things like frame, size, time, and bitrate, is there a way to figure out how much longer the conversion will take?

kiches
Member


Joined: 27 May 2006
Location: United States

Post Posted: Jun 07, 2006 20:26 Posts Comp View users profile Send private message Reply with quote

bcrules82 wrote:
this is pissing me off, cus now i have a nearly 3 gb mpeg video (converted a 700mb xvid) and nero is saying that is too big to burn...and i'm out of time today for this (wanted to watch this tonight) and the conversion took like an hour.

How am i supposed to burn this?


Did you calculate the bitrate before encoding it? The larger the bitrate the larger the mpeg video will come out to be, there are bitrate calculators out there you can use, but if you don't want to re-encode it you can always author a dvd then use dvdshrink to make it fit. You're trying to burn a dvd right? 3 GB should fit on a dvd, so I'm not sure why Nero is saying it's too big to burn.


ustarhh
Banned


Joined: 03 Jul 2006
Location: usa

Post Posted: Jul 17, 2006 21:34 Posts Comp View users profile Send private message Reply with quote

SPAM

ustarhh
Banned


Joined: 03 Jul 2006
Location: usa

Post Posted: Jul 17, 2006 21:42 Posts Comp View users profile Send private message Reply with quote

SPAM

koberulz
Member


Joined: 14 Oct 2006
Location: Australia