Log in

View Full Version : "Pulldown"


Forteen88
9th July 2010, 14:12
I'm trying to encode a video. eac3to told me: "VC-1, 1080p24 /1.001 (16:9) with pulldown flags"
and eac3to also says: "Removing VC-1 pulldown..."
How should I encode this with x264? Should I put a filter in AviSynth for that?
I guess I don't need to do anything special for the pulldown (as eac3to does "Removing VC-1 pulldown..."), but I'm asking for certainty :)

Thanks

Guest
9th July 2010, 15:08
Can you please post a source sample. I have been looking for one for some time. Then I will advise you about handling.

rack04
9th July 2010, 16:03
Can you please post a source sample. I have been looking for one for some time. Then I will advise you about handling.

Here is a sample (http://www.mediafire.com/?yghnmlj01mo) with pulldown.

Here is a sample (http://www.mediafire.com/?gkjnjjjzehz) with pulldown removed by eac3to.

Forteen88
9th July 2010, 16:06
Can you please post a source sample. I have been looking for one for some time. Then I will advise you about handling.Here's a videoclip:http://www.mediafire.com/?witmzyqtzmn
Thanks

Guest
9th July 2010, 16:14
Do you mind posting the elementary stream? Thanks.

Forteen88
9th July 2010, 16:20
Do you mind posting the elementary stream? Thanks.What is a "elementary stream", the movie itself? I used your DGSplit for that videoclip.

rack04
9th July 2010, 16:21
Do you mind posting the elementary stream? Thanks.

The samples that I posted above are elementary streams.

What is a "elementary stream", the movie itself? I used your DGSplit for that videoclip.

Use eac3to to extract the vc1 file from the evo file. If you use the option -keepPulldown it will disable removal of pulldown for MPEG2, h264 and VC-1 tracks.

Forteen88
9th July 2010, 16:31
Use eac3to to extract the vc1 file from the evo file. If you use the option -keepPulldown it will disable removal of pulldown for MPEG2, h264 and VC-1 tracks.Using eac3to, how do I set which starttime-endtime in the video to cut, or do you just cancel the demux after a ~second?

EDIT: @rack04: OK, thanks for the info

EDIT: Here is the same videoclip as before, but remuxed with eac3to using -keepPulldown:
http://www.mediafire.com/?e2zozjn20wt
eac3to complained: "v01 Video has a gap of 7 frames at playtime 0:00:01.
v01 The MKV file was created without making use of the gap/overlap information.
v01 Please check whether audio is in sync. If it is in sync everything is fine.
v01 Otherwise ask eac3to to repeat the muxing. It will then automatically make
v01 use of the detailed gap/overlap information."

rack04
9th July 2010, 16:33
Using eac3to, how do I set which starttime-endtime in the video to cut, or do you just cancel the demux after a ~second?

You can run it on the sample that you already cut using DGSplit.

EDIT: @Forteen88, to answer your original question. You don't have to add anything to the script if eac3to removed the pulldown.

Forteen88
9th July 2010, 17:19
@Forteen88, to answer your original question. You don't have to add anything to the script if eac3to removed the pulldown.Thanks, then I don't have to make another encode :)