Slashdot Mirror


Best Way to Grab Movie Clips?

DorkusMasterus asks: "I work for my church in a volunteer sense, and I'm trying to produce a video that will incorporate video clips from films (short, less than 30 seconds per clip, more likely 5-10 seconds), and I am wondering what you fine folks use to grab clips from DVD and TV (in preferably an MPEG or AVI format when completed). Please keep in mind that I am not interested in something that would copy a full-length film, nor am I'm not advocating discussion on how to best pirate films. What utilities would you use to retrieve short clips from DVDs and other digital sources?"

4 of 58 comments (clear)

  1. DVD Shrink & TMPGenc by dada21 · · Score: 4, Informative

    I run a church media ministry out of my home, and we use DVD Shrink. The software is freeware, and it is excellent. It lets you select what scenes/chapters/frames you want to copy, and creates a new DVD-compatible clip on your hard drive. What is nice about VOB files (the DVD files) is that they are MPEG-compliant, so you can just rename the VOB extension to MPG and off you go.

    If you need to shrink the file to lower res than DVD, I recommend TMPGenc, which works very well. You can also import your VOB/MPG into Adobe Premiere Pro and export it to a new format, while editing clips together with fades, titles, etc.

    What is your budget? Do you prefer F/OSS? Windows? Mac? Linux?

  2. Re:"But I only stole the hubcaps!" by earnest+murderer · · Score: 4, Insightful

    Fair use covers the use of short clips in specific circumstances.

    Also, copyright infringement is not theft.

    --
    Platform advocacy is like choosing a favorite severely developmentally disabled child.
  3. Re:"But I only stole the hubcaps!" by EzInKy · · Score: 4, Insightful


    I don't know if you're the religious type (I assume so if you're volunteering for your church) but stealing short clips is still stealing. "Thou shall not steal" doesn't come with size qualifiers.


    Funny thing is that no matter how large a portion he uses nothing is missing from the original work. Nothing missing, nothing stolen.


    Producing a video for an audience to watch is even worse, you're basically using someone else's effort to create a product.


    Nobody creates anything in a vacuum so every new work is based on someone else's effort.


    And soliciting advice on how to hack into DVDs is a violation of the DMCA, agree with it or not.


    Most religions require their followers to violate immoral laws.

    --
    Time is what keeps everything from happening all at once.
  4. MEncoder by Dutch_Cap · · Score: 4, Informative
    MEncoder (the media encoder that comes with mplayer) should be able to do this pretty easily.

    mencoder -oac copy -ovc copy -ss <START> -endpos <END> dvd://<CHAPTER> -of mpeg -o <FILENAME>.mpg
    ..will copy part of the video to an mpeg file, where START and END are formatted as [[HOURS:]MINUTES:]SECONDS. Note that -endpos is relative to the starting position, it's not the position in the file.