Çapraz platform video ve ses dönüştürme araçları - Cross-platform video and audio conversion tools
- Özellikler / Features
- Scriptler / Scripts
- Kurulum / Installation
- Kullanım / Usage
- Örnekler / Examples
- Gereksinimler / Requirements
- Çapraz Platform: Windows Batch ve Linux Bash script desteği
- Esnek Kullanım: Tekil dosya, klasör veya doğrudan çalıştırma
- Sürükle-Bırak Desteği: Dosya veya klasörleri script üzerine sürükleyip bırakın
- Toplu İşleme: Bir klasördeki tüm dosyaları otomatik dönüştürme
- Opsiyonel Argümanlar: Gelişmiş kullanım için komut satırı argümanları
- Hata Yönetimi: Detaylı hata mesajları ve FFmpeg kontrolü
- Cross-Platform: Windows Batch and Linux Bash script support
- Flexible Usage: Single file, folder, or direct execution
- Drag & Drop Support: Drag and drop files or folders onto scripts
- Batch Processing: Automatically convert all files in a folder
- Optional Arguments: Command-line arguments for advanced usage
- Error Handling: Detailed error messages and FFmpeg checks
🇹🇷 Türkçe: MP4 videolardan ses çıkararak MP3 formatına dönüştürür
🇬🇧 English: Extracts audio from MP4 videos and converts to MP3 format
Dosyalar / Files: batch/mp42mp3.bat
, bash/mp42mp3.sh
🇹🇷 Türkçe: MP3 dosyalarını kapak resimli MP4 videolara dönüştürür
🇬🇧 English: Converts MP3 files to MP4 videos with cover art
Dosyalar / Files: batch/mp32mp4.bat
, bash/mp32mp4.sh
🇹🇷 Türkçe: Videoları ve sesi ters çevirir, dosya adını da tersine çevirir
🇬🇧 English: Reverses video and audio, also reverses filename
Dosyalar / Files: batch/invertmp4.bat
, bash/invertmp4.sh
🇹🇷 Türkçe: MOV dosyalarını yüksek kaliteli MP4 formatına dönüştürür
🇬🇧 English: Converts MOV files to high-quality MP4 format
Dosyalar / Files: batch/mov2mp4.bat
, bash/mov2mp4.sh
🇹🇷 Türkçe: MP3'leri sabit resim arka planlı MP4'lere dönüştürür (varsayılan: ata.jpg)
🇬🇧 English: Converts MP3s to MP4s with static image background (default: ata.jpg)
Dosyalar / Files: batch/mp32mp4j.bat
, bash/mp32mp4j.sh
🇹🇷 Türkçe: Video görüntüsünü yatay olarak ayna efekti uygular
🇬🇧 English: Applies horizontal mirror (flip) effect to video
Dosyalar / Files: batch/flipmp4.bat
, bash/flipmp4.sh
🇹🇷 Türkçe:
- Scoop ile (önerilen):
scoop install ffmpeg
- Chocolatey ile:
choco install ffmpeg
- Manuel kurulum:
- FFmpeg resmi sitesinden indirin
- ZIP'i açın ve
bin
klasörünü sistem PATH'ine ekleyin
🇬🇧 English:
- Using Scoop (recommended):
scoop install ffmpeg
- Using Chocolatey:
choco install ffmpeg
- Manual installation:
- Download from FFmpeg official site
- Extract ZIP and add
bin
folder to system PATH
Debian/Ubuntu:
sudo apt update && sudo apt install ffmpeg
CentOS/RHEL:
sudo yum install ffmpeg
# veya / or
sudo dnf install ffmpeg
Arch Linux:
sudo pacman -S ffmpeg
Fedora:
sudo dnf install ffmpeg
🇹🇷 Türkçe:
- Batch dosyalarını istediğiniz klasöre kopyalayın
- FFmpeg'in kurulu olduğundan emin olun
- Script'i çift tıklayın VEYA dosya/klasörü script üzerine sürükleyip bırakın
🇬🇧 English:
- Copy batch files to your desired folder
- Ensure FFmpeg is installed
- Double-click script OR drag and drop file/folder onto script
🇹🇷 Türkçe:
- Bash scriptlerini indirin
- Çalıştırma izni verin:
chmod +x bash/*.sh
- Script'i çalıştırın:
./bash/mp42mp3.sh
🇬🇧 English:
- Download bash scripts
- Make executable:
chmod +x bash/*.sh
- Run script:
./bash/mp42mp3.sh
🇹🇷 Türkçe: Script'i çift tıklayın (Windows) veya terminalden çalıştırın (Linux). Bulunduğu klasördeki tüm uygun dosyaları dönüştürür.
🇬🇧 English: Double-click script (Windows) or run from terminal (Linux). Converts all suitable files in current folder.
🇹🇷 Türkçe: Dosyayı script üzerine sürükleyip bırakın.
🇬🇧 English: Drag and drop file onto script.
🇹🇷 Türkçe: Klasörü script üzerine sürükleyip bırakın, klasördeki tüm uygun dosyalar dönüştürülür.
🇬🇧 English: Drag and drop folder onto script, all suitable files in folder will be converted.
mp42mp3.bat "video.mp4" "output_folder"
mp32mp4.bat "song.mp3" "cover.jpg" "output_folder"
invertmp4.bat "video.mp4" "output_folder"
mov2mp4.bat "video.mov" "output_folder"
mp32mp4j.bat "song.mp3" "custom_image.jpg" "output_folder"
flipmp4.bat "video.mp4" "output_folder"
./mp42mp3.sh "video.mp4" "output_folder"
./mp32mp4.sh "song.mp3" "cover.jpg" "output_folder"
./invertmp4.sh "video.mp4" "output_folder"
./mov2mp4.sh "video.mov" "output_folder"
./mp32mp4j.sh "song.mp3" "custom_image.jpg" "output_folder"
./flipmp4.sh "video.mp4" "output_folder"
# Mevcut klasördeki tüm MP4'leri MP3'e çevir
./mp42mp3.sh
# Tekil MOV dosyası dönüştürme
./mov2mp4.sh "/yol/video.mov"
# MP3'ü özel kapak resmi ile MP4'e çevir
./mp32mp4j.sh "sarki.mp3" "kapak_resmi.jpg" "/cikti/klasoru"
# Video'ya ayna efekti uygula
./flipmp4.sh "video.mp4"
# Klasördeki tüm videoları ters çevir
./invertmp4.sh "/yol/videolar/"
# Convert all MP4 files in current folder to MP3
./mp42mp3.sh
# Convert single MOV file
./mov2mp4.sh "/path/to/video.mov"
# Convert MP3 to MP4 with custom cover image
./mp32mp4j.sh "song.mp3" "cover_image.jpg" "/output/folder"
# Apply mirror effect to video
./flipmp4.sh "video.mp4"
# Reverse all videos in folder
./invertmp4.sh "/path/to/videos/"
Script | Girdi / Input | Çıktı / Output | Özel Parametreler / Special Parameters |
---|---|---|---|
mp42mp3 | MP4 | MP3 | - |
mp32mp4 | MP3 | MP4 | Kapak resmi / Cover image |
invertmp4 | MP4 | MP4 (ters / reversed) | - |
mov2mp4 | MOV | MP4 | - |
mp32mp4j | MP3 | MP4 | Resim dosyası / Image file |
flipmp4 | MP4 | MP4 (ayna / mirrored) | - |
- FFmpeg (zorunlu / mandatory)
- Bash (Linux için / for Linux)
- Windows Command Prompt (Windows için / for Windows)
- Yeterli disk alanı / Sufficient disk space
- FFmpeg (mandatory)
- Bash (for Linux)
- Windows Command Prompt (for Windows)
- Sufficient disk space
- Tüm script'ler hata kontrolleri içerir
- FFmpeg kurulu değilse uyarı verir ve çıkar
- Dönüştürme işlemi sırasında detaylı log gösterir
- Geçici dosyalar otomatik temizlenir
- Büyük dosyalar için yeterli disk alanı olduğundan emin olun
- All scripts include error checking
- Warns and exits if FFmpeg is not installed
- Shows detailed logs during conversion
- Temporary files are automatically cleaned
- Ensure sufficient disk space for large files
🇹🇷 Türkçe:
- Projeyi fork edin
- Feature branch oluşturun (
git checkout -b feature/özellik
) - Değişikliklerinizi commit edin (
git commit -m 'Yeni özellik eklendi'
) - Branch'inizi push edin (
git push origin feature/özellik
) - Pull Request oluşturun
🇬🇧 English:
- Fork the project
- Create feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to branch (
git push origin feature/amazing-feature
) - Open Pull Request
Bu proje MIT lisansı altında lisanslanmıştır.
This project is licensed under the MIT License.
# MP4'ten MP3'e dönüştür
mp42mp3.bat
# MOV'dan MP4'e dönüştür
mov2mp4.bat
# Video'yu ters çevir
invertmp4.bat
# Script'lere çalıştırma izni ver
chmod +x bash/*.sh
# MP4'ten MP3'e dönüştür
./mp42mp3.sh
# Video'ya ayna efekti uygula
./flipmp4.sh
# MP3'ü MP4'e dönüştür
./mp32mp4.sh
🇹🇷 Türkçe: Script'leri kullanmaya başlamak için FFmpeg'in kurulu olduğundan emin olun ve istediğiniz script'i çalıştırın!
🇬🇧 English: Make sure FFmpeg is installed and run your desired script to get started!