US20140181674A1 - Multimedia presentation editor for a small-display communication terminal or computing device - Google Patents
Multimedia presentation editor for a small-display communication terminal or computing device Download PDFInfo
- Publication number
- US20140181674A1 US20140181674A1 US14/175,147 US201414175147A US2014181674A1 US 20140181674 A1 US20140181674 A1 US 20140181674A1 US 201414175147 A US201414175147 A US 201414175147A US 2014181674 A1 US2014181674 A1 US 2014181674A1
- Authority
- US
- United States
- Prior art keywords
- slide
- displayed
- image objects
- slides
- telecommunication terminal
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
- 238000004891 communication Methods 0.000 title abstract description 16
- 238000000034 method Methods 0.000 claims abstract description 22
- 230000003068 static effect Effects 0.000 claims description 8
- 230000010354 integration Effects 0.000 claims description 7
- 230000001360 synchronised effect Effects 0.000 claims description 7
- 230000036962 time dependent Effects 0.000 claims 10
- 238000004590 computer program Methods 0.000 description 5
- 239000012634 fragment Substances 0.000 description 5
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
- 230000002123 temporal effect Effects 0.000 description 1
- 230000001131 transforming effect Effects 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
Definitions
- the present invention pertains to the field of creating/editing presentations on a device with a small display. More particularly, the present invention pertains to creating presentations having content displayed/played (providing possibly text and images and sound all at the same time) based on instructions encoded using the SMIL language or a comparable XML-based language, and is especially useful for creating MMS messages using a handheld communication device, such as a cell phone.
- the invention is related to editing/creating (as opposed to viewing) multimedia presentations on a portable device.
- Multimedia presentations are e.g. shown by the device itself or using an external display or communicated between mobile/cell phones or other communication terminals as a part of MMS (Multimedia Messaging Service) messages, as prescribed by 3GPP (Third Generation Partnership Program) technical specifications.
- MMS Multimedia Messaging Service
- 3GPP Third Generation Partnership Program
- MMS Multimedia Messaging Service
- SMS Short Message Service
- the presentation part in MMS messages can use different formats, but Synchronized Multimedia Integration Language (SMIL, pronounced “smile”) 2.0 is the mandatory format specified by the current 3GPP Release 5 specification.
- SMIL Synchronized Multimedia Integration Language
- the presentation part includes all media objects (content of the multimedia presentation) as one data object/assembly, describing their layout, timing and other aspects of displaying/playing the media objects on the receiving communication terminal. For example, if an MMS message contains two slides and each contains a text object and an image, the MMS message consists of MMS headers, two image objects, two text objects, and one SMIL object with information to the effect that the message consists of a sequence of two time containers and that the first time container contains parallel media objects (image and text). See FIG. 1 for an example of the structure of a presentation object in MMS.
- SMIL is an Extensible Markup Language (XML)-based language. It contains building blocks called modules. The modules which are important from the point of view of the present invention are the so-called structure module, the timing and synchronization module, and the media object module. Each module includes one or more so-called elements and so-called attributes.
- par element groups object that should appear in parallel, temporally, in a presentation. For example, if text and an image are shown on one slide at the same time, they will be put within a single ⁇ par> . . . ⁇ /par> pair in a block of SMIL code.
- a seq element may contain objects that are supposed to be presented to the user sequentially, one after the other, i.e. the second one will not become visible until the first has been displayed/played and is not longer being displayed/played. So the two slides from the previous example would typically be put within a ⁇ seq> . . .
- time containers in the SMIL language.
- the example above would be encoded as:
- OMA Open Mobile Alliance
- 3GPP specifications which define their own SMIL language profile.
- the 3GPP profile is slightly less powerful than the full W3C (World Wide Web Consortium) SMIL language 2.0, but regarding the nesting of the time containers it is unlimited too.
- the deeper nesting of the time containers allows for example making presentation “slides” less static and also allows introducing timing into a slide.
- a presentation may contain a set of slides having content that changes with time. (Thus, in a sense, with more than two levels, a slide may itself be an entire presentation/set of slides, each of which may itself be a new, further presentation/set of slides, and so on.)
- MMS terminals available currently on the market are capable of editing or viewing only limited SMIL structures (in terms of time container nesting).
- the first (top) level of nesting represents the presentation and the second level represents slides. Media items are placed on the second level.
- some handheld terminals such as cell/mobile phones
- it is impractical today for typical cell phones or other handheld terminals to create more complicated presentations because editing a three-level timing and a two-dimensional space presentations on the typically small screen of a mobile phone or other handheld and making it usable by an average user is difficult. All handheld-hosted editors today are not intuitive or simple and are too time-consuming when used to create complex presentations.
- Prior art MMS editors for handheld terminals do not typically allow the content of a slide in a presentation to change with time.
- the slides created must be static (except that the media items contained in a slide may change, e.g. video clips, animated .GIF images, etc.).
- Other, more sophisticated MMS editors e.g. for desktop computers as opposed to handheld devices use an approach in which the entire presentation or animation (if the software is for video editing) is divided into “frames” displayed side-by-side in columns and rows, FIG. 3 showing one row, and a user can navigate between frames (in other words, move to a different point in the presentation) using some sort of a slider widget.
- An approach using frames displayed side-by-side is useful for computers with big screens, so that the software can reasonably display frames side-by-side all on the same screen. But doing so is not practical on a handheld device because of the small size of the screen.
- What is therefore needed is a way of providing instructions for creating a complex multimedia message such as an MMS message on a handheld device, i.e. e.g. a multimedia message that is more than two levels.
- a method is provided by which a multimedia presentation editor hosted by a communication or computing terminal having a display device, interfaces with a user so as to allow the user to create or edit a presentation including a slide in turn including a plurality of objects for display in playing the presentation, characterized by: a step in which the objects in each set of objects of the slide to be displayed successively one after the other when the presentation is played are instead assembled by the editor one under another in respective columns, and each single object of the slide to be displayed continuously on the slide when the presentation is played are also assembled by the editor in respective one-object columns, thereby providing a plurality of columns, wherein at least one of the columns has a plurality of objects; and a step in which the editor displays at the same time each column side-by-side with each other column on the display device; the objects of the slide thus forming on the display device when displayed by the editor one or more side-by-side vertical columns some of which may include only a single object and some of which include more than one
- the multimedia presentation may be for communication as an MMS message.
- SMIL may be used with the editor to prescribe how the multimedia presentation is to be played.
- a computer program product comprising: a computer readable storage structure embodying computer program code thereon for execution by a computer processor in a communication or computing terminal, with said computer program code characterized in that it includes instructions for performing the steps of a method according to the first aspect of the invention.
- a communications or computing terminal having a display device and including a multimedia presentation editor for creating or editing a presentation including a slide in turn including a plurality of objects for display in playing the presentation, characterized in that the editor comprises means for performing the steps of a method according to the first aspect of the invention.
- a telecommunications network including a plurality of telecommunications terminals at least one of which is according to the third aspect of the invention.
- FIG. 1 illustrates the structure of a presentation object used in MMS according to the OMA MMS 1.1 and 1.2 specifications.
- FIG. 2 illustrates the structure of message timing achievable using the invention, without making the user interface more complicated; notice the added dynamic image-changing.
- FIG. 3 illustrates the approach used by a typical multimedia editor intended for use with a desktop computer.
- FIG. 4A illustrates an editor screen in an actual implementation of the invention—in a Series 90 MMS Editor.
- the images are shown one after the other, instead of at the same time (i.e. they are not all displayed at the same time).
- FIG. 4B illustrates the screens in play mode corresponding to the editor screen displayed in FIG. 4A .
- FIG. 5 is a flowchart illustrating a method according to the invention by which an editor hosted e.g. by a handheld device having a small screen enables a user to create a slide for a presentation.
- the invention provides a hybrid solution for how to create complex multimedia presentations on a handheld device, taking what is appropriate from the various existing solutions so as to provide increased editing capability on a handheld, editing that is intuitive and relatively fast.
- the parts of a slide 21 that change i.e. typically the images, in that the images in a set of images 23 a - c are to be shown when played one at a time and one after the other, but on the same slide 21
- “frames” are shown by editors for desktop computers, i.e. next to each other (more specifically, one on top of the other, as shown in FIG. 2 ).
- Such a hybrid solution saves space on the screen.
- the proposed solution assumes that the layout rules—i.e. e.g. the SMIL for the presentation—are fixed and that the part of a slide that does not change (typically the text) is fixed for the duration of a slide. For example, it is reasonable to suppose that a user might take three pictures with a built-in camera and might want to show the pictures in sequence in a presentation.
- the layout rules i.e. e.g. the SMIL for the presentation
- the solution provided by the invention is to display images one under another (not overlapping, but arranged in a column) in the presentation editor—i.e. in edit mode—with instructions for play mode (provided e.g. using SMIL) that the images be displayed in a temporal sequence, one after the other.
- the horizontal layout remains true, i.e. corresponds to the layout seen when the presentation is played.
- the vertical layout in the editor does not correspond to the actual layout seen when the presentation is played: the vertical dimension in the editor represents time.
- FIG. 4A a display device 10 a of a communications or computing terminal 10 for an exemplary slide 21 is shown when the slide 21 is displayed by an editor according to the invention.
- the slide 21 includes two pictures 23 a - b and accompanying text block 22 , and so in edit mode the screen is as shown in FIG. 4A , with the two pictures 23 a - b arranged in a vertical column (of two rows) and appearing on the screen at the same time, and the text block 22 appearing as the one and only row of another vertical column.
- the corresponding screen in play mode for the slide would show the two pictures 23 a - b one after the other in time (i.e. not at the same time), with the (same) text block 22 displayed for each.
- the instructions for so playing the slide are included e.g. in an SMIL object (not shown) included with the image objects 23 a - b and text object 22 in e.g. an MMS message.
- an SMIL object not shown
- the display device 10 a would provide scroll controls typically on the right hand side so as to allow viewing all the text.
- the SMIL in simplified form, corresponding to the editor screen of FIG. 4 A—i.e. indicated by the editor screen of FIG. 4A as how the presentation is to be played, can be (more or less) as follows:
- SMIL code fragment ⁇ /body> ⁇ /smil> (The “more or less” is because, as in the earlier exemplary SMIL code fragment, the SMIL code fragment here is also simplified encoding; an actual encoding in SMIL would include several more elements and attributes, none of which are relevant to the invention and so are omitted here for clarity.)
- the SMIL code fragment would be something like:
- the invention allows creating a slide that is described by more than two (and in fact here three) levels of time containers in SMIL (as opposed to three levels of SMIL).
- the two screens in play mode corresponding to the single editor screen (which, depending on the display device 10 a, may not be visible all at once, and so may require scrolling) displayed in FIG. 4A are shown on a display device that may be the display device 10 a of the communications or computing terminal 10 on which the exemplary slide 21 was created using an editor according to the invention (as is indicated in FIG. 4B ), or that may be any other display device (not necessarily communicatively coupled to the communications or computing terminal 10 ).
- a display device may be the display device 10 a of the communications or computing terminal 10 on which the exemplary slide 21 was created using an editor according to the invention (as is indicated in FIG. 4B ), or that may be any other display device (not necessarily communicatively coupled to the communications or computing terminal 10 ).
- the above code fragment for slide 1 in play mode, while slide 1 is being displayed, first image 1 is shown and then, after about 10 seconds, image 2 is shown, i.e. on the same slide.
- the user using the editor would click on or otherwise signal the editor that the user would like to prescribe properties for an image being displayed in edit mode, and the user would then be presented with a dialog box in which the user is able to indicate e.g. the duration the image is to be displayed.
- the SMIL code can then be generated automatically based on the properties ascribed to each image and the arrangement of objects on the editor screen. Also, if a duration is not provided for the images, the editor can be configured to generate the SMIL code assuming a default duration for a slide and dividing the default duration for the slide into time segments of the same duration for each image.
- a user can be presented with a text editor by which the user can provide the SMIL code for a slide, referring to images either based on names associated with each and included in the respective properties of the images, or based on the order in which the images appear on the screen in edit mode.
- an editor according to the invention does not show the actual vertical alignment of the text versus image (i.e. as it is seen in playing the presentation); the user of the editor must preview the presentation in player mode to see the actual vertical alignment.
- the invention is shown as a method by which a multimedia presentation editor hosted by the communication or computing terminal 10 having the display device (screen) 10 a, interfaces with a user so as to allow the user to create or edit the presentation 20 including a slide 21 that in turn includes a plurality of objects such as the text object 22 and the image objects 23 a - c for display (and also objects 24 for providing audible components of the presentation), the method including: a step 51 in which the displayable objects 22 23 a - c in each set of (typically image) objects of the slide 21 that are to be displayed sequentially (one after the other in time) in play mode are instead assembled by the editor in multi-object columns 25 b, i.e.
- each column 25 a - b is displayed side-by-side with each other column 25 a - b.
- a column includes only a single object, that object is a fixed element of the slide, i.e. it appears for the entire time the slide is displayed in play mode.
- each object is displayed for only some of the time the slide is displayed in play mode.
- the displayable objects 22 23 a - c of the slide 21 form on the display device 10 a in edit mode one or more side-by-side vertical columns 25 a - b some of which may include only a single object 22 and some of which may include more than one object 23 a - c, thus providing that some parts of the slide 20 may remain fixed (the part with the text object 22 in the illustration of FIG. 2 ) while the slide is displayed in play mode and some parts may change (the part with the image objects 23 a - b in the illustration of FIG. 2 ).
- a first column might include two objects, a second column three, and a third column four.
- the timing relationships between the objects in the three columns can be specified by e.g. SMIL, or can even be automatically figure by a play device, based on the smallest number evenly divisible by the numbers of objects in each of the columns, in this case 12 .
- Timing relationship in this case would provide that each object in a column be displayed for a time proportional to the ratio of the smallest number evenly divisible by the numbers of objects in each of the columns to (divided by) the number of objects in the subject column.
- the invention has been described in terms (primarily) of the steps of a method.
- the invention also comprehends an apparatus for performing the above described steps.
- modules may be implemented as hardware, or may be implemented as software or firmware for execution by a processor.
- firmware or software the invention is provided as a computer program product including a computer readable storage structure embodying computer program code—i.e. the software or firmware—thereon for execution by a computer processor provided with the communication or computing terminal 10 .
- the invention is especially of use in creating presentations in any situation in which a small screen/display is used, such as in handheld communication or computing terminals including e.g. digital cameras, personal digital assistants (PDAs) and so on, i.e. in any device hosting a microprocessor enabling a user of the device to manipulate images on a display.
- PDAs personal digital assistants
- the invention is not restricted to creating presentations that are communicated, as e.g. an MMS message; the invention pertains only to the creating of a presentation.
- the presentation may be played by the same device or by another device, one not even necessarily having a small screen.
- the presentation need not be telecommunicated to the other device, i.e.
- the presentation can be created using e.g. a cell phone and then shown e.g. via an external display such as a TV or other video display device. Further, the invention can be used to create different kinds of presentations, including presentations compatible with Microsoft Powerpoint.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Artificial Intelligence (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
A method by which a multimedia presentation editor for use on a (typically handheld) communication or computing terminal (10) interfaces with a user so as to allow the user to create or edit a presentation (20), including: a step (51) in which objects to be displayed successively when a slide (21) is displayed in play mode, are instead assembled by the editor one under another in a column (25 a), and objects (22) to be displayed continuously are also assembled in a (one-object-long) column (25 b); and a step (52) in which the editor displays each column (25 a-b) side-by-side, corresponding to the side-by-side arrangement of respective objects in the different columns (25 a-b) when the slide (21) is displayed in play mode, thus allowing some parts of the slide (21) to be fixed, and some parts (23 a-c) to change—the parts having columns with more than one object. Corresponding equipment is also provided.
Description
- This application is a continuation of US Application Publication No. 2012/0089916 (U.S. application Ser. No. 13/274,620 filed on Oct. 17, 2011), which is the US National Stage of International Publication No. WO 2005/040957 (International Application No. PCT/IB04/03399 filed on Oct. 18, 2004) which is a continuation of U.S. Pat. No. 8,065,616 (U.S. application Ser. No. 10/694,715, filed on Oct. 27, 2003), all of which incorporated herein, in their entirety, by reference.
- The present invention pertains to the field of creating/editing presentations on a device with a small display. More particularly, the present invention pertains to creating presentations having content displayed/played (providing possibly text and images and sound all at the same time) based on instructions encoded using the SMIL language or a comparable XML-based language, and is especially useful for creating MMS messages using a handheld communication device, such as a cell phone.
- The invention is related to editing/creating (as opposed to viewing) multimedia presentations on a portable device. Multimedia presentations are e.g. shown by the device itself or using an external display or communicated between mobile/cell phones or other communication terminals as a part of MMS (Multimedia Messaging Service) messages, as prescribed by 3GPP (Third Generation Partnership Program) technical specifications. (MMS, like Short Message Service (SMS), provides automatic and immediate delivery of personal messages, but allows incorporating sound, images, and other rich content, transforming it into a personalized visual and audio message.) The presentation part in MMS messages can use different formats, but Synchronized Multimedia Integration Language (SMIL, pronounced “smile”) 2.0 is the mandatory format specified by the current 3GPP Release 5 specification. The presentation part includes all media objects (content of the multimedia presentation) as one data object/assembly, describing their layout, timing and other aspects of displaying/playing the media objects on the receiving communication terminal. For example, if an MMS message contains two slides and each contains a text object and an image, the MMS message consists of MMS headers, two image objects, two text objects, and one SMIL object with information to the effect that the message consists of a sequence of two time containers and that the first time container contains parallel media objects (image and text). See
FIG. 1 for an example of the structure of a presentation object in MMS. - SMIL is an Extensible Markup Language (XML)-based language. It contains building blocks called modules. The modules which are important from the point of view of the present invention are the so-called structure module, the timing and synchronization module, and the media object module. Each module includes one or more so-called elements and so-called attributes.
- The most important elements of SMIL are the so-called “par” and “seq” elements. A par element groups object that should appear in parallel, temporally, in a presentation. For example, if text and an image are shown on one slide at the same time, they will be put within a single <par> . . . </par> pair in a block of SMIL code. A seq element may contain objects that are supposed to be presented to the user sequentially, one after the other, i.e. the second one will not become visible until the first has been displayed/played and is not longer being displayed/played. So the two slides from the previous example would typically be put within a <seq> . . . </seq> pair to indicate that they must be played in sequence. Also the main body element is treated as a seq element when timing is considered. These and some other elements are referred to as “time containers” in the SMIL language. The example above would be encoded as:
-
<smil> <body> <par> <!--this is slide 1--> <img src=”image1.jpg”/> <text src=”text1.txt”/> </par> <par> <!--this is slide 2--><img src=”image2.jpg”/> <text src=”text2.txt”/> </par> </body> </smil>
(This is a simplified encoding; an actual encoding in SMIL would include several more elements and attributes, none of which are relevant to the invention and so are omitted here for clarity.) - Although SMIL permits unlimited nesting of the time containers to create complex timing in a presentation, to ensure interoperability between different communication devices the Open Mobile Alliance (OMA) in the OMA MMS 1.1 and 1.2 specifications has limited the nesting level to two levels. The first level is the main body level and represents the entire presentation. This in turn consists of one or more par elements, which represent slides.
- Even though OMA has introduced the above limitations to SMIL in order to ensure interoperability in the early days of MMS, there is no such limitation in 3GPP specifications, which define their own SMIL language profile. The 3GPP profile is slightly less powerful than the full W3C (World Wide Web Consortium) SMIL language 2.0, but regarding the nesting of the time containers it is unlimited too. The deeper nesting of the time containers allows for example making presentation “slides” less static and also allows introducing timing into a slide. For example a presentation may contain a set of slides having content that changes with time. (Thus, in a sense, with more than two levels, a slide may itself be an entire presentation/set of slides, each of which may itself be a new, further presentation/set of slides, and so on.)
- MMS terminals available currently on the market are capable of editing or viewing only limited SMIL structures (in terms of time container nesting). The first (top) level of nesting represents the presentation and the second level represents slides. Media items are placed on the second level. Although some handheld terminals (such as cell/mobile phones) can play more complicated content than a two-level presentation, it is impractical today for typical cell phones or other handheld terminals to create more complicated presentations because editing a three-level timing and a two-dimensional space presentations on the typically small screen of a mobile phone or other handheld and making it usable by an average user is difficult. All handheld-hosted editors today are not intuitive or simple and are too time-consuming when used to create complex presentations.
- Prior art MMS editors for handheld terminals (such as mobile phones) do not typically allow the content of a slide in a presentation to change with time. In other words, the slides created must be static (except that the media items contained in a slide may change, e.g. video clips, animated .GIF images, etc.). Other, more sophisticated MMS editors e.g. for desktop computers as opposed to handheld devices use an approach in which the entire presentation or animation (if the software is for video editing) is divided into “frames” displayed side-by-side in columns and rows,
FIG. 3 showing one row, and a user can navigate between frames (in other words, move to a different point in the presentation) using some sort of a slider widget. An approach using frames displayed side-by-side is useful for computers with big screens, so that the software can reasonably display frames side-by-side all on the same screen. But doing so is not practical on a handheld device because of the small size of the screen. - What is therefore needed is a way of providing instructions for creating a complex multimedia message such as an MMS message on a handheld device, i.e. e.g. a multimedia message that is more than two levels.
- Accordingly, in a first aspect of the invention, a method is provided by which a multimedia presentation editor hosted by a communication or computing terminal having a display device, interfaces with a user so as to allow the user to create or edit a presentation including a slide in turn including a plurality of objects for display in playing the presentation, characterized by: a step in which the objects in each set of objects of the slide to be displayed successively one after the other when the presentation is played are instead assembled by the editor one under another in respective columns, and each single object of the slide to be displayed continuously on the slide when the presentation is played are also assembled by the editor in respective one-object columns, thereby providing a plurality of columns, wherein at least one of the columns has a plurality of objects; and a step in which the editor displays at the same time each column side-by-side with each other column on the display device; the objects of the slide thus forming on the display device when displayed by the editor one or more side-by-side vertical columns some of which may include only a single object and some of which include more than one object, thereby providing that some parts of the slide may remain fixed while the slide is displayed in play mode and some parts will change.
- In accord with the first object of the invention, the multimedia presentation may be for communication as an MMS message.
- In accord with the first object of the invention, SMIL may be used with the editor to prescribe how the multimedia presentation is to be played.
- In a second aspect of the invention, a computer program product is provided comprising: a computer readable storage structure embodying computer program code thereon for execution by a computer processor in a communication or computing terminal, with said computer program code characterized in that it includes instructions for performing the steps of a method according to the first aspect of the invention.
- In a third aspect of the invention, a communications or computing terminal is provided having a display device and including a multimedia presentation editor for creating or editing a presentation including a slide in turn including a plurality of objects for display in playing the presentation, characterized in that the editor comprises means for performing the steps of a method according to the first aspect of the invention.
- In a fourth aspect of the invention, a telecommunications network is provided including a plurality of telecommunications terminals at least one of which is according to the third aspect of the invention.
- The above and other objects, features and advantages of the invention will become apparent from a consideration of the subsequent detailed description presented in connection with accompanying drawings, in which:
-
FIG. 1 illustrates the structure of a presentation object used in MMS according to the OMA MMS 1.1 and 1.2 specifications. -
FIG. 2 illustrates the structure of message timing achievable using the invention, without making the user interface more complicated; notice the added dynamic image-changing. -
FIG. 3 illustrates the approach used by a typical multimedia editor intended for use with a desktop computer. -
FIG. 4A illustrates an editor screen in an actual implementation of the invention—in a Series 90 MMS Editor. When the same presentation is displayed in play mode, the images are shown one after the other, instead of at the same time (i.e. they are not all displayed at the same time). -
FIG. 4B illustrates the screens in play mode corresponding to the editor screen displayed inFIG. 4A . -
FIG. 5 is a flowchart illustrating a method according to the invention by which an editor hosted e.g. by a handheld device having a small screen enables a user to create a slide for a presentation. - The invention provides a hybrid solution for how to create complex multimedia presentations on a handheld device, taking what is appropriate from the various existing solutions so as to provide increased editing capability on a handheld, editing that is intuitive and relatively fast.
- Referring now to
FIG. 2 , in editing apresentation 20 using an editor according to the invention, the parts of aslide 21 that change (i.e. typically the images, in that the images in a set of images 23 a-c are to be shown when played one at a time and one after the other, but on the same slide 21) are shown like “frames” are shown by editors for desktop computers, i.e. next to each other (more specifically, one on top of the other, as shown inFIG. 2 ). But the parts of theslide 21 that are static—usually thetext 22 for a slide—are shown only once, i.e. are not repeated for each part (usually an image) that changes. Such a hybrid solution saves space on the screen. - The proposed solution assumes that the layout rules—i.e. e.g. the SMIL for the presentation—are fixed and that the part of a slide that does not change (typically the text) is fixed for the duration of a slide. For example, it is reasonable to suppose that a user might take three pictures with a built-in camera and might want to show the pictures in sequence in a presentation. At the same time the user might want a block of text to appear with all of the picture, such as e.g., “These are the pictures I took in front of my house.” This is a likely use case because typing long text on a small device like a mobile phone (especially if it does not have a full “qwerty” keyboard) is time-consuming and so a user would likely not want to input a lot of different text blocks, whereas taking pictures is easy to do and fast. Also, it is unlikely that a user would want to manipulate the layout of a slide for a presentation on a handheld device because on a small screen there is not enough space for any (significant) manipulation.
- Using these assumptions, as explained above, the solution provided by the invention is to display images one under another (not overlapping, but arranged in a column) in the presentation editor—i.e. in edit mode—with instructions for play mode (provided e.g. using SMIL) that the images be displayed in a temporal sequence, one after the other. At the same time the horizontal layout remains true, i.e. corresponds to the layout seen when the presentation is played. Thus, the vertical layout in the editor does not correspond to the actual layout seen when the presentation is played: the vertical dimension in the editor represents time.
- Referring now to
FIG. 4A , adisplay device 10 a of a communications or computingterminal 10 for anexemplary slide 21 is shown when theslide 21 is displayed by an editor according to the invention. Theslide 21 includes two pictures 23 a-b and accompanyingtext block 22, and so in edit mode the screen is as shown inFIG. 4A , with the two pictures 23 a-b arranged in a vertical column (of two rows) and appearing on the screen at the same time, and thetext block 22 appearing as the one and only row of another vertical column. The corresponding screen in play mode for the slide would show the two pictures 23 a-b one after the other in time (i.e. not at the same time), with the (same)text block 22 displayed for each. The instructions for so playing the slide (i.e. for displaying it in play mode) are included e.g. in an SMIL object (not shown) included with the image objects 23 a-b and text object 22 in e.g. an MMS message. Note that if the text were longer, or if there were more images in the first column, thedisplay device 10 a would provide scroll controls typically on the right hand side so as to allow viewing all the text. - The SMIL, in simplified form, corresponding to the editor screen of FIG. 4A—i.e. indicated by the editor screen of
FIG. 4A as how the presentation is to be played, can be (more or less) as follows: -
<smil> <body> <par> <!--this is slide 1--><seq> <img src=“image1.jpg” dur=“10000ms”/> <img src=“image2.jpg” dur=“10000ms”/> </seq> <text src=“text1.txt”/> </par> ... </body> </smil>
(The “more or less” is because, as in the earlier exemplary SMIL code fragment, the SMIL code fragment here is also simplified encoding; an actual encoding in SMIL would include several more elements and attributes, none of which are relevant to the invention and so are omitted here for clarity.) To specify a presentation including both the slide(s) corresponding to the editor view ofFIG. 4A and also another slide (or slides, depending on how you count) in which the same text is repeated for three different images, the SMIL code fragment would be something like: -
<smil> <body> <par> <!--this is slide 1--><seq> <img src=“image1.jpg” dur=“10000ms”/> <img src=“image2.jpg” dur=“10000ms”/> </seq> <text src=“text1.txt”/> </par> <par> <!--this is slide 2--><seq> <img src=“image3.jpg” dur=“10000ms”/> <img src=“image4.jpg” dur=“10000ms”/> <img src=“image5.jpg” dur=“10000ms”/> </seq> <text src=“text2.txt”/> </par> </body> </smil> - As can be seen from the above SMIL code fragments, the invention allows creating a slide that is described by more than two (and in fact here three) levels of time containers in SMIL (as opposed to three levels of SMIL).
- Referring now to
FIG. 4B , the two screens in play mode corresponding to the single editor screen (which, depending on thedisplay device 10 a, may not be visible all at once, and so may require scrolling) displayed inFIG. 4A are shown on a display device that may be thedisplay device 10 a of the communications or computingterminal 10 on which theexemplary slide 21 was created using an editor according to the invention (as is indicated inFIG. 4B ), or that may be any other display device (not necessarily communicatively coupled to the communications or computing terminal 10). As indicated by the above code fragment forslide 1, in play mode, whileslide 1 is being displayed,first image 1 is shown and then, after about 10 seconds,image 2 is shown, i.e. on the same slide. - Note that in some embodiments, to generate the SMIL (or comparable) code, the user using the editor would click on or otherwise signal the editor that the user would like to prescribe properties for an image being displayed in edit mode, and the user would then be presented with a dialog box in which the user is able to indicate e.g. the duration the image is to be displayed. The SMIL code can then be generated automatically based on the properties ascribed to each image and the arrangement of objects on the editor screen. Also, if a duration is not provided for the images, the editor can be configured to generate the SMIL code assuming a default duration for a slide and dividing the default duration for the slide into time segments of the same duration for each image. Alternatively, in some embodiments, a user can be presented with a text editor by which the user can provide the SMIL code for a slide, referring to images either based on names associated with each and included in the respective properties of the images, or based on the order in which the images appear on the screen in edit mode.
- An advantage of the solution provided by the invention—at least in comparison to the frame-based approach of the prior art—is that it saves screen space and, in addition, has a more familiar look-and-feel for users already used to slide-based editors provided for use on desktop computers. To save screen space though, an editor according to the invention does not show the actual vertical alignment of the text versus image (i.e. as it is seen in playing the presentation); the user of the editor must preview the presentation in player mode to see the actual vertical alignment.
- Referring now to
FIG. 5 (and also toFIGS. 2 and 4 ), the invention is shown as a method by which a multimedia presentation editor hosted by the communication or computingterminal 10 having the display device (screen) 10 a, interfaces with a user so as to allow the user to create or edit thepresentation 20 including aslide 21 that in turn includes a plurality of objects such as thetext object 22 and the image objects 23 a-c for display (and also objects 24 for providing audible components of the presentation), the method including: astep 51 in which the displayable objects 22 23 a-c in each set of (typically image) objects of theslide 21 that are to be displayed sequentially (one after the other in time) in play mode are instead assembled by the editor inmulti-object columns 25 b, i.e. one under another, and the objects that are to be displayed continuously are assembled into one-object-long columns 25 a; and astep 52 in which each column 25 a-b is displayed side-by-side with each other column 25 a-b. Thus, if a column includes only a single object, that object is a fixed element of the slide, i.e. it appears for the entire time the slide is displayed in play mode. On the other hand, in case of a column including more than one object, each object is displayed for only some of the time the slide is displayed in play mode. In other words, thedisplayable objects 22 23 a-c of theslide 21 form on thedisplay device 10 a in edit mode one or more side-by-side vertical columns 25 a-b some of which may include only asingle object 22 and some of which may include more than one object 23 a-c, thus providing that some parts of theslide 20 may remain fixed (the part with thetext object 22 in the illustration ofFIG. 2 ) while the slide is displayed in play mode and some parts may change (the part with the image objects 23 a-b in the illustration ofFIG. 2 ). - Although the invention has been shown and described in the case of
unchanging text 22 and changing images 23 a-c of aslide 21, so that in edit mode there are two side-by-side columns, it is also within the scope of the invention that there be more than two columns, and even that none of the columns include a single object. For example, a first column might include two objects, a second column three, and a third column four. In such a case, the timing relationships between the objects in the three columns can be specified by e.g. SMIL, or can even be automatically figure by a play device, based on the smallest number evenly divisible by the numbers of objects in each of the columns, in this case 12. An automatic determination of the timing relationship in this case would provide that each object in a column be displayed for a time proportional to the ratio of the smallest number evenly divisible by the numbers of objects in each of the columns to (divided by) the number of objects in the subject column. - The invention has been described in terms (primarily) of the steps of a method. The invention also comprehends an apparatus for performing the above described steps. Thus, for each step described above, there can be a corresponding module of an apparatus, although it is also possible for the functionality for performing more than one of the above-described steps to be incorporated into a single module. Such modules may be implemented as hardware, or may be implemented as software or firmware for execution by a processor. In particular, in the case of firmware or software, the invention is provided as a computer program product including a computer readable storage structure embodying computer program code—i.e. the software or firmware—thereon for execution by a computer processor provided with the communication or computing
terminal 10. - It is important to understand that the invention is especially of use in creating presentations in any situation in which a small screen/display is used, such as in handheld communication or computing terminals including e.g. digital cameras, personal digital assistants (PDAs) and so on, i.e. in any device hosting a microprocessor enabling a user of the device to manipulate images on a display. Thus, the invention is not restricted to creating presentations that are communicated, as e.g. an MMS message; the invention pertains only to the creating of a presentation. The presentation may be played by the same device or by another device, one not even necessarily having a small screen. Moreover the presentation need not be telecommunicated to the other device, i.e. communicated over a wireline or wireless telecommunication network(s); the presentation can be created using e.g. a cell phone and then shown e.g. via an external display such as a TV or other video display device. Further, the invention can be used to create different kinds of presentations, including presentations compatible with Microsoft Powerpoint.
- It is to be understood that the above-described arrangements are only illustrative of the application of the principles of the present invention. Numerous modifications and alternative arrangements may be devised by those skilled in the art without departing from the scope of the present invention, and the appended claims are intended to cover such modifications and arrangements.
Claims (20)
1. A method comprising:
assembling in a handheld telecommunication terminal a plurality of slides in a row;
assembling in the handheld telecommunication terminal a plurality of image objects of at least one slide of the plurality of slides in a first column, the plurality of image objects forming part of the at least one slide, wherein each image object of the plurality of image objects is to be displayed sequentially one after the other when a multimedia presentation is played on the handheld telecommunication terminal having a display device; and
assembling in the handheld telecommunication terminal at least one static object of the at least one slide in a second column, wherein the at least one static object is to be displayed together with each image object of the plurality of image objects of the first column when the multimedia presentation is played.
2. The method of claim 1 , wherein a synchronized multimedia integration language is used to determine how the multimedia presentation is to be played.
3. The method of claim 1 , wherein the multimedia presentation is part of a multimedia message service message.
4. The method of claim 1 , comprising displaying the first and second columns together on the display device.
5. The method of claim 1 , wherein the at least one static object comprises only one object that is to be displayed for a playing duration of the at least one slide.
6. The method of claim 1 , comprising receiving information corresponding to one or more image objects of the plurality of image objects.
7. The method of claim 6 , wherein the information comprises a duration that the one or more image objects is to be displayed.
8. The method of claim 1 , wherein the plurality of slides is configured to be displayed sequentially, and the plurality of image objects is configured to be displayed during a time segment allocated to the at least one slide.
9. A handheld telecommunication terminal comprising a non-transitory computer readable medium having instructions stored thereon, the instructions operable to:
display a plurality of slides sequentially when a multimedia presentation is played on the handheld telecommunication terminal having a display device, wherein at least one slide of the plurality of slides comprises a plurality of image objects forming part of the at least one slide; and
display each image object of the plurality of image objects of the at least one slide sequentially when the multimedia presentation is played.
10. The handheld telecommunication terminal of claim 9 , wherein the instructions are operable to display a static object together with each image object of the at least one slide.
11. The handheld telecommunication terminal of claim 10 , wherein the static object comprises only one object that is to be displayed for a duration that the at least one slide is displayed.
12. The handheld telecommunication terminal of claim 9 , wherein the instructions are operable to display the plurality of image objects during a time segment allocated to the at least one slide.
13. The handheld telecommunication terminal of claim 9 , wherein the instructions comprise instructions written using a synchronized multimedia integration language.
14. The handheld telecommunication terminal of claim 9 , wherein the multimedia presentation is part of a multimedia message service message.
15. A method comprising:
instructing a plurality of slides to be displaying sequentially on a display of a handheld telecommunication terminal, wherein the plurality of slides comprises at least one slide having a plurality of time dependent image objects; and
instructing the at least one slide such that each time dependent image object of the plurality of time dependent image objects is displayed sequentially during a time period in which the at least one slide is displayed.
16. The method of claim 15 , wherein instructing the plurality of slides to be displayed sequentially comprises using a synchronized multimedia integration language to instruct the plurality of slides to be displayed sequentially.
17. The method of claim 16 , wherein using the synchronized multimedia integration language to instruct the plurality of slides to be displayed sequentially comprises using a “par” instruction.
18. The method of claim 15 , wherein instructing the at least one slide such that each time dependent image object of the plurality of time dependent image objects is displayed sequentially comprises using a synchronized multimedia integration language to instruct the at least one slide such that each time dependent image object of the plurality of time dependent image objects is displayed sequentially.
19. The method of claim 18 , wherein using the synchronized multimedia integration language to instruct the at least one slide such that each time dependent image object of the plurality of time dependent image objects is displayed sequentially comprises using a “seq” instruction.
20. The method of claim 15 , comprising instructing a static object to be displayed together with each time dependent image object of the at least one slide.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/175,147 US20140181674A1 (en) | 2003-10-27 | 2014-02-07 | Multimedia presentation editor for a small-display communication terminal or computing device |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/694,715 US8065616B2 (en) | 2003-10-27 | 2003-10-27 | Multimedia presentation editor for a small-display communication terminal or computing device |
US13/274,620 US8683341B2 (en) | 2003-10-27 | 2011-10-17 | Multimedia presentation editor for a small-display communication terminal or computing device |
US14/175,147 US20140181674A1 (en) | 2003-10-27 | 2014-02-07 | Multimedia presentation editor for a small-display communication terminal or computing device |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/274,620 Continuation US8683341B2 (en) | 2003-10-27 | 2011-10-17 | Multimedia presentation editor for a small-display communication terminal or computing device |
Publications (1)
Publication Number | Publication Date |
---|---|
US20140181674A1 true US20140181674A1 (en) | 2014-06-26 |
Family
ID=34522669
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/694,715 Expired - Fee Related US8065616B2 (en) | 2003-10-27 | 2003-10-27 | Multimedia presentation editor for a small-display communication terminal or computing device |
US13/274,620 Expired - Fee Related US8683341B2 (en) | 2003-10-27 | 2011-10-17 | Multimedia presentation editor for a small-display communication terminal or computing device |
US14/175,147 Abandoned US20140181674A1 (en) | 2003-10-27 | 2014-02-07 | Multimedia presentation editor for a small-display communication terminal or computing device |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/694,715 Expired - Fee Related US8065616B2 (en) | 2003-10-27 | 2003-10-27 | Multimedia presentation editor for a small-display communication terminal or computing device |
US13/274,620 Expired - Fee Related US8683341B2 (en) | 2003-10-27 | 2011-10-17 | Multimedia presentation editor for a small-display communication terminal or computing device |
Country Status (3)
Country | Link |
---|---|
US (3) | US8065616B2 (en) |
EP (1) | EP1682962A4 (en) |
WO (1) | WO2005040957A2 (en) |
Families Citing this family (61)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7181538B2 (en) * | 2003-11-14 | 2007-02-20 | Sybase 365, Inc. | System and method for providing configurable, dynamic multimedia message service pre-transcoding |
US20050111041A1 (en) * | 2003-11-25 | 2005-05-26 | Nokia Corporation | Rendering electronic presentations to printed surface |
US7617447B1 (en) | 2003-12-09 | 2009-11-10 | Microsoft Corporation | Context free document portions |
US7464330B2 (en) * | 2003-12-09 | 2008-12-09 | Microsoft Corporation | Context-free document portions with alternate formats |
EP1569087A3 (en) * | 2004-02-17 | 2007-04-25 | Canon Kabushiki Kaisha | Data processing apparatus, data processing method, program for implementing the method, and storage medium storing the program |
US20050187756A1 (en) * | 2004-02-25 | 2005-08-25 | Nokia Corporation | System and apparatus for handling presentation language messages |
CN1684059A (en) * | 2004-04-14 | 2005-10-19 | 皇家飞利浦电子股份有限公司 | Editing method and device for multimedia information files |
US7418652B2 (en) * | 2004-04-30 | 2008-08-26 | Microsoft Corporation | Method and apparatus for interleaving parts of a document |
US7487448B2 (en) * | 2004-04-30 | 2009-02-03 | Microsoft Corporation | Document mark up methods and systems |
US8661332B2 (en) | 2004-04-30 | 2014-02-25 | Microsoft Corporation | Method and apparatus for document processing |
US7549118B2 (en) * | 2004-04-30 | 2009-06-16 | Microsoft Corporation | Methods and systems for defining documents with selectable and/or sequenceable parts |
US7512878B2 (en) * | 2004-04-30 | 2009-03-31 | Microsoft Corporation | Modular document format |
US7383500B2 (en) * | 2004-04-30 | 2008-06-03 | Microsoft Corporation | Methods and systems for building packages that contain pre-paginated documents |
US7359902B2 (en) | 2004-04-30 | 2008-04-15 | Microsoft Corporation | Method and apparatus for maintaining relationships between parts in a package |
US8363232B2 (en) * | 2004-05-03 | 2013-01-29 | Microsoft Corporation | Strategies for simultaneous peripheral operations on-line using hierarchically structured job information |
US7440132B2 (en) | 2004-05-03 | 2008-10-21 | Microsoft Corporation | Systems and methods for handling a file with complex elements |
US7755786B2 (en) | 2004-05-03 | 2010-07-13 | Microsoft Corporation | Systems and methods for support of various processing capabilities |
US8243317B2 (en) * | 2004-05-03 | 2012-08-14 | Microsoft Corporation | Hierarchical arrangement for spooling job data |
US7634775B2 (en) * | 2004-05-03 | 2009-12-15 | Microsoft Corporation | Sharing of downloaded resources |
US7580948B2 (en) | 2004-05-03 | 2009-08-25 | Microsoft Corporation | Spooling strategies using structured job information |
US7519899B2 (en) * | 2004-05-03 | 2009-04-14 | Microsoft Corporation | Planar mapping of graphical elements |
US7607141B2 (en) | 2004-05-03 | 2009-10-20 | Microsoft Corporation | Systems and methods for support of various processing capabilities |
US20050246384A1 (en) * | 2004-05-03 | 2005-11-03 | Microsoft Corporation | Systems and methods for passing data between filters |
US7617450B2 (en) * | 2004-09-30 | 2009-11-10 | Microsoft Corporation | Method, system, and computer-readable medium for creating, inserting, and reusing document parts in an electronic document |
US20060079214A1 (en) * | 2004-10-12 | 2006-04-13 | Nokia Corporation | Method and apparatus for showing wireless mobile device data content on an external viewer |
JP2006127367A (en) * | 2004-11-01 | 2006-05-18 | Sony Corp | Information management method, information management program, and information management apparatus |
US7584111B2 (en) | 2004-11-19 | 2009-09-01 | Microsoft Corporation | Time polynomial Arrow-Debreu market equilibrium |
US7617444B2 (en) | 2004-12-20 | 2009-11-10 | Microsoft Corporation | File formats, methods, and computer program products for representing workbooks |
US7620889B2 (en) | 2004-12-20 | 2009-11-17 | Microsoft Corporation | Method and system for linking data ranges of a computer-generated document with associated extensible markup language elements |
US7617229B2 (en) * | 2004-12-20 | 2009-11-10 | Microsoft Corporation | Management and use of data in a computer-generated document |
US7614000B2 (en) | 2004-12-20 | 2009-11-03 | Microsoft Corporation | File formats, methods, and computer program products for representing presentations |
US20060136816A1 (en) * | 2004-12-20 | 2006-06-22 | Microsoft Corporation | File formats, methods, and computer program products for representing documents |
US7617451B2 (en) * | 2004-12-20 | 2009-11-10 | Microsoft Corporation | Structuring data for word processing documents |
US7752632B2 (en) * | 2004-12-21 | 2010-07-06 | Microsoft Corporation | Method and system for exposing nested data in a computer-generated document in a transparent manner |
US7770180B2 (en) * | 2004-12-21 | 2010-08-03 | Microsoft Corporation | Exposing embedded data in a computer-generated document |
US8819143B2 (en) * | 2005-05-31 | 2014-08-26 | Flash Networks Ltd. | Presentation layer adaptation in multimedia messaging |
US20060277217A1 (en) * | 2005-06-01 | 2006-12-07 | Nokia Corporation | Method for creating a data file |
US20070022128A1 (en) * | 2005-06-03 | 2007-01-25 | Microsoft Corporation | Structuring data for spreadsheet documents |
US20060277452A1 (en) * | 2005-06-03 | 2006-12-07 | Microsoft Corporation | Structuring data for presentation documents |
US20070006078A1 (en) * | 2005-07-01 | 2007-01-04 | Microsoft Corporation | Declaratively responding to state changes in an interactive multimedia environment |
US8656268B2 (en) * | 2005-07-01 | 2014-02-18 | Microsoft Corporation | Queueing events in an interactive media environment |
US8305398B2 (en) * | 2005-07-01 | 2012-11-06 | Microsoft Corporation | Rendering and compositing multiple applications in an interactive media environment |
US20070006062A1 (en) * | 2005-07-01 | 2007-01-04 | Microsoft Corporation | Synchronization aspects of interactive multimedia presentation management |
US8799757B2 (en) * | 2005-07-01 | 2014-08-05 | Microsoft Corporation | Synchronization aspects of interactive multimedia presentation management |
US7941522B2 (en) * | 2005-07-01 | 2011-05-10 | Microsoft Corporation | Application security in an interactive media environment |
US20070006079A1 (en) * | 2005-07-01 | 2007-01-04 | Microsoft Corporation | State-based timing for interactive multimedia presentations |
US20070006238A1 (en) * | 2005-07-01 | 2007-01-04 | Microsoft Corporation | Managing application states in an interactive media environment |
US8020084B2 (en) * | 2005-07-01 | 2011-09-13 | Microsoft Corporation | Synchronization aspects of interactive multimedia presentation management |
US7743323B1 (en) * | 2005-10-06 | 2010-06-22 | Verisign, Inc. | Method and apparatus to customize layout and presentation |
KR101123193B1 (en) * | 2006-07-04 | 2012-03-19 | 엘지전자 주식회사 | Method of setting an attribute of a slide in a multimedia message and mobile communication terminal |
US20090265649A1 (en) * | 2006-12-06 | 2009-10-22 | Pumpone, Llc | System and method for management and distribution of multimedia presentations |
US8407596B2 (en) * | 2009-04-22 | 2013-03-26 | Microsoft Corporation | Media timeline interaction |
JP2011048204A (en) * | 2009-08-27 | 2011-03-10 | Kyocera Corp | Display device |
KR20110041864A (en) * | 2009-10-16 | 2011-04-22 | 엘지전자 주식회사 | Data attachment method in mobile communication terminal and mobile communication terminal applying same |
KR101673997B1 (en) * | 2010-04-02 | 2016-11-08 | 삼성전자주식회사 | Apparatus and method for composing message in portable terminal |
US9361130B2 (en) * | 2010-05-03 | 2016-06-07 | Apple Inc. | Systems, methods, and computer program products providing an integrated user interface for reading content |
KR101932688B1 (en) * | 2010-11-29 | 2018-12-28 | 삼성전자주식회사 | Portable Device and Method for Providing User Interface Mode thereof |
CN102333215A (en) * | 2011-09-15 | 2012-01-25 | 盛乐信息技术(上海)有限公司 | Handheld mobile device and method interactive with projection apparatus |
CN102387481B (en) * | 2011-10-08 | 2018-04-17 | 中兴通讯股份有限公司 | A kind of multimedia message editing method and device |
US9154456B2 (en) | 2012-04-17 | 2015-10-06 | Trenda Innovations, Inc. | Messaging system and method |
CN107885436B (en) * | 2017-11-28 | 2020-12-15 | 深圳天珑无线科技有限公司 | Picture interactive operation method and device and mobile terminal |
Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5440678A (en) * | 1992-07-22 | 1995-08-08 | International Business Machines Corporation | Method of and apparatus for creating a multi-media footnote |
US5917483A (en) * | 1995-09-18 | 1999-06-29 | Oracle Corporation | Advanced windows management for a computer system |
US6166736A (en) * | 1997-08-22 | 2000-12-26 | Natrificial Llc | Method and apparatus for simultaneously resizing and relocating windows within a graphical display |
US20020161797A1 (en) * | 2001-02-02 | 2002-10-31 | Gallo Kevin T. | Integration of media playback components with an independent timing specification |
US20030164859A1 (en) * | 2001-02-02 | 2003-09-04 | Evans Clark Cameron | Hybrid widget/layout user interface for structured information |
US20030188255A1 (en) * | 2002-03-28 | 2003-10-02 | Fujitsu Limited | Apparatus for and method of generating synchronized contents information, and computer product |
US20030222899A1 (en) * | 2002-05-31 | 2003-12-04 | Antero Alvesalo | System and method for creating multimedia presentation |
US20040119745A1 (en) * | 2002-12-18 | 2004-06-24 | International Business Machines Corporation | Optimizing display space with expandable and collapsible user interface controls |
US6781610B2 (en) * | 2000-10-04 | 2004-08-24 | Siemens Ag | Motor vehicle multimedia system having animated display |
US20040205477A1 (en) * | 2001-09-13 | 2004-10-14 | I-Jong Lin | System for recording a presentation |
US20050044499A1 (en) * | 2003-02-23 | 2005-02-24 | Anystream, Inc. | Method for capturing, encoding, packaging, and distributing multimedia presentations |
US20050283741A1 (en) * | 1999-12-16 | 2005-12-22 | Marko Balabanovic | Method and apparatus for storytelling with digital photographs |
US20060288113A1 (en) * | 2002-08-20 | 2006-12-21 | Microsoft Corporation | Media streaming of web content data |
US7278113B1 (en) * | 2003-03-31 | 2007-10-02 | Unisys Corporation | Logistics management system user interface having dynamic form configuration |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6546405B2 (en) * | 1997-10-23 | 2003-04-08 | Microsoft Corporation | Annotating temporally-dimensioned multimedia content |
US6738075B1 (en) * | 1998-12-31 | 2004-05-18 | Flashpoint Technology, Inc. | Method and apparatus for creating an interactive slide show in a digital imaging device |
US6317141B1 (en) * | 1998-12-31 | 2001-11-13 | Flashpoint Technology, Inc. | Method and apparatus for editing heterogeneous media objects in a digital imaging device |
US6345279B1 (en) * | 1999-04-23 | 2002-02-05 | International Business Machines Corporation | Methods and apparatus for adapting multimedia content for client devices |
US7330875B1 (en) * | 1999-06-15 | 2008-02-12 | Microsoft Corporation | System and method for recording a presentation for on-demand viewing over a computer network |
US20060168619A1 (en) * | 2001-04-20 | 2006-07-27 | Reams David A | Audio/video program-related hyperlink printer |
US7496845B2 (en) * | 2002-03-15 | 2009-02-24 | Microsoft Corporation | Interactive presentation viewing system employing multi-media components |
US7149755B2 (en) * | 2002-07-29 | 2006-12-12 | Hewlett-Packard Development Company, Lp. | Presenting a collection of media objects |
US20040130566A1 (en) * | 2003-01-07 | 2004-07-08 | Prashant Banerjee | Method for producing computerized multi-media presentation |
US20050091610A1 (en) * | 2003-10-22 | 2005-04-28 | International Business Machines Corporation | Selective display of windows on an auxiliary output device |
-
2003
- 2003-10-27 US US10/694,715 patent/US8065616B2/en not_active Expired - Fee Related
-
2004
- 2004-10-18 WO PCT/IB2004/003399 patent/WO2005040957A2/en active Application Filing
- 2004-10-18 EP EP04769660A patent/EP1682962A4/en not_active Withdrawn
-
2011
- 2011-10-17 US US13/274,620 patent/US8683341B2/en not_active Expired - Fee Related
-
2014
- 2014-02-07 US US14/175,147 patent/US20140181674A1/en not_active Abandoned
Patent Citations (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5440678A (en) * | 1992-07-22 | 1995-08-08 | International Business Machines Corporation | Method of and apparatus for creating a multi-media footnote |
US5917483A (en) * | 1995-09-18 | 1999-06-29 | Oracle Corporation | Advanced windows management for a computer system |
US6166736A (en) * | 1997-08-22 | 2000-12-26 | Natrificial Llc | Method and apparatus for simultaneously resizing and relocating windows within a graphical display |
US20050283741A1 (en) * | 1999-12-16 | 2005-12-22 | Marko Balabanovic | Method and apparatus for storytelling with digital photographs |
US6781610B2 (en) * | 2000-10-04 | 2004-08-24 | Siemens Ag | Motor vehicle multimedia system having animated display |
US20020161797A1 (en) * | 2001-02-02 | 2002-10-31 | Gallo Kevin T. | Integration of media playback components with an independent timing specification |
US20030164859A1 (en) * | 2001-02-02 | 2003-09-04 | Evans Clark Cameron | Hybrid widget/layout user interface for structured information |
US20040205477A1 (en) * | 2001-09-13 | 2004-10-14 | I-Jong Lin | System for recording a presentation |
US20030188255A1 (en) * | 2002-03-28 | 2003-10-02 | Fujitsu Limited | Apparatus for and method of generating synchronized contents information, and computer product |
US20030222899A1 (en) * | 2002-05-31 | 2003-12-04 | Antero Alvesalo | System and method for creating multimedia presentation |
US20060288113A1 (en) * | 2002-08-20 | 2006-12-21 | Microsoft Corporation | Media streaming of web content data |
US20090276535A1 (en) * | 2002-08-20 | 2009-11-05 | Microsoft Corporation | Media streaming of web content data |
US20040119745A1 (en) * | 2002-12-18 | 2004-06-24 | International Business Machines Corporation | Optimizing display space with expandable and collapsible user interface controls |
US20050044499A1 (en) * | 2003-02-23 | 2005-02-24 | Anystream, Inc. | Method for capturing, encoding, packaging, and distributing multimedia presentations |
US7278113B1 (en) * | 2003-03-31 | 2007-10-02 | Unisys Corporation | Logistics management system user interface having dynamic form configuration |
Also Published As
Publication number | Publication date |
---|---|
EP1682962A2 (en) | 2006-07-26 |
WO2005040957A3 (en) | 2009-08-27 |
EP1682962A4 (en) | 2011-07-13 |
US8683341B2 (en) | 2014-03-25 |
US8065616B2 (en) | 2011-11-22 |
WO2005040957A2 (en) | 2005-05-06 |
US20050091574A1 (en) | 2005-04-28 |
US20120089916A1 (en) | 2012-04-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8683341B2 (en) | Multimedia presentation editor for a small-display communication terminal or computing device | |
CN109815200B (en) | File sharing method and device and storage medium | |
CN101796831A (en) | Adaptive video processing apparatus and method of scaling video based on screen size of display device | |
US20240411432A1 (en) | Video display method and apparatus, and electronic device and storage medium | |
CN105518614A (en) | Screencasting for multi-screen applications | |
JP2024528439A (en) | Content display method, device, equipment, and medium | |
CN113868446A (en) | Page display method, device, equipment and storage medium | |
CN102347045A (en) | Synchronous display control system used for embedded media player and device thereof | |
WO2020220773A1 (en) | Method and apparatus for displaying picture preview information, electronic device and computer-readable storage medium | |
US20080168493A1 (en) | Mixing User-Specified Graphics with Video Streams | |
CN115563320A (en) | Information reply method, device, electronic equipment, computer storage medium and product | |
CN114584716B (en) | Picture processing method, device, equipment and storage medium | |
JP2025504953A (en) | Message presentation method, device, equipment and storage medium | |
CN112637623A (en) | Live broadcast processing method and device and electronic equipment | |
KR20240127482A (en) | Video processing method and device, and nonvolatile computer-readable storage medium | |
JP2021136674A (en) | Device, method, system and program for content distribution | |
JP4769032B2 (en) | Screen changing method, screen generating device, program, and recording medium | |
CN112988008A (en) | Information display method and device, computer equipment and storage medium | |
US20110167346A1 (en) | Method and system for creating a multi-media output for presentation to and interaction with a live audience | |
US20230146648A1 (en) | Immersive learning application framework for video with web content overlay control | |
CN108121748B (en) | Method and device for providing media push | |
KR20110035789A (en) | How to provide video message production service | |
CN115942026A (en) | Comment display method and device | |
JP2004056469A (en) | Electronic device and media reproducing method therefor | |
CN114386369A (en) | Text processing method and device, electronic equipment and medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |