Repacking a .VOB with ffmpeg
Repacking to a .vob works but is limited in that subtitles can't be included, the input video has to be level 4.1 and fast forward/rewind it not possible on the PS3. Change the frame rate as required in the command below.ffmpeg -r 23.976 -f h264 -i movie.h264 -f ac3 -i movie.ac3 -vcodec copy -acodec copy -f vob movie.vob
$Id: MKVtoVOB,v 1.2 2008/05/29 16:56:49 martin Exp $
Wiki Index All Recent Edit Top

