-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Open
Labels
📜Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")P2Important issues not at the top of the work listImportant issues not at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterdesign docTracks a design discussion documentTracks a design discussion documentp: cameraThe camera pluginThe camera pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Description
Document Link
https://flutter.dev/go/camera-custom-codecs
What problem are you solving?
Camera plugin users don’t have control over the output codecs (both video and audio) and the container output format. This prevents them from getting a video specific to their needs, since they are instead limited to the choice made by the system.
How can this be a problem:
- Maybe you need your files in a specific codec / container for further processing
- Maybe your app is used by a lot of older devices and doesn’t support certain codecs or struggles with fast decoding due to older hardware
- Maybe you are just like me and don’t want to pay license fees for the new mpeg versions if you want to add additional metadata later on
- Maybe you need your video or audio file to use a certain codec to get a certain quality
- Maybe your users expect to have the option to choose the codes in which they record
Metadata
Metadata
Assignees
Labels
📜Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")P2Important issues not at the top of the work listImportant issues not at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterdesign docTracks a design discussion documentTracks a design discussion documentp: cameraThe camera pluginThe camera pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team