Quantcast AVI NTSC to KDVD PAL? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
08-30-2004, 01:16 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Hi there
I knew this would happen to me sooner or later, I just expected it would happen later
I have searched the forum looking for ways to do this but I ended up with 77 pages full of posts that do not
show me how (at least until page 15 ).
My problem is I have and XviD NTSC source that I need to convert to KDVD PAL.
Here are my source specs taken from Gspot:
Video
X,Y - 576x336 (1.71:1) [=12:7]
FPS - 23.976
Audio
Bitrate - 132 kb/s (66/ch, stereo) VBR LAME3.89
Fs - 48000 Hz
Apparently my system has the appropriate codecs to read the source correctly.
The problem is both my SAPs seem unable to properly manipulate NTSC encodings.
So it seems I really have to do a convertion.
If anybody knows where I can find a post with these answers don't bother explaining it gain just point
me where to find it .
Cheers
__________________
Rui
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
08-30-2004, 01:43 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
The process is really simple, this script would do the conversion for both video and audio:

Code:
AVISource("path\clip.avi")
EnsureVBRMP3Sync()
Trim(0,0) # EnsureVBRMP3Sync somehow needs this to work properly!
#Filter here
BicubicResize(672,432,0,0.6) # 2 overscan blocks assumed
AddBorders(16,72,16,72)
ConverttoYUY2() # for CCE
TimeStretch(tempo = (100.0*25.0)/23.976) # audio 23.976->25fps
AssumeFPS(25.000,false) # video 23.976->25fps
You can then extract the audio by loading the script in VDub and saving the audio track.
Reply With Quote
  #3  
08-30-2004, 01:45 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Hi:
If you are using avs script it is enough to use a line = assumeFPS(25).
If you are using Mencoder you only need option -ofps 25 (together with another settings that you want)
You should transcode audio with Besweet OTA option = -ota( -r 23976 25000 )

Edited: Audio pitch will be shifted but only a little bit, with not problem.
Reply With Quote
  #4  
08-30-2004, 01:53 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Using TimeStretch doesn't alter the pitch and should also be higher quality than OTA in BeSweet. You'll probably need the latest Avisynth 2.55 though.
Reply With Quote
  #5  
08-30-2004, 02:46 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Hi
Thank you guys, for both possible ways.
Cheers
__________________
Rui
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KDVD: NTSC vs PAL rds_correia Video Encoding and Conversion 24 02-28-2006 03:57 PM
KDVD: Ntsc xvid to pal dvd andybno1 Video Encoding and Conversion 18 07-23-2004 03:36 PM
KDVD: What should ntsc sampler line look like? The Untouchable Video Encoding and Conversion 3 07-13-2004 09:42 PM
KDVD - Pb avec NTSC Slydini Conversion et d'Encodage de Vidéo (Français) 9 01-27-2004 07:11 AM
KDVD NTSC 23.976 template on 29.97 tv shows? Ardent2k Video Encoding and Conversion 1 12-28-2003 05:57 AM




 
All times are GMT -5. The time now is 05:32 AM  —  vBulletin © Jelsoft Enterprises Ltd