[FFmpeg-trac] #8659(avdevice:new): av_display_rotation_set() has no effect in android_camera

FFmpeg trac at avcodec.org
Sun May 10 17:46:35 EEST 2020


#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


More information about the FFmpeg-trac mailing list