Mateus Gondim

Results 18 comments of Mateus Gondim

Hey @sasos90 I'm also trying to overlay images to a video but the output video is never longer than one second. Ex.: input video is 5 seconds long but output...

thanks @sasos90 . I tried that but got the following error: > Streamcopy requested for output stream 0:0, which is fed from a complex filtergraph. Filtering and streamcopy cannot be...

No luck =( I'll create a new ticket for that, thanks for your help.

Also noticed that, conversion is very slow. Fortunately "-preset ultrafast" helped a lot.

I see `SupportMapFragment` is a built-in component from the library, I was thinking more of adding a `MapView` to my own fragment. The use case is an activity that hosts...

@langsmith thanks for the tip, just added those.

@langsmith do you also recommend calling `mapboxMap.clear()` in the fragment's `onDestroyView()`?

nope, not seeing any issues. Just bumped into that method and thought if it'd be a good practice to call it in `onDestroyView()`.