<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 16 April 2016 at 21:01, Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
</span>I'm sorry to ask, but it seems you are doing the rotation directly in<br>
the codec. Why not use our system for video output rotation?<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
</blockquote></blockquote><div><div><div>As I understand it, the user of VLC can choose 
to rotate, transpose, etc on playback. But there is no way for the CoDEec
 to feed back to the player that the picture image it is supplying back 
*ought* to be rotated/transposed (which would be _in addition_ to any 
user requested transposition.)<br><br></div>Perhaps an actual use case may be helpful:<br><br></div>I
 want to play a slideshow of JPEG photo images *and* movies taken on a 
camera, and handed to me on a USB stick. I plug it in, and enter:<br><br>cvlc
 --width 1360 --height 768 --image-duration 30 -fZ -I http --http-host 
<a href="http://0.0.0.0:8080">0.0.0.0:8080</a> --recursive expand --no-audio /media/multimedia/Photos<br><br></div>Great.
 Slideshow runs - I can even export to a movie. *BUT* at the moment, some 
images are displayed incorrectly. The JPEG encodes the orientation in 
the header, but currently VLC ignores that.<br><br>Feel free to tell me that there is some better way of doing it. I have learnt a lot, even if is thrown away. ;-)</div></div></div>