From f72780ad427f387454201ed7a73edfebebd2d8a4 Mon Sep 17 00:00:00 2001 From: Sercan Paspal Date: Sat, 25 Dec 2021 11:18:17 +0300 Subject: [PATCH] docker one shot run command without installation --- README.md | 4 ++++ readme.TR.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 248fa0e..a5db3ea 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ I show you which commands to run for video solutions you will need with about 20 Download FFmpeg to your computer for Windows => https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-latest-win64-gpl-shared-4.4.zip for Mac Os => https://evermeet After downloading from .cx/ffmpeg/ffmpeg-105012-gbb813ccb45.zip addresses, you can run ffmpeg as arguments by entering bin folder via terminal. +

Docker run without installation

+ +`docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) jrottenberg/ffmpeg` replace this command with `ffmpeg` command. +
  1. Convert any video format to other format.

  2. diff --git a/readme.TR.md b/readme.TR.md index c908144..e9cf07f 100644 --- a/readme.TR.md +++ b/readme.TR.md @@ -5,6 +5,10 @@ Windows için => https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ Mac Os için => https://evermeet.cx/ffmpeg/ffmpeg-105012-gbb813ccb45.zip Adreslerinden indirdikten sonra terminal üzerinden bin klasörüne girerek `ffmpeg argümanlar` şeklinde çalıştırabilirsiniz +

    Yükleme yapmadan docker ile çalıştırma

    + +`docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) jrottenberg/ffmpeg` komutunu `ffmpeg` komutu ile değiştirin. +
    1. Herhangi bir video formatını diğer formata çevirmek.