[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2019-03-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=361829

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2019-03-09 Thread Bill Goodman
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #25 from Bill Goodman  ---
I'm sorry, Maik. You are correct. It plays correctly after refreshing the
metadata.

This is great. Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2019-03-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #24 from Maik Qualmann  ---
Video tested here. Thumbnail and play with correct orientation. Reload the
metadata from this image.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2019-03-09 Thread Bill Goodman
https://bugs.kde.org/show_bug.cgi?id=361829

Bill Goodman  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|FIXED   |---

--- Comment #23 from Bill Goodman  ---
This is marked as FIXED but it is still broken for me.

I tested with digiKam-6.1.0-git-20190308T103035-Win64.exe on Windows 7.

Same video provided previously. That video plays correctly in VLC.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2018-02-27 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=361829

Maik Qualmann  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/dig
   ||ikam/194c046adf1ce05cb05174
   ||0498f9d7e680cdbc28
   Version Fixed In||6.0.0
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #22 from Maik Qualmann  ---
Git commit 194c046adf1ce05cb051740498f9d7e680cdbc28 by Maik Qualmann.
Committed on 27/02/2018 at 20:13.
Pushed by mqualmann into branch 'development/6.0.0'.

play videos with the correct orientation, if available
FIXED-IN: 6.0.0

M  +25   -2utilities/assistants/videoslideshow/player/mediaplayerview.cpp

https://commits.kde.org/digikam/194c046adf1ce05cb051740498f9d7e680cdbc28

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2018-01-09 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #21 from Andrius  ---
(In reply to caulier.gilles from comment #20)
> Well the oritnation flag for item (image for exemple) exists in database,
> but only for the thumbnails.
> 
> Gilles Caulier

It feels like digiKam always regenerates thumbnails for video files so I don't
think there is a point in rotating them

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2018-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #20 from caulier.gil...@gmail.com ---
Well the oritnation flag for item (image for exemple) exists in database, but
only for the thumbnails.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2018-01-09 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #19 from Andrius  ---
(In reply to Maik Qualmann from comment #18)
> (In reply to Andrius from comment #16)
> > Looking at
> > https://github.com/wang-bin/QtAV/blob/master/widgets/GraphicsItemRenderer.
> > cpp (search page for "rotat") it seems that QtAV checks the rotation flag...
> 
> This is the normal rotation feature that QtAV provides and that we also use
> to rotate the video with the right mouse button.
> 
> Maik

I wish there was a way to save the set orientation for video and its thumbnail
though...

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2018-01-08 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #18 from Maik Qualmann  ---
(In reply to Andrius from comment #16)
> Looking at
> https://github.com/wang-bin/QtAV/blob/master/widgets/GraphicsItemRenderer.
> cpp (search page for "rotat") it seems that QtAV checks the rotation flag...

This is the normal rotation feature that QtAV provides and that we also use to
rotate the video with the right mouse button.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2018-01-08 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #17 from Andrius  ---
Looks like this module does the transformation:

https://ffmpeg.org/doxygen/trunk/group__lavu__video__display.html

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2018-01-08 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #16 from Andrius  ---
Looking at
https://github.com/wang-bin/QtAV/blob/master/widgets/GraphicsItemRenderer.cpp
(search page for "rotat") it seems that QtAV checks the rotation flag...

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2018-01-08 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #15 from Andrius  ---
Confirmed on 5.8.0 pre-release bundle on openSUSE TW KDE.
QtAV still ignores the rotation flag.

Here an extract from ffmpeg output for a sample file:
"
Metadata:   
  rotate  : 90  
  creation_time   : 2017-11-26T00:45:53.00Z 
  handler_name: VideoHandle 
Side data:  
  displaymatrix: rotation of -90.00 degrees"
I think usually videoplayers use that displaymatrix value to display a video
correctly. Basically it tells you to rotate the image 90 degrees back (-90)

I tried to find some info on how to call ffmpeg within c++ on found these:
(not sure if they are helpful though)

https://stackoverflow.com/questions/35751441/ffmpeg-c-apis-to-detect-if-a-video-is-rotated-shot-on-phone

https://ffmpeg.org/doxygen/trunk/index.html

https://www.codeproject.com/Tips/111468/FFmpeg-Tutorial

https://trac.ffmpeg.org/wiki/Including%20FFmpeg%20headers%20in%20a%20C%2B%2B%20application

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2017-08-02 Thread Dietrich
https://bugs.kde.org/show_bug.cgi?id=361829

Dietrich  changed:

   What|Removed |Added

 CC||d...@mezzo.de

--- Comment #14 from Dietrich  ---
Bug confirmed for digikam 5.6.0 on windows 7 / 64 bit.
The Rotation flag I set using Exiftool does not seem to be respected by
digikam.

Is this the same issue as https://bugs.kde.org/show_bug.cgi?id=375197 ?

Dietrich

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2017-07-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=361829

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|Preview-Image   |Preview-Video

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2017-01-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=361829

caulier.gil...@gmail.com changed:

   What|Removed |Added

Version|4.14.0  |5.4.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2017-01-30 Thread wildcowboy
https://bugs.kde.org/show_bug.cgi?id=361829

wildcowboy  changed:

   What|Removed |Added

 CC||aegor...@gmail.com

--- Comment #13 from wildcowboy  ---
Confirmed on digiKam 5.4.0 on linux Mint 18.1 KDE

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2017-01-09 Thread Bill Goodman
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #12 from Bill Goodman  ---
(In reply to caulier.gilles from comment #11)
> Your video has Exif rotation flag set by your camera. Interesting... Please
> share this file through a cloud web service.. I would to check if Exiv2 0.26
> is able to decode this information. If not, i will recommend to post an
> UPSTREAM Exiv2 bug for the next 0.27 release.

The video is available here:
https://www.dropbox.com/s/5w8guqu9kjwjlx3/VID_20161224_201626.mp4?dl=0

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2017-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #11 from caulier.gil...@gmail.com ---
Bill,

> I just noticed this same problem with rotated videos in 5.4.0 on both Win7 
> and > Win10. My video has an EXIF:Rotation=180.

Your video has Exif rotation flag set by your camera. Interesting... Please
share this file through a cloud web service.. I would to check if Exiv2 0.26 is
able to decode this information. If not, i will recommend to post an UPSTREAM
Exiv2 bug for the next 0.27 release.

It will be a good idea to report this to QtAV bugzilla. The player based on
ffmpeg, that DK use, must be able to auto-rotate the media automatically.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2017-01-08 Thread Bill Goodman
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #10 from Bill Goodman  ---
I installed QtAV1.11.0-VS2013x86.exe on both Win7 and Win10 and see the same
rotation problem when playing my video on the QtAV.Player.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2017-01-08 Thread Bill Goodman
https://bugs.kde.org/show_bug.cgi?id=361829

Bill Goodman  changed:

   What|Removed |Added

 CC||bg+k...@cyclos.com

--- Comment #9 from Bill Goodman  ---
(In reply to caulier.gilles from comment #7)
> I need to have a fresh feedback here using last digiKam bundle build with
> QtAV to handle video files. See this GDrive repository to upload a 5.4.0
> pre-version :
> 
> https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM

I just noticed this same problem with rotated videos in 5.4.0 on both Win7 and
Win10. My video has an EXIF:Rotation=180.

The video displays properly with VLC on Windows but it displays upside down
with Windows Media Player.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2016-12-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=361829

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #8 from Maik Qualmann  ---
Git commit 7ce05cef9ce1260aa75cdfa909be57e7aaa49fc5 by Maik Qualmann.
Committed on 23/12/2016 at 21:14.
Pushed by mqualmann into branch 'master'.

add manual rotating the video output with the right mouse button

M  +39   -6app/views/mediaplayerview.cpp
M  +1-0app/views/mediaplayerview.h

https://commits.kde.org/digikam/7ce05cef9ce1260aa75cdfa909be57e7aaa49fc5

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2016-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=361829

--- Comment #7 from caulier.gil...@gmail.com ---
I need to have a fresh feedback here using last digiKam bundle build with QtAV
to handle video files. See this GDrive repository to upload a 5.4.0 pre-version
:

https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM

Thanks in advance

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 361829] Rotated MP4 video with "Orientation" flag are not played back in the correct rotation angle

2016-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=361829

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|rotated mp4 videos  |Rotated MP4 video with
   |("Orientation" flag) are|"Orientation" flag are not
   |not played back in the  |played back in the correct
   |correct rotation angle  |rotation angle

-- 
You are receiving this mail because:
You are watching all bug changes.