

So you might need a way to convert FLVs to MP4 format.įLVs and MP4s are actually very similar. So if you are recording an FLV and OBS crashes, the FLV should not get corrupted.įurthermore, users of OBS Studio might notice that (for the time being), FLV output is your only recording option. FLVs, however, don't have this problem, because the container is designed to be started and stopped at any time. If you're recording an MP4, and OBS crashes before the MP4 can finish saving, it will be corrupted. However, we know that OBS is beta software, and streaming is a complicated, resource-intensive process, and sometimes things crash. Usually, this means saving the video as an MP4 in your Broadcast settings. Just go to File > Remux recordings, select your FLV, and click Remux to convert them quickly to MP4.)Ī lot of streamers like to save a local copy of the video they stream out in order to edit it later, upload it to YouTube, or just keep an archive. Contact ALT today for to find out more.( Note for Studio users: OBS Studio can remux FLVs to MP4 as a built-in feature. Our IT consultants can help you with any custom software or automation project. Ls -f /home/vids/*.flv | while read -r file Įcho ffmpeg -y -i $name.flv -c:v libx264 -crf 19 -strict experimental $name.mp4ĪLT IT Consulting is a full service IT services firm.

In this particular example, both input output files are located in /home/vids. Once added, run update to get the ffmpeg package listing: Sudo add-apt-repository ppa:mc3man/trusty-media If you don't have FFmpeg installed, you have to run this command first to add the repository: FFmpeg doesn't come with Ubuntu 14.04 and a package repository needs to be added manually first. Converted videos can be moved elsewhere upon completion.Īs mentioned, we've used ffmpeg to accomplish this task, running under Ubuntu 14.04. We would like to share this small script, which our IT specialists have used for one of our video conversion projects. It parses a directory, finds all flv (Flash video) files and converts them to mp4. This script can be added to a cronjob to run on a scheduled basis. FFmpeg is a command line based tools which allows to do very neat video manipulations. There are many tools, including free ones that allow for video conversion, however, many of them use GUIs and don't allow for automation of tasks.
