How to read audio from a video path file in python or python 3 dream code tutorial how to get audio from video
Code is inspired from:
https://stackoverflow.com/questions/46864915/python-add-audio-to-video-opencv
Repo and the code:
https://github.com/thedreamcode/python_basics/blob/master/read_video_audio.py
Install python:
sudo apt-get install python-pip
pip install opencv-python
Install ffpyplayer library:
pip install ffpyplayer
pip install --upgrade cython
I case first lines don't work try:
pip install https://github.com/matham/ffpyplayer/archive/master.zip
for python 3:
pip3 install https://github.com/matham/ffpyplayer/archive/master.zip
Like, Share, Subscribe, Ring my bell!!!