[Libav-user] how to set noautorotate
Jack Waller
ffmpeg at gmail.com
Mon Sep 18 14:51:04 EEST 2017
>> Sorry, I don't understand:
>>What do you need more hint on?
>
>>Your question was how to set "noautorotate" when using
>>libavcodec, the answer is that "noautorotate" is the
>>default (and the only setting) for libavcodec because
>>rotating needs to be set explicitely in libavfilter.
>
> Dear Carl,
>
> What I am looking for is how to turn-off noautorotate in libavfilter. I
> appreciate if I can see the code snippet for your solution.
just place "-noautorotate" beforce -i xxxx
ffmpeg -noautorotate -i xxxx....
More information about the Libav-user
mailing list