Kdenlive/Manual/Captura

From KDE UserBase Wiki
Revision as of 21:57, 29 January 2019 by Nicolasoliveira (talk | contribs) (Created page with "=== Firewire === Esta opção não está disponível nas versões recentes do Kdenlive. Use dvgrab diretamente em um terminal para capturar vídeo de firewire.")

Captura

Nota

Pelo menos a captura do Firewire foi removida na portabilidade para o KDE 5 devido à falta de mão de obra.


O Kdenlive fornece funcionalidade para capturar vídeo de dispositivos externos; por exemplo, Firewire, FFmpeg, Screen Grab e Blackmagic.

Você configura a captura de vídeo a partir de Configurações -> Configurar o Kdenlive -> Capturar </ menuchoice> (mais sobre isso [[Special:myLanguage/Kdenlive/Manual/Settings_Menu/Configure_Kdenlive#Capture|Aqui]]).

Você define o local de destino para suas capturas usando <menuchoice> Configurações -> Configurar Kdenlive -> Ambiente -> Pastas Padrão </ menuchoice> (mais sobre isso [[Special:myLanguage/Kdenlive/Manual/Settings_Menu/Configure_Kdenlive#Default_Folders|aqui]]).

Para executar uma captura de vídeo, selecione [[Special:myLanguage/Kdenlive/Manual/Monitors#Record_Monitor|Record Monitor]] e escolha o dispositivo de captura na lista suspensa na parte inferior direita.

[[File:Kdenlive Capture video1.png|500px]]

=== Firewire === Esta opção não está disponível nas versões recentes do Kdenlive. Use dvgrab diretamente em um terminal para capturar vídeo de 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 [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. 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 tree.

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.