Streamlit didn't work with avi. ffmpeg tool worked for converting from avi to mp4
What did not work
ffmpeg -i video_Raw.avi -c:v copy -c:a copy -y video_Raw_New.mp4
What Worked
ffmpeg -y -i video_Raw.avi -vcodec libx264 video_Raw_New.mp4
Keep Learning!!!
No comments:
Post a Comment