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
XScreenSaver(1) 					      General Commands Manual						   XScreenSaver(1)

NAME
xscreensaver-getimage - put some randomly-selected image on the root window SYNOPSIS
xscreensaver-getimage [-display host:display.screen] [--verbose] window-id DESCRIPTION
The xscreensaver-getimage program is a helper program for the xscreensaver hacks that manipulate images. This is not a user-level command. This program selects a random image, and puts it on the specified window. This image might be a snapshot of the desktop; or a frame cap- tured from the system's video input; or a randomly-selected image from disk. OPTIONS
xscreensaver-getimage reads the ~/.xscreensaver file for configuration information. It uses these settings: grabDesktopImages Whether it is acceptable to grab snapshots of the desktop. The security paranoid might want to turn this off, to avoid letting people see (but not touch!) your desktop while the screen is locked. grabVideoFrames Whether it is acceptable to grab frames of video from the system's video input. Grabbing of video is done by invoking the xscreen- saver-getimage-video(1) program. chooseRandomImages Whether it is acceptable to display random images found on disk. Selection and loading of images is done by invoking the xscreensaver- getimage-file(1) program. imageDirectory When loading images from disk, this is the directory to search. The directory will be searched recursively, and all files in it are assumed to be images. If none of the three options are set to True, then video colorbars will be displayed instead. BUGS
If the target window is not the root window, then this program will always grab a desktop image. This means that if an image-manipulating xscreensaver mode is run in a normal window, it will always operate on a desktop image; it's only when it is run in -root mode (or when invoked by xscreensaver) that it will load image files or grab video. SEE ALSO
X(1), xscreensaver(1) xscreensaver-demo(1) xscreensaver-getimage-file(1) xscreensaver-getimage-video(1) COPYRIGHT
Copyright (C) 2001 by Jamie Zawinski. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. AUTHOR
Jamie Zawinski <jwz@jwz.org>, 14-Apr-01 X Version 11 03-Feb-2003 (4.07) XScreenSaver(1)