Video grab using ffmpeg?


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) Video grab using ffmpeg?
# 1  
Old 12-27-2008
Video grab using ffmpeg?

Does anyone know how to grab video (screen) on Terminal using ffmpeg (not X11).

I have written a unix library and I'd like to make a short movie (demo) of it.

Tried: I already own SNapz Pro2 but it hangs the system (I have an old Powerbook 15" PPC). I guess my system is too slow for version 2.

I have tried some sharewares too, am in no mood of buying new stuff if i can use ffmpeg. ScreenFlick is good but puts a watermark. The resultant file for a full screen 2 minute or so movie is only 1-2 MB which is great.

Screen Movie Recorder also made a good demo movie (mov format) but its a 4 GB file.

The ffmpeg howto gives commands for video grab on X11, btw.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Recursive (Into subdirectories) ffmpeg generate jpg from video

My question is how to modify my existing script to generate from videos (mp4,avi,mkv etc...) jpegs via ffmpeg and keep folder name of generated jpg file? So if i have video in /home/videos/MyParty2009/SOmeDirR/VideoSomeTitle.mp4 and it will generate jpg with name of MyParty2009.jpg so the... (2 Replies)
Discussion started by: ZerO13
2 Replies

2. UNIX for Advanced & Expert Users

Ffmpeg (avconv) + crtmpserver Linux streaming video, no player to play it

Hello Linux experts, I'm working on live video streaming project, and my job is to create video streaming server using Ubuntu 13.04 Here is what I've done so far: 1. Installed crtmpserver from Ubuntu's repositories. 2. Installed ffmpeg To test the server i use webcam as source of video,... (0 Replies)
Discussion started by: +Yan
0 Replies

3. UNIX for Advanced & Expert Users

trim 165 MB video clip with ffmpeg (only last 3 minutes)

Hi original video clip > ls -alh reallynotpr0n.flv -rw-r--r-- 1 jonny staff 165M Nov 18 19:57 reallynotpr0n.flvtrying to cut only last 3 minutes of the clip out. > ffmpeg -i reallynotpr0n.flv -vcodec copy -acodec copy -ss 00:52:00 -t 00:03:48 trimmed_video.avi ffmpeg version 0.7.7,... (3 Replies)
Discussion started by: slashdotweenie
3 Replies

4. UNIX for Advanced & Expert Users

Video Cards :: Video Memory Intercept and Redirect

I need a broad spectrum understanding on this subject, and any help would be greatly appreciated. First of all, as I understand it... The way the video hardware works is the CPU sends information about input and possible changes to the display, the video card receives these changes, makes the... (2 Replies)
Discussion started by: ciNG
2 Replies

5. Linux

USB video capture? composite, s-video, etc

does anybody have any experience with any of these composite video to usb devices on linux? usb video capture - Google Product Search would like to get one but a linux newbie and having trouble figuring out if any are ported... i've found lots of things that link to freedesktop.org DisplayLink... (1 Reply)
Discussion started by: danpaluska
1 Replies
Login or Register to Ask a Question
FFMPEGTHUMBNAILER(1)					      General Commands Manual					      FFMPEGTHUMBNAILER(1)

NAME
ffmpegthumbnailer - fast and lightweight video thumbnailer SYNOPSIS
ffmpegthumbnailer [options] DESCRIPTION
Ffmpegthumbnailer is a lightweight video thumbnailer that can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. OPTIONS
-i<s> : input file -o<s> : output file -s<n> : thumbnail size (use 0 for original size) (default: 128) -q<n> : image quality (0 = bad, 10 = best) (default: 8) (only for jpeg) -c<s> : override image format (jpeg or png) (default: determined by filename) -t<n|s> : time to seek to (percentage or absolute time hh:mm:ss) (default: 10%) -a : ignore aspect ratio and generate square thumbnail -f : create a movie strip overlay -h : display this help AUTHOR
Written by Dirk Vanden Boer. REPORTING BUGS
Report bugs to <http://code.google.com/p/ffmpegthumbnailer/issues/list> COPYRIGHT
Copyright (C) 2008 Dirk Vanden Boer <dirk.vdb@gmail.com> This is free software. You may redistribute copies of it under the terms of the GNU General Public License (version 2 or later) <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. FFMPEGTHUMBNAILER(1)