DEVENKAN
my personal blog page
Wednesday, September 19, 2018
download and install ffmpeg
got to site:
https://ffmpeg.zeranoe.com/builds/
and download ffmpeg zip file on your pc
unzip the file
go inside folder
and move bin folder to c:\
now go to system properties
then in path include c:\bin\ file
by adding ; to
now open cmd
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
looping videos and images on python using ffmpeg
#these program uses -stream_loop option import os #loop four times os.system("ffmpeg -stream_loop 4 -i output.avi -c copy outputqsa....
installing numpy,mkl, matplotlib,scipy,pandas and scikit-learn in windows
DATASCIENCE pip install -U pip pip install nmap pip install matplotlib pip install scipy pip install scikit-learn pip install pandas ...
Simple python program
import random def add(list1): c=0 for x in list1: c+=x return c def mean(c): result=c/9 return result def median(list1,n)...
No comments:
Post a Comment