I use python opencv2 for join jpg frames to video, but I can't add audio to it. It's possible to add audio to video in python without ffmpeg?
相关问题
- How to get the background from multiple images by
- Django __str__ returned non-string (type NoneType)
- How to postpone/defer the evaluation of f-strings?
- ImportError shows up with py.test, but not when ru
- Comparing pd.Series and getting, what appears to b
相关文章
- Airflow depends_on_past explanation
- Handling ffmpeg library interface change when upgr
- How to use a framework build of Python with Anacon
- Raspberry Pi-Python: Install Pandas on Python 3.5.
- Numpy array to TFrecord
- How to split a DataFrame in pandas in predefined p
- Error following env.render() for OpenAI
- AttributeError: 'Series' object has no att
Use ffpyplayer to handle the audio part.
The sample code will work but you need to play around the cv2.waitKey(28) depending on the speed of your video.