Field Order...
- The14thGOD
- Joined: Sat Feb 21, 2004 1:12 pm
- Location: Everywhere
- Contact:
Field Order...
for premiere pro what should i set field order to?
im a little confused on the guide, here is my avs script:
mpeg2source("F:\Anime\Noir\DVD 1\Noir 01 - Maidens with Black Hands.d2v")
MPEG2Source("C:\yourfolder\blah.d2v")
Telecide(order=1)
Decimate(cycle=5, mode=3, threshold=1.0)
AssumeFPS(29.97)
LanczosResize(848,480)
ConvertToRGB32()
so since i added the deinterlace thing do i need to have a field? or just use no fields?
ty in advance
im a little confused on the guide, here is my avs script:
mpeg2source("F:\Anime\Noir\DVD 1\Noir 01 - Maidens with Black Hands.d2v")
MPEG2Source("C:\yourfolder\blah.d2v")
Telecide(order=1)
Decimate(cycle=5, mode=3, threshold=1.0)
AssumeFPS(29.97)
LanczosResize(848,480)
ConvertToRGB32()
so since i added the deinterlace thing do i need to have a field? or just use no fields?
ty in advance
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Using Telecide means that you've already deinterlaced it (Decimate takes it down to the proper number of frames), which means No Fields. Therefore, set it for No Fields.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- The14thGOD
- Joined: Sat Feb 21, 2004 1:12 pm
- Location: Everywhere
- Contact:
- The14thGOD
- Joined: Sat Feb 21, 2004 1:12 pm
- Location: Everywhere
- Contact:
that was a mistake
im used to editing at 29.97fps
i read in the guides u can do this the footage is just sped up, or i could do 24 but i dont want to go through the process of chaing the audio to 24fps , which i dont really understand...becuase if ur using a song why dou have to change that to 24fps...cant the footage just be 24fps..
im used to editing at 29.97fps
i read in the guides u can do this the footage is just sped up, or i could do 24 but i dont want to go through the process of chaing the audio to 24fps , which i dont really understand...becuase if ur using a song why dou have to change that to 24fps...cant the footage just be 24fps..
- Rozard
- Joined: Wed Oct 31, 2001 10:39 pm
The correct ITV'C frame rate is 23.976 FPS, but playback at 24 FPS is possible. However, most conventions will only accept submissions of 29.97 FPS or 23.976 FPS with the 3:2 Pulldown flag, so they can't and won't accept anything that's submitted at 24 FPS. This becomes a problem when editing, because in Premiere (and I believe many editing platforms) there is no support for 23.976 FPS footage, only 24 FPS. So, with the video sped up (23.976->24), once it's exported, AVIFrate is used to convert it back (24->23.976). However, if you use the same audio you edited with, the song will be slightly faster than the video, about 0.1%, I believe. It may not seem like much, but you'll be able to notice after about 2-3 minutes that the video is off.
Read this for more info.
Read this for more info.
- The14thGOD
- Joined: Sat Feb 21, 2004 1:12 pm
- Location: Everywhere
- Contact:
- The14thGOD
- Joined: Sat Feb 21, 2004 1:12 pm
- Location: Everywhere
- Contact:

