selvinEduardo / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

how does the FFmpegFrameRecorder record portrait video? #380

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi,
i hava use the javacv FFmpegFrameRecorder to record a video on android ,finally 
i found that this recorder only record landscape video,can anyone tell me how 
to record video in portrait direction?
i just use the RecordActivity in the example.

Original issue reported on code.google.com by huchenqi...@gmail.com on 10 Nov 2013 at 7:00

GoogleCodeExporter commented 9 years ago
Unless your hardware supports that feature, which is rare AFAIK, we need to 
rotate the image in software manually, as described in issue #376.

Original comment by samuel.a...@gmail.com on 17 Nov 2013 at 8:09