android-video-trimmer icon indicating copy to clipboard operation
android-video-trimmer copied to clipboard

Frame rate options

Open hsinha76 opened this issue 4 years ago • 3 comments
trafficstars

Recommeded frameRate is 30 what are other options?

hsinha76 avatar Aug 23 '21 04:08 hsinha76

@hsinha76 you could refer this link

a914-gowtham avatar Aug 23 '21 04:08 a914-gowtham

With default compression video loses a lot of quality (Tried with frame rate 24,30 & 60) .

I want compression but don't want to lose quality Any leads to fix this ?

hsinha76 avatar Aug 23 '21 05:08 hsinha76

@hsinha76 You can use min-gpl aar version of ffmpeg or ffmpeg-kit .it has libx264 library in it and use this link for ffmpeg command reference. currently, i have used the min version which is lighter than min-gpl version. min-gpl is around 24Mb in size.

a914-gowtham avatar Aug 23 '21 18:08 a914-gowtham