Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment deinterlace #58

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Experiment deinterlace #58

wants to merge 12 commits into from

Conversation

elv-serban
Copy link
Contributor

Add xc parameter deinterlace as an enum.

The best deinterlacing option is 1 (bwdif with mode send_field which makes 2 frames for each input frame).

  • when using this option the caller must set the proper video_frame_duration_ts

For example:

Source 25fps:

./bin/exc -f ~/ELV/MEDIA/TST/epcr-2023-24-r1-ospreys-v-benetton.mp4 -format fmp4-segment -seg-duration 30  -force-keyint 100 -deinterlace 1 -video-frame-duration-ts 256

Source 29.97fps:

./bin/exc -f ~/ELV/MEDIA/TST/RFD_CHNFR201401-01.mxf -format fmp4-segment -seg-duration 30.03  -force-keyint 60 -deinterlace 1 -video-time-base 30000 -video-frame-duration-ts 1001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant