Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VirtualDub, VDubMod & AviDemux

Reply
 
Thread Tools Search this Thread Display Modes
Old 24th September 2008, 08:53   #1  |  Link
thahandy
Registered User
 
Join Date: Sep 2008
Posts: 27
1080i50/60 to 720p50/60 (get double framerate)

The basic idea is to get smooth playback by double the frame rate.

Im trying to get i50/60 source video to progressive 50/60fps
however, even with the howto on 100fps.com, for AVI files,
its still a pain to convert it (for a DVavi source i was able to get it working)

with the HDTV/blueray these days im not able to convert the interlaced video to
double frame rate with virtualdub(mod) avisynth ect. (mpeg2/4 issue)
plus all the other programs and plugins are named at 100fps.com and google

anyone KNOW how todo this properly?
thahandy is offline   Reply With Quote
Old 24th September 2008, 11:04   #2  |  Link
pandy
Registered User
 
Join Date: Mar 2006
Posts: 1,049
AFAIK there is no i50/60 sources (publicly) available - You probably thinking about i25/30 sources.
To do this properly You must:
- Deinterlace source
- resize result of the deinterlacing to the final resolution (ie 1280x720p50/60)
- encode such video stream by favourite codec & encoder

As a deinterlacer You may use what You like - i can recomend use Yadif (when speed is important) or Yadifmod+nnedi or MCBOB (when speed is not so important).
Use search on doom9 for information about pros & cons about particular deinterlacers and resizers.
pandy is offline   Reply With Quote
Old 28th September 2008, 03:00   #3  |  Link
thahandy
Registered User
 
Join Date: Sep 2008
Posts: 27
yes, anyway i want to split the even fields with the odds to split the interlaced frames and from there stitch these after eachother with double rate

anyone know a way what is doing the trick?

Last edited by thahandy; 28th September 2008 at 03:06.
thahandy is offline   Reply With Quote
Old 28th September 2008, 08:30   #4  |  Link
smok3
brontosaurusrex
 
smok3's Avatar
 
Join Date: Oct 2001
Posts: 2,392
#avisynth
yadif(mode=1, order=1)

should do the basic trick.

here is my (similar) thread
http://forum.doom9.org/showthread.ph...67#post1188567

actually this;
PHP Code:
avisource("file.avi")
resize(12801080)
yadif(mode=1order=1)
resize(1280,720
should do the full trick (assuming TFF input).
__________________
certain other member

Last edited by smok3; 28th September 2008 at 08:33.
smok3 is offline   Reply With Quote
Reply

Tags
convert, interlace, progressive

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:44.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.