Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
spanish_prisoner_the [2014/02/15 18:43]
beandog created
spanish_prisoner_the [2014/02/15 18:59]
beandog
Line 2: Line 2:
  
   * [[Problem DVDs]]   * [[Problem DVDs]]
 +
 +For the record, this is a really cool indy movie. :)
 +
 +Here's my notes regarding this one:
 +
 +<​code>​
 +I had a tricky time getting the trailer off of The Spanish Prisoner.
 +
 +Here's what happened:
 +
 +lsdvd reports one track, the movie.
 +
 +mplayer-svn dvdnav:// says there are trailers on there.
 +
 +I used vobcopy -m to copy the entire disc.  It copied a VIDEO .vob, 86mb 
 +in size which looked like a trailer.
 +
 +The vob had the studio intro and FBI warning at the beginning.
 +
 +I used ffmpeg to copy it directly but skip the intro:
 +
 +ffmpeg -y -i VIDEO_TS.VOB ​ -ss 32 -vcodec copy -acodec ​ copy trailer.vob
 +
 +Worked like a charm. ​ ffmpeg took a second to run, and the trailer ​
 +started where I wanted it to. :)
 +
 +Meh.  Second time it dropped the audio. :T
 +</​code>​

Navigation