FFMPEG (Fast Forward Moving Pictures Expert Group):
FFmpeg is a command line tool used for performing various conversion operations on audio and video files.
FFMPEG Installation:
FFmpeg is free and open source. You’ll be able to install it on your Windows PC as well as your Linux server.
sudo apt-get install software-properties-common python-software-properties sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next sudo apt-get update sudo apt-get install ffmpeg
Basic Syntax:
The most basic form of an FFmpeg command
ffmpeg -i input_filename output_filename.extension
"ffmpeg" reads from an arbitrary number of input "files", specified by the -i option, and writes to an arbitrary number of output "files", which are specified by output filename.
import os Input_file_path = '/home/xyz/Input_file_path.mp3' Output_file_path = '/home/xyz/'(Path to store converted file) os.system("ffmpeg -i "+Input_file_path+" -strict experimental "+Output_file_path+".extension")
This will convert the video/Audio to required formats.
Micropyramid is a software development and cloud consulting partner for enterprise businesses across the world. We work on python, Django, Salesforce, Angular, Reactjs, React Native, MySQL, PostgreSQL, Docker, Linux, Ansible, git, amazon web services. We are Amazon and salesforce consulting partner with 5 years of cloud architect experience. We develop e-commerce, retail, banking, machine learning, CMS, CRM web and mobile applications.
Django-CRM :Customer relationship management based on Django
Django-blog-it : django blog with complete customization and ready to use with one click installer Edit
Django-webpacker : A django compressor tool
Django-MFA : Multi Factor Authentication
Docker-box : Web Interface to manage full blown docker containers and images
More...