Skip to content
#

encode

Here are 618 public repositories matching this topic...

🔥🔥🔥自定义Android相机(仿抖音 TikTok),其中功能包括视频人脸识别贴纸,美颜,分段录制,视频裁剪,视频帧处理,获取视频关键帧,视频旋转,添加滤镜,添加水印,合成Gif到视频,文字转视频,图片转视频,音视频合成,音频变声处理,SoundTouch,Fmod音频处理。 Android camera(imitation Tik Tok), which includes video editor,audio editor,video face recognition stickers, segment recording,video cropping, video frame processing, get the first video frame, key frame, video rotation, add filter Mirror ,add watermark ,add gif to video, add text to video, picture to video, audio and video synthesis, audio change processing, SoundTouch, Fmod audio processing.

  • Updated May 10, 2022
  • Java
mre
mre commented Sep 21, 2019

From our benchmarks we can see that we are consistently slower than everyone else when serializing/deserializing boolean values. We should fix that.

orjson is using an unsafe block to create a reference to a boolean:
https://github.com/ijl/orjson/blob/03d55e99a953ce93cedc05f03e4b63b0bcbbcc7a/src/decode.rs#L81-L96

This avoids additional allocations.
For comparison, this is our code at the

enhancement help wanted good first issue hacktoberfest
python-benedict
pSpitzner
pSpitzner commented Oct 3, 2021

This adds the ability to auto-complete keys of benedicts in an interactive ipython console.
Pressing tab when entering a key of a benedict instance will offer a selection of possible keys.
This allows for quick traversing into deeper levels, when benedicts are nested.

I adapted the code from the [ipython completer in h5py](https://github.com/h5py/h5py/blob/d40791348bb54c04ab9c7e644561fc236523

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the encode 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 encode topic, visit your repo's landing page and select "manage topics."

Learn more