Maxim Solodovnik created OPENMEETINGS-2046:
----------------------------------------------
Summary: webm recording not always correctly converted to mp4
Key: OPENMEETINGS-2046
URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2046
Project: Openmeetings
Issue Type: Bug
Components: Recordings
Affects Versions: 5.0.0-M1
Reporter: Maxim Solodovnik
Assignee: Maxim Solodovnik
Fix For: 5.0.0-M1
webm recording not always correctly converted to mp4
The following error and warning being reported to console:
{code}
More than 1000 frames duplicated
Too many packets buffered for output stream 0:0.
{code}
According to
https://superuser.com/questions/1308355/ffmpeg-webm-to-mp4-awful-video-quality
adding
{code}
-vsync 0 after -crf XXX
{code}
might help
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)