Skip to content

A Alpine based docker image to convert webm to mp4 without having to install ffmpeg locally which in my case is conflicting with AMD VideoCard Libs

License

Notifications You must be signed in to change notification settings

bruno-sf/conversor-webm-mp4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

conversor-webm-mp4

An Alpine based docker image to convert webm to mp4 without having to install ffmpeg locally which in my case is conflicting with AMD VideoCard Libs

Link:https://hub.docker.com/repository/docker/brunoferreira/conversor-webm-mp4

Why this?

I've been using for a time a bash alias with some useful command using the ffmpeg for converting media files. After updating my videocard ATI/AMD I discover a pretty annoying bug that messup with my ffmpeg, after a workaround using an isolated ffmpeg instalation at /home/$USER/ffmpeg, I decide to move change my alias to something more clean using Docker. TLDR: Docker to the rescue!

error

Prerequisites

  • Docker 🐋

Usage

The usage is pretty forward, just pass the directory with the videos you want to convert using -v argument.

docker run -it -v ${PWD}:/conversor conversor-webm-mp4

run

TODO and Thoughts 💭

TODO.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A Alpine based docker image to convert webm to mp4 without having to install ffmpeg locally which in my case is conflicting with AMD VideoCard Libs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published