a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
371 stars 117 forks source link

Frame rate options #63

Open hsinha76 opened 3 years ago

hsinha76 commented 3 years ago

Recommeded frameRate is 30 what are other options?

a914-gowtham commented 3 years ago

@hsinha76 you could refer this link

hsinha76 commented 3 years ago

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 ?

a914-gowtham commented 3 years ago

@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.