Results 1 to 2 of 2

Thread: Showing image at end of mp4 video

  1. #1
    Join Date
    Feb 2011
    Posts
    3
    Qt products
    Qt/Embedded

    Default Showing image at end of mp4 video

    I am playing mp4 video on my webpage using following code:


    Qt Code:
    1. <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="760"HEIGHT="354" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
    2. <PARAM name="SRC" VALUE="my.mp4">
    3. <PARAM name="AUTOPLAY" VALUE="true">
    4. <PARAM name="CONTROLLER" VALUE="true">
    5. <EMBED SRC="my.mp4" WIDTH="760" HEIGHT="354" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
    6. </EMBED>
    7. </OBJECT>
    To copy to clipboard, switch view to plain text mode 

    I want to add custom msg at the end of this video.There can b many option,i selected the option of making image have custom text in it and then showing
    this image at the end of movie.I done the image creation part with custom text in it,bt i m finding it difficult how can i show this image at the end of video.



    Plz help me out,thanks for any help.

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Showing image at end of mp4 video

    How is this related to Qt?
    Moving to general programming.
    And please don't use SMS shorthand, it is really annoying to read!
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. QVision: Qt's Image, Video and Computer Vision Library
    By xenko in forum Qt-based Software
    Replies: 2
    Last Post: 3rd March 2011, 18:02
  2. Image showing
    By nmkarvekar in forum Qt Programming
    Replies: 10
    Last Post: 17th December 2009, 10:52
  3. Replies: 1
    Last Post: 13th December 2009, 02:34
  4. Image-based widgets showing is too slow in Qt 4.2.1
    By mkrentovskiy in forum Qt Programming
    Replies: 11
    Last Post: 8th August 2007, 22:20
  5. Replies: 3
    Last Post: 14th March 2007, 08:09

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.