#8659: av_display_rotation_set() has no effect in android_camera ------------------------------------+------------------------------------ Reporter: juha-h | Owner: Type: defect | Status: new Priority: normal | Component: avdevice Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------
Comment (by farstars): ffmpeg is really easy to use on Android, but it appears you are dealing with an XY problem here: coming from windows or linux you were looking for a way to call ffmpeg like you would on those OS. However, on Android you usually use wrappers for these kinds of tasks (namely executing command line calls) or include the binaries directly into your app. Luckily there is such a wrapper for ffmpeg so you don't have to do it the hard way. There are plenty of good tutorials if you google 'android ffmpeg'. I can recommend this one: https://medium.com/wolox/https-medium-com-wolox-driving-innovation-the- power-of-ffmpeg-on-android-ef6e0c01d59f -- Ticket URL: <https://trac.ffmpeg.org/ticket/8659#comment:13> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".