Kodi Community Forum

Full Version: XBMC Video Thumbnails: Where is the code for that? (re: video rotation)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've manually applied the patch in ticket #12231 to fix upside down QuickTime MOV files (ie. iPhone recorded videos) but the video thumbnails are still upside down.

Can somebody point me in the right direction of where in the XBMC source code it generates the thumbnail images? Does it use FFmpeg?

The patch in the ticket above modifies the linked FFmpeg library to read the rotation metadata and works perfectly and I think I might be able to adapt it to fix the thumbnails as well but I'm not sure where to look...
Yes, it uses ffmpeg. Grep the sources for DVDFileInfo
Thanks for the info!