You are not logged in.

#1 2009-06-11 18:52:30

EvasiveFR
Member
Registered: 2009-04-07
Posts: 35

Looking for un program (create thumnail images, preview of a video)

Hey smile

I'm looking for un program on Archlinux.
I want to create some thumbnail images, where we can see a sort of preview of a video like here
I don't want to use Media Player Classic with Wine, i'm looking for a native application on Archlinux big_smile

I don't know if i'm very clear...

Thanks smile


Sorry for my english... I'm a french user !
If you don't understand what I say, just ask me ^^

Offline

#2 2009-06-12 08:39:44

EvasiveFR
Member
Registered: 2009-04-07
Posts: 35

Re: Looking for un program (create thumnail images, preview of a video)

Nobody know sad ?


Sorry for my english... I'm a french user !
If you don't understand what I say, just ask me ^^

Offline

#3 2009-06-12 10:27:20

whoops
Member
Registered: 2009-03-19
Posts: 891

Re: Looking for un program (create thumnail images, preview of a video)

Guess you can do that with ffmpeg and imagemagick - in a single line, too (or 3, if you're NOT crazy...).

something like (pseydocommand!):
for shot in (1, 2, 3, 4) do ffmpeg -i video.flv -an -ss 00:0$shot:00 -an -r 1 -vframes 1 -y | notsureifyoucanpipeto mogrify_or_something --put_position $shot*blubb --render_text...

If you're lucky, maybe someone who already figured something like that out will post it here, but it might be faster to look at the man pages yourself. Or you can always just make the thumbnails with ffmpeg and do the rest with gimp manually.

Offline

#4 2009-06-12 20:11:14

EvasiveFR
Member
Registered: 2009-04-07
Posts: 35

Re: Looking for un program (create thumnail images, preview of a video)

I would prefer to use a GUI interface and something to do this task automaticaly.
I don't have time to do it with gimp hmm

Any suggestion ?


Sorry for my english... I'm a french user !
If you don't understand what I say, just ask me ^^

Offline

#5 2009-06-12 22:37:48

droog
Member
Registered: 2004-11-18
Posts: 877

Re: Looking for un program (create thumnail images, preview of a video)

EvasiveFR wrote:

I would prefer to use a GUI interface and something to do this task automaticaly.
I don't have time to do it with gimp hmm

Any suggestion ?

you're probably not wanting a file manager but this is the main thing i use rox for with videothumbnail, makes nice thumbs to browse.
i think i changed the size for large thumbnails to 120 in pixmaps.h
but it looks similar to the screen you linked to.
rox-thumb.png

Offline

#6 2009-06-13 07:32:58

EvasiveFR
Member
Registered: 2009-04-07
Posts: 35

Re: Looking for un program (create thumnail images, preview of a video)

Hum
I want to take multiples screenshot of a same video included in an image file.
It's no very easy to explain because I don't speak english well, but the result have to be the same than here


Sorry for my english... I'm a french user !
If you don't understand what I say, just ask me ^^

Offline

#7 2009-06-13 11:30:05

lzs
Member
Registered: 2008-01-23
Posts: 39

Re: Looking for un program (create thumnail images, preview of a video)

There is vcs in the AUR. My favourite is mtn. However they don't have a gui.

Offline

#8 2009-06-13 15:42:13

Nezmer
Member
Registered: 2008-10-24
Posts: 559
Website

Re: Looking for un program (create thumnail images, preview of a video)

videocut
http://aur.archlinux.org/packages.php?ID=21654

I maintain the pkg in AUR so If you have any problems just ask .

Last edited by Nezmer (2009-06-13 15:43:30)


English is not my native language .

Offline

#9 2009-06-13 16:14:32

EvasiveFR
Member
Registered: 2009-04-07
Posts: 35

Re: Looking for un program (create thumnail images, preview of a video)

Nezmer wrote:

videocut
http://aur.archlinux.org/packages.php?ID=21654

I maintain the pkg in AUR so If you have any problems just ask .

EXACTLY what I wanted smile
Thank you very much Nezmer, it's so perfect big_smile


Sorry for my english... I'm a french user !
If you don't understand what I say, just ask me ^^

Offline

#10 2009-06-24 15:37:18

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: Looking for un program (create thumnail images, preview of a video)

lzs wrote:

There is vcs in the AUR. My favourite is mtn. However they don't have a gui.

vcs is awesome! Because it's all in one bash script tongue

22100965.png

Last edited by lolilolicon (2009-06-24 15:37:52)


This silver ladybug at line 28...

Offline

Board footer

Powered by FluxBB