Log in

View Full Version : A Few Quick Problems for you to solve


humet
21st November 2003, 23:26
Hi,

I've been converting NTSC AVIs to PAL DVDs and have been bumping into these problems:

1) BeSweet keeps changing the length of my Audio files when I try to do a WAV > AC3 encode even though I am not changing the frame rate and it has no errors in the log file.

2) I use AC3Machine to do the WAV > AC3 and I get the audio and video the same, I finally encode to the VOBs the audio is in sync at the start but not at the end.

3) What is the best way to convert from NTSC AVI to PAL DVD as the method i am doing isn't really working well and i always have problems with sync issues. The method I am using now is this -

a) Extract WAV with "AVI2WAV"
b) Load WAV into BeSweet and change Framerate while converting into an AC3 file
c) Create an AVS file with this script:

avisource("anavifile.avi")
bicubicresize(720,576)
AssumeFPS(25)
ConvertToYuY2

d) Use CCE Guesser to find correct Average bitrate to use in CCE.
e) Encode to MPEG2 File
f) Use either Maestro or Adobe Encore DVD to compile the DVD

But normally when using this method I get lots of out of sync DVDs.

Thanks for any help.

humet

P.S
Please do not assume I am using copyrighted material as another one of my threads got closed down because of that misunderstanding.

KpeX
22nd November 2003, 07:24
1. Post your logfile, and how do you know the length has changed?

2. No idea.

3. Answer: there isn't a good way. Why isn't there a good way? Because there isn't a legal demand for doing this, despite what you say not that many people are doing NTSC avi > pal DVD for legitimate reasons.

Suggestions:

I'd guess your sync problems have to do with your avisynth script. That assumefps(25) is probably what's giving you sync issues. I'm sorry but I can't imagine a legitimate reason for converting NTSC avi to PAL dvd.

Your post also mentioned not changing the framerate for audio at first and then later you said you were. Are you using FRC or not? Once again a logfile would be helpful.

Don't use avi2wav, demux with VdubMod.

humet
22nd November 2003, 09:45
hi,

1)

Logfile:

BeSweet v1.5b19 by DSPguru.
--------------------------
Using AC3enc.dll v0.21 by Fabrice Bellard (http://ffmpeg.org).

Logging start : 11/21/03 , 20:45:03.

C:\Documents and Settings\Rob\Desktop\College Stuff\BeSweetv1.4\BeSweet.exe -core( -input Beta1.wav -output Beta1.ac3 -logfile C:\Documents and Settings\Rob\Desktop\College Stuff\BeSweetv1.4\BeSweet.log ) -ota( -G 1 -fs 48000 ) -ac3enc( -b 128 ) -profile( ~~~~~ Default Profile ~~~~~ )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : Beta1.wav
[00:00:00:000] | Output: Beta1.ac3
[00:00:00:000] | Floating-Point Process: No
[00:00:00:000] | PostGain normalize to : 1.00
[00:00:00:000] | Source Sample-Rate: 48.0KHz
[00:00:00:000] +------- AC3ENC ------
[00:00:00:000] | Bitrate method : CBR
[00:00:00:000] | AC3 bitrate : 128
[00:00:00:000] | Channels Mode : 2.0
[00:00:00:000] | Error Protection: Yes
[00:00:00:000] +---------------------
[01:07:11:096] Conversion Completed !
[01:07:11:096] Actual Avg. Bitrate : 127kbps
[00:02:25:000] <-- Transcoding Duration

Logging ends : 11/21/03 , 20:47:29.

This is just a straight WAV > AC3 with no Framerate change just for testing reasons, and the lengths still change at the end. I know that because I load both the files into WMP and look at the lengths.

Reason for needing to do this is because I got a few clips from a website for a college assignment, and I need to put them into my DVD (I'm doing an interactive DVD on Extreme Sports).

Is BeSweet any good for changing the Framerate as after changing the framerates I always thought the video was the correct length and the audio was faulty, could it be the other way around?

Cheers,

humet