
You can take advantage of this script to record your videos in more step and then join the videos together with join mp4 together. Today we want to make a simple script that allows you to record the screen with your voice from the mic avoding to overwrite what you eventually recorded in a previous time. If you want to record the screen you could simply use the ffmpeg command, but if you want to make something a little more sofisticated you can combine the use of ffmpeg with python to get incredible results. How to avoid recording over the previous recordings Go here to see how: click on this link to see how to install ffmpeg All builds require at least Windows 7 or Mac OS X 10.10.įirst of all you need to install ffmpeg: its a great free tool with a tons of features. Install ffmpegįFmpeg is the leading multimedia framework to decode, encode, transcode, mux, demux, stream, filter and play. The video output is very light as it does not occupy much memory. If you don’t do much of reworking on the videos, like me, this could be the right instruments for you if you want somethin raw but immediate. This is the fastest way to record your screen. They have been ignored, or old ones used instead.Īn alternative idea I tried was to use the ubuntu 18.04 image.Almost all the videos that I upload to youtube uses this method that I am going to explain here. N: See apt-secure(8) manpage for repository creation and user configuration details.Į: Some index files failed to download. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. W: The repository ' jessie-backports Release' does not have a Release file. Sudo apt-get update & sudo apt-get upgrade -y Sudo sh -c 'echo "deb jessie-backports main" > /etc/apt/sources.list' Both give me the same error: #!/bin/bash -eo pipefail I read somewhere to use “docker run” to install ffmpeg directly onto the image but I’m not experienced in docker either.

W: Failed to fetch Unable to find expected entry ‘main/binary-amd64/Packages’ in Release file (Wrong sources.list entry or malformed file)

Sudo add-apt-repository -y ppa:jonathonf/ffmpeg-4 Sudo apt-get install software-properties-common I tried the following as a test: version: 2 I can’t use a docker image for ffmpeg because that’s not how our system runs. Previous dev set up environment and I need to add ffmpeg to our image since we run a system call for ffmpeg.
