Skip to content

docker one shot run command without installation #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<h3>Docker run without installation</h3>

`docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) jrottenberg/ffmpeg` replace this command with `ffmpeg` command.

<ol>
<li><h2>Convert any video format to other format.</h2> </li>

Expand Down
4 changes: 4 additions & 0 deletions readme.TR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<h3>Yükleme yapmadan docker ile çalıştırma</h3>

`docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) jrottenberg/ffmpeg` komutunu `ffmpeg` komutu ile değiştirin.

<ol>
<li><h2>Herhangi bir video formatını diğer formata çevirmek.</h2> </li>

Expand Down