User User name Password  
   
Saturday 16.8.2025 / 07:32
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > digital video > video - software discussion > ivtc in virtualdub
Show topics
 
Forums
Forums
ivtc in virtualdub
  Jump to:
 
Posted Message
Senior Member
_
14. October 2003 @ 18:47 _ Link to this message    Send private message to this user   
Hello - I've a fairly typical AVI, 29.97 fps, progressive, with 1 out of every 5
frames repeated.
I want to drop the repeated frame and reduce
fps to 23.976.
Seems like a simple thing, but I can't seem to do it using virtualdub *unless* you recompress the AVI and I don't want to do this.
Surely there's a solution?
Advertisement
_
__
Minion
AfterDawn Addict
_
16. October 2003 @ 17:58 _ Link to this message    Send private message to this user   
If your 29.97fps file is actually Progressive then you can not use IVTC, You can only use IVTC on Previously Teliclined interlaced material...If this File was Converted to 29.97fps from 23.97fps By repeating every 4th Frame then you Can use V-Dub to convert it to 23.97fps without Re-compressing...First Set the "Video" to "Full stream Copy" and then under "Video" go to "Frame Rate" and under "Frame Rate conversion" check the "Convert To FPS" Box then Write "23.976fps" in the Box and Click "OK" now under "file" go to "save as AVI" and save the File...This will convert it to 23.976fps without re-compressing the File but do not try the 3:2 Pulldown Removal or IVTS Settings cuz they will not work when trying to work on Purely Progressive sources....Cheers
Senior Member
_
17. October 2003 @ 09:55 _ Link to this message    Send private message to this user   
Hello -
I tried your method, it did produce a 23.976
AVI, but it still contains many duplicate
frames.
It seems as if VirtualDub dropped frames at
random. Like this it's more jerky than the
original.
Dave
Minion
AfterDawn Addict
_
17. October 2003 @ 12:21 _ Link to this message    Send private message to this user   
You might also try the Decimate Filter were you can choose what frames to drop....Why do you need to convert it to 23.97fps anyways??
Senior Member
_
19. October 2003 @ 11:08 _ Link to this message    Send private message to this user   
two reasons really, it saves space, if I want to save the AVI. If I want to crate an SVCD from it, you get far better results if the
source is 23.976 with no duplicates.
I could use IVTC in TMPGEnc, but what if I
want to use CCE or one of he others?
Minion
AfterDawn Addict
_
19. October 2003 @ 12:51 _ Link to this message    Send private message to this user   
IVTC Will not work on Progressive Files and you did say that it was Fully Progressive didn"t you?? The reason it will not work is Because IVTC removes the Telicline from a file that was previously teleclined and if the File is Progressive then the File was Not teliclined in the first Place so there is nothing to remove..IVTC Rebuilds the Progressive Frames from the Teleclined interlaced Frames but there is nothing to rebuild if all the Frames are Progressive...Like I said before if you use a Decimate Filter you can choose which Frames to drop to make up the target Frame Rate so you can set it to drop every 5th frame or whatever frames you believe are duplicates.....
Senior Member
_
19. October 2003 @ 15:08 _ Link to this message    Send private message to this user   
Oddly enough,the IVTC in TMPGEnc *does* work
with Progressive AVI's that have duplicate
frames!
It has a special setting called "24 fps
non-interlaced source".
This setting works perfectly, and does exactly
what I'm trying to do.
I would just like to find a way to do it
AVI>AVI that's all.
Minion
AfterDawn Addict
_
19. October 2003 @ 16:07 _ Link to this message    Send private message to this user   
Tmpgenc does output to AVI...Do your Settings then go to "File" to "Output to" "AVI" then choose your codec setting and save the file....
Senior Member
_
19. October 2003 @ 22:43 _ Link to this message    Send private message to this user   
Thanks I didn't know that...
but as I mentioned in the first post, I didn't
want to recompress... I wanted the equivalent of a direct stream copy !

Dave
Staff Member

2 product reviews
_
20. October 2003 @ 08:12 _ Link to this message    Send private message to this user   
If you want to encode an actual telecined AVI with CCE, you can use AviSynth with the Decomb plugin. The script should look something like this (for AviSynth 2.5):

LoadPlugin("decomb.dll")
AVISource("film.avi")
Telecide(order=1)
Decimate(cycle=5)
ConvertToYUY2()

As Minion mentioned, if the video is progressive it is not telecined. If you want to simply remove every 5th frame, I believe you can eliminate the Telecide(order=1) line in the script and simply use Decimate.

It may be that the AVI was made from a source with significant amounts of actual NTSC material, and was converted to pure progressive NTSC. If that's the case, you'll end up with jerky motion in places by just removing every 5th frame.

This message has been edited since posting. Last time this message was edited on 20. October 2003 @ 08:27

Senior Member
_
20. October 2003 @ 20:35 _ Link to this message    Send private message to this user   
Hello - thanks for the info re: avisynth.
Does it run my opening it from VirtualDub?
Or is there another way?
The AVI source is 29.97 fps one repeated frame
in every 5. It's Progressive, not interlaced.

This is quite a common occurrence isn't it?
It is derived from capturing a true 29.97
fps telecined source, but it's a low-res capture, just the top field.
Dave
Minion
AfterDawn Addict
_
20. October 2003 @ 20:49 _ Link to this message    Send private message to this user   
Virtual Dub has a Decimate Filter that you can use on it but you will probably still have to re-encode the file though...The File you have isn"t Teliclined cuz if it were some of the frames would be interlaced..Your file is Probably a DivX file or a XviD file isn"t it??Divx files usually output to Progressive Frames so it was Probably made from a 29.97fps interlaced source or interlaced teliclined source but then encoded Useing the Divx codec which is why it is Progressive now..Many codecs output Progressive frames even when useing interlaced sources one example is WMV/ASF....
Staff Member

2 product reviews
_
21. October 2003 @ 05:38 _ Link to this message    Send private message to this user   
Quote:
Does it run my opening it from VirtualDub?
I'm not sure I understand the question. When you use AviSynth to frameserve, you load the script (whatever.avs) into your Vdub, instead of directly reading the original video file. If you mean, do the AviSynth filters get applied before sending the video to Vdub, the answer is yes. That's how I test my scripts for encoding captured video (actually I use VdubMod).
Advertisement
_
__
 
_
Senior Member
_
21. October 2003 @ 15:10 _ Link to this message    Send private message to this user   
Sorry about the typo -
"Does it run my opening it from VirtualDub"
should have been -
"Does it run by opening it from VirtualDub"

I'm a newbie at avisynth, but I have used it
before, either opening the script from vdub
or vdubmod. I assume that's the typical method
of using it -

regarding the AVI is question, yes, it is a
divx, my guess is it was captured from a
29.97 interlaced source but only a single
field was captured - Thus, no interlaced
frames in my AVI, just a dupl. every 5.
Also, I have a question about interlacing
artifacts in a 25fps AVI.
See this thread:
http://virtualdub.everwicked.com/index.php?act=ST&f=4&t=4748&s=43af3f389df744d635ae36ec824f8ea9

Thanks,
Dave
thanks,
Dave

afterdawn.com > forums > digital video > video - software discussion > ivtc in virtualdub
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork