Avi to WebM convert
This script converts all avi files (readable by ffmpeg) in the current directory to VP8/Vorbis videos, also known as WebM.
Requirements
- php5-cli
- ffmpeg (with libvpx and libvorbis support + any other codecs that are going to be read)
- coreutils
Tested on Linux.
The script (version 1.0.3)
ckallavi2webm.php (line 1)
- #!/usr/bin/php -q
- <?php
- /*
- CkAllAvi2Webm - convert all avi files to webm using ffmpeg
- Copyright (C) 2011 Ćukasz "Cyber Killer" Korpalski
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- foreach($names as $name)
- {
- }
- ?>
Just click grab to save the file, or copy&paste it yourself to your favorite editor. Remember to add executable permissions.
License
This program is under the GNU GPL v3 or later.
There are no comments on this page. [Add comment]