LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to capture movie trailers using mplayer (https://www.linuxquestions.org/questions/linux-general-1/how-to-capture-movie-trailers-using-mplayer-514164/)

dv502 12-27-2006 07:24 PM

How to capture movie trailers using mplayer
 
Hi,

I am using slackware 11, MPlayer 1.0pre8-3.4.6, mplayerplug-in v3.31 and Firefox/1.5.0.7 rv:1.8.0.7) Gecko/20060909. All are working fine. I am able to play
any video or audio from the internet. But I want to
have a copy of it.

I use google to search for mplayer on capturing
streaming video, but I get the same results like add
the -dumpfile -dunpstream options. But it doesn't work.

Here is what I type:

mplayer -dumpfile f4.mov -dumpstream http://images.apple.com/movies/fox/f...tlr1_h.320.mov

Here is the error message I get:

Playing http://images.apple.com/movies/fox/f...tlr1_h.320.mov.
STREAM_HTTP(1), URL: http://images.apple.com/movies/fox/f...tlr1_h.320.mov
Resolving images.apple.com for AF_INET...
Connecting to server images.apple.com[64.111.215.113]: 80...
Cache size set to 320 KBytes
Stream not seekable!
Core dumped

Exiting... (End of file)

I can play the video without the -dumpfile -dumpstream options from the command line, but I want to capture it.

Any ideas?

macemoneta 12-27-2006 07:52 PM

If the file is just a .avi, .mpg or .mov, it's not streaming. You just need to save the file. You can just retrieve it with wget:

wget http://somesite.com/som.mov

Sepero 12-27-2006 08:23 PM

Exactly. The video is not streaming at all. Just save the file directly to your disk at full quality.

dv502 12-27-2006 08:36 PM

Thanks to you all. It worked like you said. :)

Sepero 12-27-2006 08:41 PM

Twas a pleasure... NEXT! :D

kdekorte 01-09-2007 01:15 PM

Um... does the "right click - Save ... " not work easy enough for you with mplayerplug-in. Just hover your mouse over the movie. Right click and select Save as long as the media is not streaming you'll have a nice copy.

dv502 01-11-2007 09:11 PM

Quote:

Originally Posted by kdekorte
Um... does the "right click - Save ... " not work easy enough for you with mplayerplug-in. Just hover your mouse over the movie. Right click and select Save as long as the media is not streaming you'll have a nice copy.

Thanks kdekorte, I saw it in the menu while it is playing. Yes, it is easier that way ;)


All times are GMT -5. The time now is 08:38 PM.