joncampbell123 / composite-video-simulator

Code to process video to simulate analog composite video.
130 stars 17 forks source link

frameblend.cpp next steps #10

Open joncampbell123 opened 5 years ago

joncampbell123 commented 5 years ago
chezsick commented 5 years ago

And The Sound? Not Included In Output

joncampbell123 commented 5 years ago

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 commented 5 years ago

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

CoolOppo commented 5 years ago

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

joncampbell123 commented 5 years ago

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