#!/bin/sh # I am trying to convert ts files from my DVB card into VOB files # for DVD's. # # The folowing command produces an error about non-monotone timestamps. # # I am not sure whether this is considered a bug, but I've seen it # mentioned multiple times on the Internet without an apparent # solution to it. # # Claus Fischer claus.fischer@clausfischer.com ffmpeg -i nonmonotone.ts -vcodec copy -acodec copy -f vob t.vob