Skip to content
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