render
render copied to clipboard
A package to render any native static and moving flutter widgets to exportable formats
**Describe the bug** i tried to use render to record the camera preview of the dependecy camera with a timer on the screen, at recording it looks normal, but when...
A minimal Flutter app crashes at startup in release mode. It works in debug mode. The library is not even used, only added in pubspec.yaml: ```yaml dependencies: render: ^0.1.3+1 ```...
### Summary This pull request updates a broken link and rewrites some code to make it compatible with piping frames. ### Changes * Updated the broken link in the README...
**Describe the bug** Render with mp4 Audio File Error on ANdroid **To Reproduce** Steps to reproduce the behavior: format: Mp4Format(scale: RenderScale.lowRes, audio: [ RenderAudio.url( Uri.parse( "https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4"), ), /* RenderAudio.url( Uri.parse(...
I wanted to help with the web support, but due to my limited knowledge of the package and FFmpeg in general, I was unable to do so. However, I tested...
Currently the main problem is that ffmpeg and this plugin require to write files to a temporary path. The problem is that web does not support file writings or path_provider...
``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(VideoError, Failed to load video: Operation Stopped, null, null) ``` Or always waiting, unable to see the loading video. ``` RenderAudio.url( Uri.parse( "https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4", ), ), ```...
To begin, I would like to thanks you for this incredible package ! Usage is simple and efficient 👌 **Is your feature request related to a problem? Please describe.** As...
Currently there is not support to capture device audio within flutter. In order to render widgets that do not have a set audio file (eg. live streams), but rather can...
I am trying to get the output in mp4 format. This issue is mainly occuring in oneplus, redmi, pocco and realme devices. Working fine with Samsung and iphones. Primarily happens...