LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-27-2009, 07:11 AM   #1
El_jeque
LQ Newbie
 
Registered: Feb 2009
Posts: 1

Rep: Reputation: 0
Question Kino - how to export still frames in a common image format


I am newbie cartoonist that trying to study the “frame by frame” action of a small clip. I herd that Kino can easily export to a variety of other video formats, including exporting still frames in most common image formats (such as .gif, .jpeg, ect). I went to file>publish_still I get a successful still frame export of a jpeg image. Great! However I would like to publish a series of these still frames in a row. I herd that the file>saving_still_frame or file>publish_smil will give me the series of still frames I am looking for; however when ever I use any of those two features I get this output window with this message:

“The blip.tv publishing script requires the following missing utilities: curl”

is there a cure? Or another video editor that can bring me the result I desire?
 
Old 02-27-2009, 07:34 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Install the curl package. The curl program downloads files given the url as an argument.

You can also use ffmpeg or mencoder to export images for each frame in a clip.

Quote:
Originally Posted by ffmpeg manpage
* You can extract images from a video:

ffmpeg -i foo.avi -r 1 -s WxH -f image2 foo-%03d.jpeg

This will extract one video frame per second from the video and will output them in files named foo-001.jpeg, foo-002.jpeg, etc. Images will be rescaled to fit the new WxH values.

The syntax "foo-%03d.jpeg" specifies to use a decimal number composed of three digits padded with zeroes to express the sequence number. It is the same syntax supported by the C printf
function, but only formats accepting a normal integer are suitable.

If you want to extract just a limited number of frames, you can use the above command in combination with the -vframes or -t option, or in combination with -ss to start extracting from a
certain point in time.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS frames: common links kpachopoulos Programming 4 12-28-2008 06:40 PM
Is there a way to export a LOGO image to other format? ciden Programming 2 03-20-2008 02:02 AM
Kino in slackware cant export as MPEG wakeboarder3780 Slackware 5 01-21-2007 06:05 AM
Kino, can't export to MPEG. Help? wakeboarder3780 Linux - Software 2 01-16-2007 04:18 AM
kino 0.7.5 won't export back to camcorder tvphil Linux - Software 0 04-14-2005 09:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration