This is videoconv
This is a little script to convert mjpeg Videos to vcd, svcd, divx and optionally burn them.
It is only a simple frontend to mjpeg-tools and transcode. Therefore you need these helpful tools:
- mjpegtools (Converting)
- transcode (DIVX)
- videocodecs you want to use with transcode (divx5, opendivx and xvid)
- vcdimager (what may this be for ?)
- cdrdao (burning)
Youseful but not mandatory, versions may be higher:
divx4linux
libdvdcss2
libdvdread
libfame
win32-codecs
xvid
Consider that this is only a frontend to transcode. If some of your formats are not supported, so first take a look at transcode.
Martin Ament (videoconv@aments.de)
This script is licenced under the GPL (http://www.gnu.org/copyleft/gpl.html) see COPYING for details
If you find this useful write a nice greeting to my guestbook (http://www.aments.de)
so my wife my hopefully understand what I'm doing all the time at my linuxbox
To install simply call setup.sh
# Changelog
Version 0.3
Quality of the generated videos was improved
Added support for multipassencoding with divx
PCB-Menusupport added for VCD und SVCD with vcdxgen
Changed $ to * for the wildcard in the vcdxgen part. This should fix the error with the vcdmenuecreation
Added option -x <ac_trimpcodec> to transcode, because autodection of some avifiles failed
Some minor bugfixes
