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. |
|
|
#1 | Link |
|
Registered User
Join Date: Sep 2003
Posts: 103
|
Slow motion that uses all the fields?
Hi,
I wondered how to do a slow motion to an interlaced dv pal footage while using 2 field (in premiere or ae). beacause in ae it first deinterlaces (interpret footage) and then does a time wrap and in premiere it is the same as ae.. The final video have to be 25..(frame based) Any solutions? thanks
__________________
My video/photo blog site : MaGin Motion Pictures - www.maginmp.com ------------------------------------ Isn't that what we are fighting for? Isn't that worth dying for? |
|
|
|
|
|
#2 | Link |
|
brainless
Join Date: Mar 2003
Location: Germany
Posts: 3,484
|
easily achievable with AVISynth and one of its more advanced deinerlacers like TDeint(), SecureDeint(), MvBob() and McBob()
__________________
Don't forget the 'c'! Don't PM me for technical support, please. |
|
|
|
|
|
#4 | Link | |
|
Registered User
Join Date: Sep 2003
Posts: 103
|
Quote:
I mean how to turn a dv interlaced (25fps) into frame based 50fps. The final result would be a frame based 25fps video that is X2 longer. (with AVISynth) Thanks
__________________
My video/photo blog site : MaGin Motion Pictures - www.maginmp.com ------------------------------------ Isn't that what we are fighting for? Isn't that worth dying for? |
|
|
|
|
|
|
#5 | Link |
|
brainless
Join Date: Mar 2003
Location: Germany
Posts: 3,484
|
create an AVISynth script that has these contents:
PHP Code:
This can be avoided by using some motion compensated frameijnterpolation techniques: PHP Code:
__________________
Don't forget the 'c'! Don't PM me for technical support, please. |
|
|
|
|
|
#6 | Link | |
|
Registered User
Join Date: Sep 2003
Posts: 103
|
Thanks!
I have succeeded to do this, a little different but the same idea using what you suggested. Here is how I did it: Quote:
Works perfect! ulta smooth X0.5 slow motion without artifacts. Now I just import the new file into AE or Premiere
__________________
My video/photo blog site : MaGin Motion Pictures - www.maginmp.com ------------------------------------ Isn't that what we are fighting for? Isn't that worth dying for? |
|
|
|
|
|
|
#7 | Link |
|
brainless
Join Date: Mar 2003
Location: Germany
Posts: 3,484
|
This method is fast, but is by far the W.O.R.S.T method to slow down a video (weird up & down bobbing, stairstepping and loss of resolution).
please use at least: PHP Code:
Avoid the method using separatefields() at any cost!
__________________
Don't forget the 'c'! Don't PM me for technical support, please. |
|
|
|
|
|
#8 | Link |
|
Registered User
Join Date: Sep 2003
Posts: 103
|
OK i'll try it now
__________________
My video/photo blog site : MaGin Motion Pictures - www.maginmp.com ------------------------------------ Isn't that what we are fighting for? Isn't that worth dying for? |
|
|
|
|
|
#9 | Link |
|
Registered User
Join Date: Sep 2003
Posts: 103
|
Yep, you're right
your way is a little sharper
__________________
My video/photo blog site : MaGin Motion Pictures - www.maginmp.com ------------------------------------ Isn't that what we are fighting for? Isn't that worth dying for? |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|