Status
Not open for further replies.

t3od0r

Active Member
1,419
2008
183
10
I just found a great program to make thumbnails for movies, but is for windows
Code:
http://www.suu-design.com/projects.html#VTM
is there one for linux that will do the same thing? + to add a watermark?
[slide]http://www.suu-design.com/Files/Demo/demo1.jpg[/slide]
 
10 comments
I use dhyana.pl on Linux, it's a nice perl script and should even do fine on a server. About watermarking I don't reall know, but you could use imagemagick for that. Google should find several solutions on that subject.

And now just being courious, don't you think it's a bit weird, to use watermarks on screencaps you are going to post with copyright protected material?
 
[slide]http://imgby.com/chuck301hd.jpg[/slide]

There you go. It is configurable somehow with commanline options. but I never really took the time to learn them. It has always been good enough for me.

EDIT: Played around a bit an it looked a lot better than the first one. :)

[slide]http://imgby.com/chuck3qhq.jpg[/slide]

The syntax i used:
Code:
dhyana.pl --background black --color grey -v --heading-font-family /usr/share/fonts/TTF/arial.ttf --heading-colour video.avi
Just create an alias for that command and it should be very easy to use.
 
if you need some thing in command line..

you can try ffmpeg
apt-get install ffmepg for debian based
and you may have to install from source if its rhel based
Code:
ffmpeg  -itsoffset -SECONDSHERE  -i MYMOVIE.AVI -vcodec mjpeg -vframes 1 -an -f rawvideo -s 800x600 test.jpg
replace SECONDSHERE for the instant in which you need the screenshot.
and MYMOVIE.AVi with the video..
you can use any format for input bay make sure you have that codec..

I have written a bash script which will do it :D
 
I think he got it sorted in the last 4 years :whistling:

Yeah I think so too, I accidentally posted this in the wrong thread! DOH

__________________
Added after 1:

I use dhyana.pl on Linux, it's a nice perl script and should even do fine on a server. About watermarking I don't reall know, but you could use imagemagick for that. Google should find several solutions on that subject.

And now just being courious, don't you think it's a bit weird, to use watermarks on screencaps you are going to post with copyright protected material?

I don't put them on copyright protected intellectual property.

Even if I was, your uploading the material to the web, so whats the difference? The watermarks would simply help people find the site to download the file on.
 
Last edited:
@Eddie Johnson you high bro ?
This thread is of 2010 and all the posts before yours were of 2010 so why are u answering to posts of 2010 even when Gavo stated that it was a thread that was created 4 years ago ;)
 
Status
Not open for further replies.
Back
Top