Archive:Kdenlive/Manual/Capturing: Difference between revisions

From KDE UserBase Wiki
(info about diff between the capture options)
(project tree -> bin)
(17 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
== Capturing == <!--T:1-->
== Capturing Video == <!--T:1-->
{{Note|At least Firewire capture was removed in porting to KDE 5 due to lack of manpower.}}


<!--T:2-->
<!--T:2-->
'''Kdenlive''' provides functionality for capturing video from external devices - Firewire, FFmpeg, Screen Grab and Blackmagic.
'''Kdenlive''' provides functionality for capturing video from external devices; e.g., Firewire, FFmpeg, Screen Grab and Blackmagic.


<!--T:3-->
<!--T:3-->
Line 10: Line 11:


<!--T:4-->
<!--T:4-->
You define the location your captures will end up using <menuchoice>Settings -> Configure Kdenlive -> Environment -> Default Folders</menuchoice> (more on this [[Special:myLanguage/Kdenlive/Manual/Settings_Menu/Configure_Kdenlive#Default_Folders|here]]).
You define the destination location for your captures by using <menuchoice>Settings -> Configure Kdenlive -> Environment -> Default Folders</menuchoice> (more on this [[Special:myLanguage/Kdenlive/Manual/Settings_Menu/Configure_Kdenlive#Default_Folders|here]]).


<!--T:5-->
<!--T:5-->
To execute a video capture select the [[Special:myLanguage/Kdenlive/Manual/Monitors#Record_Monitor|Record Monitor]] and choose the capture device from the drop down in the bottom right.
To execute a video capture, select the [[Special:myLanguage/Kdenlive/Manual/Monitors#Record_Monitor|Record Monitor]] and choose the capture device from the dropdown in the bottom right.


<!--T:6-->
<!--T:6-->
Line 19: Line 20:


=== Firewire === <!--T:7-->
=== Firewire === <!--T:7-->
<!--T:34-->
This option is not available in recent versions of Kdenlive.  Use dvgrab directly in a terminal to capture video from firewire.


<!--T:8-->
<!--T:8-->
This captures video from sources connected via a firewire (also known as -  IEEE 1394 High Speed Serial Bus) card and cable.
This captures video from sources connected via a firewire (also known as -  IEEE 1394 High Speed Serial Bus) card and cable. This functionality uses the [http://linux.die.net/man/1/dvgrab dvgrab] program and the settings for this can be customized by clicking the spanner icon or choosing  <menuchoice>Settings>Configure Kdenlive</menuchoice>.  See [[Kdenlive/Manual/Settings_Menu/Configure_Kdenlive#Configure_Firewire_Capture|Configure Firewire Capture]].
 
<!--T:30-->
To perform a capture:
 
<!--T:31-->
* Plug in your device to the firewire card and turn it on to play mode


Capture options are
<!--T:35-->
* Click the ''Connect Button'' [[File:Kdenlive Connect firewire button.png]]


*DV RAW
<!--T:36-->
*DV AVI Type 1
* Click the Record Button &mdash; note it toggles to grey while you are recording
*DV AVI Type 2
*HDV


<!--T:37-->
* Click the Record button again to stop capture. Or click the stop button.


The first three are quality wise the same (exactly the same DV 25Mb/s standard definition codec), just packed differently into the file. Type 2 seems to be the most widely supported by other applications.
<!--T:38-->
* Once capturing is finished, click the disconnect button [[File:Kdenlive Disconnect capture.png]]


HDV is a high-definition format used on tape-based HD camcorders.
<!--T:39-->
* In the ''Captured Files'' dialog, click the import button to have the captured files automatically imported into the project bin.


AVI files may contain multiple streams. Typically, they include one video and one audio stream. The native DV stream format already includes the audio interleaved into its video stream. A type 1 DV AVI file only includes one DV video stream where the audio must be extracted from the DV video stream. A type 2 DV AVI file includes a separate audio stream in addition to the audio data already interleaved in the DV video stream. Therefore, the type 2 DV AVI file is redundant and consumes more space.
<!--T:32-->
[[File:Kdenlive Captured files dialog.png]]


This functionality uses [http://linux.die.net/man/1/dvgrab dvgrab]
<!--T:33-->
{{Note|If your device does not start playing the source device when you click the record button, you may have to start playback on your device manually and then click record.}}


=== FFmpeg === <!--T:9-->
=== FFmpeg === <!--T:9-->


<!--T:10-->
<!--T:10-->
I believe this captures video from an installed Web Cam using Video4Linux2.  
I believe this captures video from an installed Web Cam using ''Video4Linux2''.


=== Screen Grab === <!--T:11-->
=== Screen Grab === <!--T:11-->


<!--T:16-->
<!--T:16-->
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 [http://www.kdenlive.org/mantis/view.php?id=2643 2643].  
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 &mdash; See bug tracker ID [http://www.kdenlive.org/mantis/view.php?id=2643 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.   
<!--T:24-->
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 <code>--enable-x11grab</code> option. Ubuntu comes with an ''ffmpeg'' version 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. <ref>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.</ref>
<!--T:25-->
To check on your linux distro, type <code>ffmpeg -version</code> in a terminal and look for <code>--enable-x11grab</code> in the reported configuration info. <ref>There are now two branches of ''ffmpeg'': a ''Libav'' branch and an ffmpeg.org branch. The ''ffmpeg'' version from the latter branch reports the configuration when you run with <code>ffmpeg -version</code>. The ''Libav'' version does not. So this method to check for the <code>--enable-x11grab</code> does not work if you have the ''Libav'' version of ''ffmpe''g.</ref>


If you are capturing screen and using the X246 with audio settings and you get a crash as shown in the screen shot ...
<!--T:26-->
If you are capturing the screen and using the X246 with audio settings and you get a crash as shown in the screen shot ...


<!--T:27-->
[[File:Kdenlive Screen cap with audio crash.png]]
[[File:Kdenlive Screen cap with audio crash.png]]


... then consider creating a profile for audio capture where ''-acodec pcm_s16le'' is replaced by ''-acodec libvorbis -b 320k''. See [[Special:myLanguage/Kdenlive/Manual/Settings_Menu/Configure_Kdenlive#Capture|Configure Kdnelive]]
<!--T:28-->
... then consider creating a profile for audio capture where <code>-acodec pcm_s16le</code> is replaced by <code>-acodec libvorbis -b 320k</code>. See [[Special:myLanguage/Kdenlive/Manual/Settings_Menu/Configure_Kdenlive#Capture|Configure Kdenlive]].


=== Blackmagic === <!--T:12-->
=== Blackmagic === <!--T:12-->
Line 64: Line 84:
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].


=== Footnotes ===
=== Footnotes === <!--T:29-->
<references/>
<references/>


<!--T:14-->
<!--T:14-->
{{Prevnext2
{{Prevnext2
| prevpage=Special:MyLanguage/Kdenlive/Manual/Project_Menu/Render/Render_Profile_Parameters | nextpage=Special:MyLanguage/Kdenlive/Manual/Toolbars
| prevpage=Special:MyLanguage/Kdenlive/Manual/Project_Menu/Render/Render_Profile_Parameters | nextpage=Special:MyLanguage/Kdenlive/Manual/CapturingAudio
| prevtext=Render Profile Parameters | nexttext=Toolbars
| prevtext=Render Profile Parameters | nexttext=Capturing Audio (Dubbing)
| index=Special:MyLanguage/Kdenlive/Manual | indextext=Back to menu
| index=Special:MyLanguage/Kdenlive/Manual | indextext=Back to menu
}}
}}

Revision as of 07:07, 1 August 2019

Capturing Video

Note

At least Firewire capture was removed in porting to KDE 5 due to lack of manpower.


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

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

You define the destination location for your captures by 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 dropdown in the bottom right.

Firewire

This option is not available in recent versions of Kdenlive. Use dvgrab directly in a terminal to capture video from firewire.

This captures video from sources connected via a firewire (also known as - IEEE 1394 High Speed Serial Bus) card and cable. This functionality uses the dvgrab program and the settings for this can be customized by clicking the spanner icon or choosing Settings>Configure Kdenlive. See Configure Firewire Capture.

To perform a capture:

  • Plug in your device to the firewire card and turn it on to play mode
  • Click the Connect Button
  • Click the Record Button — note it toggles to grey while you are recording
  • Click the Record button again to stop capture. Or click the stop button.
  • Once capturing is finished, click the disconnect button
  • In the Captured Files dialog, click the import button to have the captured files automatically imported into the project bin.

Note

If your device does not start playing the source device when you click the record button, you may have to start playback on your device manually and then click record.


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 version 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]

If you are capturing the screen and using the X246 with audio settings and you get a crash as shown in the screen shot ...

... then consider creating a profile for audio capture where -acodec pcm_s16le is replaced by -acodec libvorbis -b 320k. See Configure Kdenlive.

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.

Footnotes

  1. There are now two branches of ffmpeg: a Libav branch and an ffmpeg.org branch. The ffmpeg version from the latter branch 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 the Libav version of ffmpeg.