Multimedia

Multimedia section. Here you can find tutorials to convert, manipulate and view videos or audio.

WinFF - Opensource Video Converter with GUI based on ffmpeg

WinFF is a GUI for the command line video converter, FFMPEG. It will convert most any video file that FFmpeg will convert. WinFF does multiple files in multiple formats at one time. You can for example convert mpeg's, flv's, and mov's, all into avi's all at once. WinFF is available for Windows 95, 98 , ME, NT, XP, VISTA, and Debian, Ubuntu, Redhat based GNU/Linux distributions.
WinFF Download from official website

Convert AVCHD/HDTV (MTS-M2TS) videos to AVI format

MTS or M2TS formats are MPEG Transport Stream used for blu-ray and for digital cameras. I've used a Sony camera to record a video and the result was a file with extension .MTS. After many tests I've found some tools to convert MTS format to another. First software is "xproc": this extract audio and video tracks from MTS with 2 output files (one .MPA and one .MPV). Second software is "ldecod" that convert MPV file to YUV. After this you can use "ffmpeg" for example to join audio and video(YUV) in AVI format.

Read more