DaveScripts.com
  • Posts (current)
  • Code Snippets
Posts: FFmpeg
Examples of ffmpeg command lines
August 6, 2017
 
Convert a batch of wav files to mp3
June 26, 2017
In a terminal/console window type:
for file in *.wav; do ffmpeg -i "$file" "`basename "$file" .wav`.mp3"; done
 
Recent Posts
  • PHP: Dropbox API OAuth Setup, Auth Process
  • PHP: Dropbox API OAuth Setup, PHP scripts
  • PHP: Dropbox API OAuth Setup
  • PHP: Using Guzzle to make URL GET and POST Requests
  • PHP: What is Composer, and How to use it

 

Categories
Angular
Bash
Bootstrap
Date/Time
Docker
FFmpeg
Ghostscript
htaccess
HTML
Javascript
jQuery
jQueryUI
Laravel
Mail
MAMP
MySQL
Node
PDF
PHP
Python
React.js
VirtualBox
Wordpress

Privacy Policy • Contact Us