flutter_quick_video_encoder 1.2.0
flutter_quick_video_encoder: ^1.2.0 copied to clipboard
Quickly encode raw RGB images & PCM audio to mp4 video using the system h264 encoder
1.2.0 #
- [Feature] add support for audio-only
1.1.1 #
- [Improve] clear encoding params after
finish
is called, not before
1.1.0 #
- [Fix] iOS: needed to set
kCVPixelBufferIOSurfacePropertiesKey
1.0.4 #
- [Fix] iOS: must convert RGBA to BGRA
1.0.3 #
- [Feature] add support for profileLevel on ios
1.0.2 #
- [Fix] must ensure output directory exists
1.0.1 #
- [Feature] add support for audio bitrate and stereo audio
1.0.0 #
- [Feature] Initial Release.