So i captured a PAL tape via my newly bought Pyro A/V link..
Since Adobe Premiere was used for capture, what would be the fastest method to get back out to tape with reasonable quality???
Here's a few scenarios i've tried...
1) AviSynth script to resave .AVI into NTSC, import into PPro, re-render.
2) Open up new NTSC project, import PAL .AVI, and re-render.
3) Open up new NTSC project, Interpret footage as (29.97) and re-render..
Seems like all the options are time consuming, require too much diskpace, and very unproductive..
Believe it or not, I find it much easier to use an AVISynth script, and burn to DVD. :P
Any suggestions??
+ Reply to Thread
Results 1 to 5 of 5
-
-
Try "ACE" Time Base Corrector. Is allows direct conversion of PAL->NTSC and NTSC->PAL.
Try locating this UK company through Google. -
This is what i did..
Reencoded the PAL video to NTSC, via Xsdeeni's guide for 25i source to 29.97i output..
Since i couldn't get the Smoothdeinterlace() plugin to work, i used FieldDeinterlace() from the Decomb package..
Output was noticably choppy on tape. Quality was passable. Therefore i'll try a slowdown to 23.976fps, and see if i can somehow get a hard telecine into the video..
Then proceed to drop back onto the Premiere timeline, and Export once again... -
maybe this thread can help you:
https://www.videohelp.com/forum/viewtopic.php?p=782913&highlight=pal+ntsc+premiere+pro+convert#782913 -
Essentially, that's what i was doing, but cutting out the Premiere middle man.
It's easy enough to slow down the video to 23.976fps, with an AVISynth script, but how do i hard telecine a video in VirtualDub??
Simply changing the framerate to 29.97fps won't work..At least i don't think..
So this is that i'll attempt to do..
Avisource("I:\video.avi")
AssumeFps(23.976,true)
LanczosResize(720,480)
ResampleAudio(48000)
FieldDeinterlace()#From the Decomb package
From this point, i need to open up VirtualDub, and see if i can hard telecine the video, and FastRecompress via PanasonicDV codec..
Once this is done, i should be able to drop the resulting video on a new Premiere Timeline, without the need for a re-render, but rather, straight playback, and record to VCR...
Similar Threads
-
PAL mini DV tape in NTSC camera
By Berghof in forum Newbie / General discussionsReplies: 16Last Post: 6th Feb 2025, 08:02 -
Problem converting from digital8 PAL tape to NTSC DVD recorder
By 1234567 in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 11Last Post: 27th Jul 2011, 18:01 -
Random freeze or stop while exporting to tape in Premiere Pro CS4
By LghtAndDrk in forum EditingReplies: 1Last Post: 8th Jul 2009, 00:51 -
NTSC vs PAL tape help
By atothedb in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 1Last Post: 10th Oct 2007, 20:38 -
Recording a NTSC VHS Tape with a PAL DVD Recorder??
By Lanno in forum DVD & Blu-ray RecordersReplies: 10Last Post: 5th Sep 2007, 03:42