Archive:Kdenlive/Manual/Capturing: Difference between revisions

From KDE UserBase Wiki
(move previous update to a footnote)
No edit summary
Line 41: Line 41:
<!--T:13-->
<!--T:13-->
This is for capturing from Blackmagics [http://www.blackmagic-design.com/uk/products/decklink/ decklink] video capture cards (AFAIK). Not sure how stable this code is at the moment. See defect [http://www.kdenlive.org/mantis/view.php?id=2130 2130].
This is for capturing from Blackmagics [http://www.blackmagic-design.com/uk/products/decklink/ decklink] video capture cards (AFAIK). Not sure how stable this code is at the moment. See defect [http://www.kdenlive.org/mantis/view.php?id=2130 2130].
<references/>


<!--T:14-->
<!--T:14-->

Revision as of 14:59, 4 January 2013

Capturing

Kdenlive provides functionality for capturing video from external devices - Firewire, FFmpeg, Screen Grab and Blackmagic.

You configure video capturing from Settings -> Configure Kdenlive -> Capture (more on this here).

You define the location your captures will end up using Settings -> Configure Kdenlive -> Environment -> Default Folders (more on this here).

To execute a video capture select the Record Monitor and choose the capture device from the drop down in the bottom right.

Firewire

This captures video from sources connected via a firewire (also known as - IEEE 1394 High Speed Serial Bus) card and cable.

FFmpeg

I believe this captures video from an installed Web Cam using Video4Linux2.

Screen Grab

This captures video of the PC screen. In version 0.9.2 it uses recordMyDesktop to do the capture. There is an open defect with this functionality in ver 0.9.2 - See bug tracker ID 2643.

In version 0.9.3 the Screen grab is done by the ffmpeg functionality instead. For screen capture to work in ver 0.9.3 the version of ffmpeg installed needs to have been compiled with the --enable-x11grab option. Ubuntu comes with an ffmpeg compiled with this option.

To check on your linux distro type "ffmpeg -version" in a terminal and look for --enable-x11grab in the reported configuration info. [1]

Blackmagic

This is for capturing from Blackmagics decklink video capture cards (AFAIK). Not sure how stable this code is at the moment. See defect 2130.

  1. There are two branches of ffmpeg now a Libav branch and a ffmpeg.org branch. The ffmpeg version from the later reports the configuration when you run with "ffmpeg -version". The Libav version does not. So this method to check for the --enable-x11grab does not work if you have libav version of ffmpeg.