[Interest] Qt5 Beta 2 multimedia thumbnail issue

Ramakanthreddy_Kesireddy Ramakanthreddy_Kesireddy at mahindrasatyam.com
Thu Nov 29 12:52:14 CET 2012


Hi,



I tried with below to retrieve the thumbnail in Qt5 beta2 multimedia module but I couldnot retrieve the

thumbnail of mp3 file.

import QtQuick 2.0

import QtMultimedia 5.0



Rectangle {

    id : rect



property variant media_metadata : video.metadata



Video {

id: video

source: " a.mp3"

}



Image{

id: thumbnail

source : media_metadata.covertArtUrlSmall/media_medatadata.coverArtUrlLarge

}



}



Please let me know if am doing anything incorrect in this regard.



Thanks and Regards,

Ramakanth

________________________________
From: Ramakanthreddy_Kesireddy
Sent: Monday, November 26, 2012 2:41 PM
To: interest at qt-project.org
Subject: Qt5 Beta 2 multimedia thumbnail issue


Hi,



Am using Qt5 beta 2 Ubutu 12.04 desktop.



The thumbnail info is not getting retrieved from Qt Multimedia metadata namespace though

other metadata information is getting retrieved.



Could you please let me know if this is a known issue in Qt5 Beta 2 multimedia?



Thanks and Regards,

Ramakanth

________________________________

DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20121129/83f8f6d6/attachment.html>


More information about the Interest mailing list