You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/03/25 06:56:00 UTC

[jira] [Commented] (OPENMEETINGS-2046) webm recording not always correctly converted to mp4

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800439#comment-16800439 ] 

ASF subversion and git services commented on OPENMEETINGS-2046:
---------------------------------------------------------------

Commit 44d09ae6ebe1a3cca602f87899915b90fd4f1186 in openmeetings's branch refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=44d09ae ]

[OPENMEETINGS-2046] vsync added to ffmpeg parameters to fix conversion


> 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
>            Priority: Major
>             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)