I have managed to convert a number of PAL 2 channel AVIs to NTSC with satisfactory results.
Now I have a problem with a PAL AVI that has AC3 5 channel that I am trying to convert as follows:
1 Extract audio as PAL WAV using VirtualDub
2. Convert PAL WAV to NTSC using BeSweet GUI (WAV to WAV).
3. I then convert the video as follows:
Open PAL AVI
Video / Direct Stream Copy
Frame Rate - change to 23.976
Audio - WAV Audio that is output from step 2 above
Save as AVI
The resulting videos audio seems to be synced and mostly satisfactory. However, there are a number of areas in the audio (3-5 seconds each) where you can understand the voice but it sounds like a 'hollow echo'. That is the best that I can describe it.
All advice is appreciated.
+ Reply to Thread
Results 1 to 23 of 23
-
-
If you convert the video using the DGPulldown method then the audio does NOT have to be changed.
See this here thread ---> CLICK HERE
Basically you encode the PAL AVI at NTSC DVD resolutioin (720x480 for instance) but leave the frame rate at 25fps ... then you use DGPulldown which does a "trick" that makes the video "appear" to be standard 29.970fps NTSC
However the video still has the same running time as the original PAL video clip ... hence no reason to change the audio.
It works rather well and is a VERY nice way to do PAL to NTSC conversion!
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
Originally Posted by FulciLives
At this point I am more concerned about the quality of the video and audio compared to the length of time to accomplish the conversion.
I am not very familiar with my old steps and basically worked thru instructions found at this site, asked questions, etc.
Are there any 'downsides' to the new method that you are recommending that I should know about?
TIA. -
The new method creates a new compatable NTSC video. It will work on any NTSC only DVD player.
The whole point of using this new method is that the video duration does not change ... therefore no need to adjust the audio.
It is easy to adjust audio when you are working with standard STEREO audio but 5.1 DD can be tricky to adjust.
I suggest you try the new method as it leaves the audio alone.
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
Originally Posted by FulciLives
A lot of the thread is over my head.
TIA. -
I think that this is not suitable for you as you do not reencode the avi. DGPulldown is for mpeg2 files, I think it will not work with avi files.
-
Abond--allanc448 said (s)he was going to watch on a standalone DVD player, so what FulciLives said is still quite valid and workable.
Scott -
There are quite a lot standalone DVD players that play avi files. I don't know really but the first post show that he is converting the fps with DirectStreamCopy - it is possible to do it this way and the result will be avi at 23.976 without reencoding the video. That is why I thought he need avi in NTSC format.
-
Originally Posted by Cornucopia
* does not * play AVI
Does that mean that the suggested method won't work.
BTW - allanc448 is Allan C (male). -
Well, then DGPulldown is the way to go. The basis is very simple - encode the video at 25 fps with NTSC resolution. When ready apply DGPulldown to make 25fps - 29.97 fps. The duration of the video remains the same. Author the video with original ac3 audio and you are done.
-
Originally Posted by Abond
As I said a lot of this this is still very unfamiliar to me as I try to use guides and do not really understand the TmpGenc. Could you please advise as to what specific settings I need to encode the video as per above?
Thanks in advance. -
Usually I am working with avisynth, but maybe I will try to give you some advices and please excuse me if I am going sometimes wrong.
Until you are at VDubMod demuxing the audio, demux also the video to produce an silent avi.
Load it in TMPG as video source and select stream type ES video only output.
Load DVD pal template. Now load a template called unlock.
Settings->Video ->720x480
Video format-> Unspecified (I do notn know how it will work)
Frame rate 25
Set the bitrate (use bitrate calculator for this) Rate control 2pass VBR Encode mode Non-interlace, Motion search precision->Motion estimate search(fast)
Advanced tab->Source type non-interlace, Field order Top field first,Source aspect 1:1 VGA,Arrange method : full screen keep aspect ratio 2.
Gop structure tab-> Detct scene change checked only. Now here is a bit weird as I do not know -> we are trying to convert to NTSC, but currently are encoding mutant stream. For NTSC max frames in gop are 18, for pal are 15. Seems to leave it as 15 frames in gop should not hurt.
OK. Start.
Ah, the last if you want to shut down the comp after encoding, you are clicking not start, but file->save project. Then file->Batch encode->add the project->run. Then in the upper left corner of the main TMPG window you have a box Shutdown after encoding -> check it.
After it is done Run DGPulldow select 25->29.97. Multiplex with the ac3 in ImagoMpegMuxer. Author with what you like and burn. -
Originally Posted by Abond
The demux in VirtualDub provides the AC3.
Don't the steps in TmpGenc generate the M2V?
Usually, I then author and burn.
Why is ImagoMpegMux necessary? -
Well, my advice was to use ONLY the video in TMPG, not the audio. If you are aiming for DVD ac3 5.1 will provide somewhat beter quality and of course 5.1 sound.
The other thing is that the video stream we are encoding in TMPG is not very complaint - it will be after DGPulldown. Then I don't know how TMPG will encode the audio, but if you want mp2 sound use BeSweet+BesweetGUI to reencode ac3-mp2 - mp2 quality I think will be better than TMPG audio engine. -
Originally Posted by Abond
-
Originally Posted by NamPla
Go read the THREAD at doom9 if you want: CLICK HERE
So far I tried it with one PAL DVD source and the results were most excellent!
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
Yeah but what does this mean?
Suppose you have this where the top line is the top field and each letter is a new picture:
A C E
B D F
If you pulldown the first frame, you get:
A A C E
B D F
...which gives a temporal sequence of:
A B A D C F E
...which is all screwed up. If you have progressive video it looks like this:
A A B C
A B C
which gives a temporal sequence of:
A A A B B C C -
Originally Posted by Abond
-
Originally Posted by NamPlaSorry, I had to go see about a girl
-
been looking around for this question, here and doom9. this seems like a better way to convert, however, when the source is a pal interlaced dvd, is the conventional (xesdeeni's script) still better to use? the audio stays the same xesdeeni's method when the source is interlaced.
i'm just trying to get an improved picture, changing frames can lead to slighty jerky pictures -
Originally Posted by jhr1948
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
Similar Threads
-
How to Convert 2 channel stereo wave into DD5.1 AC3 448 / AC 640
By Bonie81 in forum User guidesReplies: 36Last Post: 2nd Feb 2018, 12:42 -
Batch Convert 6 channel AAC to AC3?
By massarosareloud in forum Video ConversionReplies: 11Last Post: 22nd Oct 2011, 14:41 -
Convert NTSC AC3 (29.970) To PAL
By DeathStalker77 in forum AudioReplies: 0Last Post: 26th Apr 2010, 21:09 -
How to convert a 6 channel aac to ac3?
By nasdravi in forum AudioReplies: 11Last Post: 15th Feb 2010, 22:01 -
Convert stereo ac3 with bad channel to mono ac3
By chipsndukes in forum AudioReplies: 7Last Post: 5th Nov 2008, 11:23