AdamSpannbauer / python_video_stab

A Python package to stabilize videos using OpenCV
https://adamspannbauer.github.io/python_video_stab/html/index.html
MIT License
682 stars 118 forks source link

Keep audio in output #94

Open AdamSpannbauer opened 4 years ago

AdamSpannbauer commented 4 years ago

Investigate retaining audio from input file. Current behavior is that audio is ignored (as referenced in #93). What is cost/benefit of improving this behavior?