bbb-downloader icon indicating copy to clipboard operation
bbb-downloader copied to clipboard

Conversion from mkv to mp4 FAILED!

Open malekkat opened this issue 5 years ago • 1 comments

I used bbb-downloader for capturing the full playback with the elgalu/selenium Docker image, But a problem arose with the conversion from mkv to mp4, When the conversion ends the output file do not . screenshot about error.pdf Thanks.

malekkat avatar Oct 23 '20 16:10 malekkat

This looks like a problem with the options passed to ffmpeg for transcoding the video, and it is discussed in issue from the elgalu/docker-selenium project: https://github.com/elgalu/docker-selenium/issues/147

I don't know much about ffmpeg magic, but you can try to change line 104 in capture-full-replay.sh:

  -e FFMPEG_CODEC_ARGS="-vcodec libx264 -preset ultrafast -pix_fmt yuv420p -strict -2 -acodec aac" \

Maybe some other ffmpeg parameters would work for you ?

trahay avatar Oct 24 '20 14:10 trahay