video-conversion

DVD to FLV File Conversion Using PHP -- Is this Doable? Insane? What are alternatives?

So I have users who have told me they are interested in being able to upload videos to my site straight from DVD's (for which they own the rights, of course). I've never encountered this before, but I would imagine this would take an enormous amount of resources and would clog up the servers, which I would like to avoid. A basic googl...

how to convert high quality .wmv file using ffmpeg

Please guide me how to solve this issue. Below is what I got when try to convert wmv format file to .flv. ffmpeg -i full.wmv -ar 48000 -ab 192000 -b 293000 -r 15 -s 640x480 full.flv FFmpeg version SVN-r13582, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --prefix=/usr --libdir=${prefix}/lib --shlibdir=${prefix}/lib -...