Problema com SimpleScreenRecorder

3

Estou tentando iniciar a gravação usando o SimpleScreenRecorder.

A configuração desta gravação é a seguinte:

E o erro que estou recebendo é:

[PageRecord::StartPage] Starting page ...
[JACKInput::Init] Error: Could not connect to JACK!
[PageRecord::StartPage] Error: Something went wrong during initialization.
[PageRecord::StartPage] Started page.
[PageRecord::StartOutput] Starting output ...
[Muxer::Init] Using format webm (WebM).
[Muxer::AddStream] Using codec libx264 (libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10).
[VideoEncoder::PrepareStream] Using pixel format nv12.
[BaseEncoder::EncoderThread] Encoder thread started.
[Muxer::AddStream] Using codec libvorbis (libvorbis).
[AudioEncoder::PrepareStream] Using sample format f32p.
[BaseEncoder::EncoderThread] Encoder thread started.
[Muxer::Start] Error: Can't write header!
[BaseEncoder::~BaseEncoder] Stopping encoder thread ...
[BaseEncoder::EncoderThread] Encoder thread stopped.
[BaseEncoder::~BaseEncoder] Stopping encoder thread ...
[BaseEncoder::EncoderThread] Encoder thread stopped.
[PageRecord::StartOutput] Error: Something went wrong during initialization.
    
por Hossam Mourad 01.05.2016 / 05:57

1 resposta

0

AFAIK WebM recipiente sendo uma alternativa aos formatos comerciais como h264 ou MPEG4, o AFAIK não pode ser usado com o formato posterior (consulte o aviso na captura de tela).

    
por tuk0z 14.06.2017 / 12:28