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

frameblend.cpp next steps #10

Open
joncampbell123 opened this issue Aug 28, 2018 · 5 comments
Open

frameblend.cpp next steps #10

joncampbell123 opened this issue Aug 28, 2018 · 5 comments

Comments

@joncampbell123
Copy link
Owner

joncampbell123 commented Aug 28, 2018

  • Disable/reduce frame blending when the source frame rate is at or close to the target frame rate (to avoid cases where all frames are averaged constantly causing unnecessary blur) [DONE]
  • Add command line options to allow the user to control output frame rate [DONE]
  • Add user control of final video bitrate
@chezsick
Copy link

chezsick commented Sep 6, 2018

And The Sound? Not Included In Output

@joncampbell123
Copy link
Owner Author

joncampbell123 commented Sep 6, 2018

Not yet implemented, sorry.

Currently I use it to convert the video frame rate, then ffmpeg -acodec copy -vcodec copy to merge the new file's video with the old file's audio.

@chezsick
Copy link

chezsick commented Sep 6, 2018

OK, But I Can Use Your FFMPEG_NTSC To Include The Sound ::::::: ffmpeg_ntsc -i originalvideo.mp4 -i videobyframblend.avi -o videobyffmpegntsc.avi

@CoolOppo
Copy link

CoolOppo commented May 4, 2019

NVidia released an optical flow SDK that might help for this if you're interested:
https://developer.nvidia.com/opticalflow-sdk

@joncampbell123
Copy link
Owner Author

@CoolOppo I'm not, but someone else is welcome to combine that with this code.

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

No branches or pull requests

3 participants