react-native-video-trim icon indicating copy to clipboard operation
react-native-video-trim copied to clipboard

Audio only support

Open nguyen95 opened this issue 1 year ago • 2 comments

Does this library support cutting audio files? Or are there plans for this in the future?

nguyen95 avatar Mar 01 '24 06:03 nguyen95

this lib uses FFMPEG so of course audio trimming is possible.

My intent is to build this for video, but your idea is valid, I'll put this in roadmap and develop soon

maitrungduc1410 avatar Mar 01 '24 07:03 maitrungduc1410

Thanks, I'm looking forward to it!

nguyen95 avatar Mar 01 '24 07:03 nguyen95

hey @maitrungduc1410 great package, would love to see this feature, will email you!

terence1990 avatar Jul 09 '24 21:07 terence1990

hi @terence1990 @nguyen95

  • audio only is now supported
  • local and remote files also supported please upgrade to ^2.1.0

maitrungduc1410 avatar Jul 28 '24 10:07 maitrungduc1410

@maitrungduc1410 awesome, remote files is an absolute game changer!

terence1990 avatar Jul 29 '24 10:07 terence1990

@maitrungduc1410 The output file is in mp4 format, I think mp3 would be more convenient

nguyen95 avatar Jul 30 '24 09:07 nguyen95

@nguyen95 you can customize it using "outputExt". Please check Readme

maitrungduc1410 avatar Jul 30 '24 11:07 maitrungduc1410