Skip to content
#

mp4

Here are 347 public repositories matching this topic...

ranst91
ranst91 commented Jun 10, 2018

Browser: Chrome (latest)

OS: Windows 10

Clappr Version: 0.2.95

Going through all issues related to logging, it seems like someone insisted on having fatal errors logged without an open to turn them off.

I'd appreciate providing of any way to disable also fatal errors, as it makes no sense to have them on production.

Also, the documentation (API reference) does not supply

griffith
xiaoyuhen
xiaoyuhen commented Apr 2, 2019

Griffith Roadmap: April - October 2019

Roadmap Overview

This roadmap is meant to give our team and users clarity over our priorities over the next 6 months. It's meant more as a set of guidelines than as a strict set of tasks we are bound to finish. We may adjust over this period depending on changing needs and feedback from our users.

At a high-level, we're going to be focusing on

flavioribeiro
flavioribeiro commented Sep 23, 2019

According to the HLS specification, we must sinalize that a given audio track is DVS by the addition of CHARACTERISTICS="public.accessibility.describes-video" tag. I wonder if we should implement an option at the Sequence level on mapped mode where I set "dvs": true or something and that propagates all the way to the HLS manifest. Thoughts on this one @erankor?

More information about this o

gpac
RodolpheFouquet
RodolpheFouquet commented Apr 22, 2020

Hey everyone,

While compiling GPAC with GCC 9, I encountered the format-overflow warning in multiple places, for example here: https://github.com/gpac/gpac/blob/master/src/utils/os_config_init.c#L610

gui_path is 4096 bytes max, and so is szPath.

So sprintf(gui_path, "%s%cgui.bt", szPath, GF_PATH_SEPARATOR) can be, at most:

  • 4095 bytes (szPath minus its termination char)
  • plus 1 byte

🎞 Hardware-accelerated video transcoding using Android MediaCodec APIs, without native code (no FFMPEG patent issues). Supports cropping to any dimension, concatenation, clipping, audio processing, video speed and much more.

  • Updated May 18, 2020
  • Java

FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等

  • Updated Jun 28, 2020
  • Java

Improve this page

Add a description, image, and links to the mp4 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mp4 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.