I am using flutter. I'm working on using a file-picker to select a video and then upload it. But I want to filter the video of h.265 codec, how can I do that?
It's frustrating because you can't filter codecs with just the mp4 extension.
I can't found method in VideoPlayerController. pls help. thx
You can use https://pub.dev/packages/ffmpeg_kit_flutter package.
You can try this one. this is the only option in flutter I think.