You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello folks, I don't know exactly why I'm having this issue, I'm targeting the API 33
val videoStrategy =DefaultVideoStrategy.Builder()
.addResizer(AspectRatioResizer(1f))
.build()
val uri =File(filePath).getUriFromFile(requireActivity())
val source =UriDataSource(requireActivity(), uri)
Transcoder.into(croppedFile.absolutePath)
.addDataSource(TrackType.VIDEO, source)
.setVideoTrackStrategy(videoStrategy)
.setValidator(WriteAlwaysValidator())
.setListener(transcoderListener)
.transcode()
(Pasted to all my answers today: it's been a long time since my last issues review. I am sorry about the delay and I know you likely have moved on by now. Still, I'm going to answer where I can)
Can any of you guys provide a sample video that reproduces this issue?
Hello folks, I don't know exactly why I'm having this issue, I'm targeting the API 33
cc: @natario1
The text was updated successfully, but these errors were encountered: