Update Flutter Package
Budget: $30 – $250 USD
I need to update this flutter package
I am currently using this package to edit, compress and upload videos for my app
https://pub.dev/packages/video_editor
i have two challenges
1. If the video is already compressed - e.g. youtube download, this package increases the file size of the output and there is a quality hit
2. The actual processing runs in the foreground and I am unable to do anything else while it is happening.
I need help to standardise this and make it work properly
I can give you the sample videos etc
My desired outcomes are
1. Identify what files are compressed and NOT compress those files if they have a bitrate below a certain threshold
2. Compress all other videos to a standard bitrate and format
3. Carry out the actual compression in the background.
I am currently using this package to edit, compress and upload videos for my app
https://pub.dev/packages/video_editor
i have two challenges
1. If the video is already compressed - e.g. youtube download, this package increases the file size of the output and there is a quality hit
2. The actual processing runs in the foreground and I am unable to do anything else while it is happening.
I need help to standardise this and make it work properly
I can give you the sample videos etc
My desired outcomes are
1. Identify what files are compressed and NOT compress those files if they have a bitrate below a certain threshold
2. Compress all other videos to a standard bitrate and format
3. Carry out the actual compression in the background.