* Dan Dennedy -- Tuesday 08 December 2009: > OK, what tool or device created the AVIs?
That was ffmpeg with the line below from an already bad vob file, created by a seemingly professional VHS->DVD converter machine in a photo shop. This had the play times all wrong. The ~30 min were shown as 13 second files in mplayer and kdenlive and could, thus, not be edited at all. I had to convert them to something to get the times fixed. ffmpeg -i VTS_01_$i.VOB -f avi -sameq -vcodec mpeg4 -acodec libmp3lame -ab 128k -y $i.avi m.
