Skip to content

Pradeeparul2/video-to-gif-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video(mp4) to Gif converter

How to use

  1. Clone code

     $ git clone https://github.com/Pradeeparul2/python-video-to-gif-converter.git
    
  2. Create virtual environment

     $ python3 -m venv myvenv
    
  3. Activate virtual environment

     # Mac OS / Linux
     $ source myvenv/bin/activate
     
     # windows
     $ myvenv\Scripts\activate
    
  4. Install requirements

     $ pip install streamlit
     $ pip install moviepy
    
  5. Run video2gif.py

     $ streamlit run video2gif.py
    

Screenshot

Screenshot 2022-08-08 at 4 13 48 PM Screenshot 2022-08-08 at 4 14 42 PM Screenshot 2022-08-08 at 4 16 00 PM