WO2014200539A1 - Remultiplexage de flux binaires de vidéo codée pour lecture vidéo - Google Patents

Remultiplexage de flux binaires de vidéo codée pour lecture vidéo Download PDF

Info

Publication number
WO2014200539A1
WO2014200539A1 PCT/US2013/060892 US2013060892W WO2014200539A1 WO 2014200539 A1 WO2014200539 A1 WO 2014200539A1 US 2013060892 W US2013060892 W US 2013060892W WO 2014200539 A1 WO2014200539 A1 WO 2014200539A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
data
bitstream
computer
video data
Prior art date
Application number
PCT/US2013/060892
Other languages
English (en)
Inventor
Tzong-Jhy Wang
Yongjun Wu
Shaun IVORY
Original Assignee
Microsoft Corporation
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Microsoft Corporation filed Critical Microsoft Corporation
Publication of WO2014200539A1 publication Critical patent/WO2014200539A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/44Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs
    • H04N21/4402Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving reformatting operations of video signals for household redistribution, storage or real-time display
    • H04N21/440218Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving reformatting operations of video signals for household redistribution, storage or real-time display by transcoding between formats or standards, e.g. from MPEG-2 to MPEG-4
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/434Disassembling of a multiplex stream, e.g. demultiplexing audio and video streams, extraction of additional data from a video stream; Remultiplexing of multiplex streams; Extraction or processing of SI; Disassembling of packetised elementary stream
    • H04N21/4341Demultiplexing of audio and video streams
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/434Disassembling of a multiplex stream, e.g. demultiplexing audio and video streams, extraction of additional data from a video stream; Remultiplexing of multiplex streams; Extraction or processing of SI; Disassembling of packetised elementary stream
    • H04N21/4344Remultiplexing of multiplex streams, e.g. by modifying time stamps or remapping the packet identifiers

Definitions

  • Video data is commonly compressed according to a compression algorithm to produce a bitstream of compressed video data.
  • Compressed bitstreams are stored in data files that have a specified file format.
  • video data generally has an encoded bitstream format and a file format.
  • One family of compression algorithms collects images from a sequence of images defining the video data into groups, called a group of pictures.
  • the images in a group of pictures are processed using redundancies among the images in the group of pictures to reduce the amount of data required to represent each image.
  • such compression algorithms compress at least one image using only data within that image spatially, thus using "intraframe” compression.
  • Such images when compressed, are referred to as I- frames.
  • Other images are compressed using data from other images, and thus such algorithms use "interframe” compression. If those other images occur in the sequence of images both before and after the image being encoded in display order, then the compression is "bidirectional", and the encoded image is called a "B"-frame.
  • Other images may be compressed using data from other images that occur before the encoded image in display order in the sequence of images. These are commonly called "P"-frames.
  • AVCHD uses a compressed bitstream in the H.264/AVC coding format, and the encoded bitstream is in the MPEG-2 Transport Stream (M2TS) format.
  • M2TS MPEG-2 Transport Stream
  • the M2TS format is optimized for streaming playback, such that compressed data for an image might be packetized in several packets, and these packets can be multiplexed in an encoded bitstream with other data, such as compressed audio.
  • M2TS MPEG-2 Transport Stream
  • Such a file format is commonly used in consumer-grade video cameras that store AVCHD encoded video data into data files.
  • the playback system of either a media player or a video editing system generally allows a user to scrub or seek through the video, for example to find a point of interest.
  • Video data that is encoded without indexing information to some recovery pictures generally adds complexity to such a playback or editing system.
  • An encoded bitstream is processed without re-encoding so as to recombine multiple packets of each image into contiguous data of one packet for the image.
  • Each packet is assigned a presentation time stamp, corresponding to the display order of its image in the sequence of images.
  • each intraframe compressed image also can be marked as a recovery point for fast seek or scrubbing.
  • a decompression processor begins processing an image that is so marked, data of prior groups of pictures in the sequence of images does not remain in the buffer used for decompression during playback, seek or scrubbing.
  • a decompression processor With each intraframe compressed image so marked, a decompression processor thus empties its buffers before processing each intraframe compressed image when playing back, seeking or scrubbing video in the converted file format.
  • an original bitstream of video data is received into memory.
  • the bitstream includes a plurality of packets of data including compressed data for the image.
  • the bitstream of video data is processed to gather the compressed video data for each image.
  • a single packet is formed, comprising contiguous compressed video data for each image, wherein the single packet further has an associated presentation time stamp for the image.
  • the packets for the images are stored as a converted bitstream in a data file format for use in playback, for example by a video editing application.
  • each intraframe compressed image in the converted bitstream is marked as a recovery point indicating a decompression processor empties buffers of data from prior groups of pictures before processing the image.
  • An example original bitstream is a bitstream that is compliant with an MPEG-2 transport stream file format with compressed data compliant with H.264/AVC standard.
  • scrubbing playback can use the converted bitstream, whereas the original bitstream can be used for streaming playback.
  • a data file including the original bitstream can be associated with the data file including the converted bitstream.
  • a video editing or other playback application receives a data file including an original bitstream, and a data file including a converted bitstream, where the converted bitstream includes the video data from the original bitstream, converted into a bitstream with a single packet for each image, the single packet comprising contiguous compressed video data for the image and an associated presentation time stamp for the image.
  • each intraframe compressed image in the converted bitstream is marked as a recovery point indicating a decompression processor empties buffers of data from prior groups of pictures before processing the image.
  • scrubbing playback can use the converted bitstream, whereas the original bitstream can be used for streaming playback.
  • FIG. 1 is a block diagram of an example system for remultiplexing video data for playback.
  • FIG. 2 is a diagram illustrating example bitstream formats processed and produced by such a system.
  • FIG. 3 is a data flow diagram an example implementation of a remultiplexing system.
  • FIG. 4 is a flow chart describing an example implementation of remultiplexing.
  • FIG. 5 is a flow chart describing a more detailed example implementation of remultiplexing.
  • FIG. 6 is a block diagram of an example computer with which components of such a system can be implemented.
  • a video processing system 100 includes a camera 102 that generates motion video data in data files 104 on a computer-readable storage medium.
  • the motion video data comprises a sequence of images taken at a periodic rate, called the frame rate.
  • the sequence of images is encoded using intraframe and interframe compression, with the interframe compression using groups of pictures within the sequence of images, to produce an encoded bitstream.
  • An example implementation of such compression is MPEG-1, MPEG-4 Part 2, SMPTE VC-1, H.264/AVC or MPEG-2 coding.
  • the encoded bitstream can be multiplexed with other data and is stored in a data file, in a specified data file format.
  • An example implementation of such a format is the AVCHD file format, which uses a compressed bitstream in the H.264 format, and the file format of an MPEG-2 transport stream (M2TS).
  • motion video data is stored in a data file on a camera, it is commonly transferred to one or more other storage device(s) 106, such as an online storage system, storage on a computer, or the like. Such data files then can be accessed for a variety of uses, such as editing video using a video editing application 108 or similar application.
  • the video processing system 100 includes a converter application 110 that takes a video file 112 with motion video data and converts it into a converted video file 114 that is more efficient, faster, and optimized, for the video editing application 108 to work on.
  • the video editing application 108 uses the converted video file 114 to provide the played back video 120 to a display (not shown).
  • the converted video file 114 is generated by the converter application 110 by processing the encoded bitstream without re-encoding so as to recombine multiple packets of each image into contiguous data of one packet for the image.
  • Each packet is assigned a presentation time stamp, corresponding to the display order of its image in the sequence of images.
  • each intraframe compressed image also is marked as a recovery point for fast seek or scrubbing.
  • a decompression processor begins processing an image that is so marked, data of prior groups of pictures in the sequence of images does not remain in the buffer used for decompression during playback, seek or scrubbing.
  • a decompression processor With each intraframe compressed image so marked, a decompression processor thus empties its buffers before processing each intraframe compressed image when playing back, seeking or scrubbing video in the converted file format.
  • the converter application 110 and video editing application 108 can be
  • the converter application and video editing application can be part of the same computer program or can be separate computer programs. They can be executed on the same computer or on different computers. Either application can be connected directly to storage device 106, or storage device 106 can be connected to the application by a computer network, such as local area network or other computer network, including the internet.
  • the converter application 110 can be invoked at the time a video data file is stored in storage device 106, or in response to user instruction, or in response to the video editing application accessing a video data file, or at other time prior to usage by the video editing application.
  • the data file including the original bitstream in its original data file format is associated with the data file including the converted bitstream in its data file format.
  • the video editing application is configured to access the converted file format in response to an editing command that involves seeking, scrubbing or other similar playback operation.
  • FIG. 2 example data file formats are shown. These file format illustrations are simplistic drawings of example characteristics of file formats and are not intended to illustrate the complexity of an actual file format.
  • an original file format 200 has video data for each image in an encoded bitstream multiplexed with other data, such as compressed audio data.
  • the bitstream includes packets 202 of data, with each packet having a header 204, video data 206 and other data 208.
  • Multiple packets, as shown at 210, are used to represent one image in a sequence of images of motion video data.
  • each packet 222 contains video data 224 for an entire image or frame.
  • the header 226 for the video data 224 includes at least a presentation time stamp representing at least the relative display order of this image with respect to other images in the sequence of images of motion video data.
  • the header 226 for each intraframe compressed image also can include data marking the image as a recovery point, indicating to a decompression processor to empty its buffers of data of prior groups of pictures in the sequence of images before processing the intraframe compressed image before processing the image for playback, seeking or scrubbing.
  • FIG. 3 a data flow diagram of an example implementation of a converter 300 will now be described.
  • an input data file 302 is received by a demultiplexing module 304 that reads each packet of the input data file 302 to extract video data from the packet and combine that video data from other video data for the same image from other packets, thus using a buffer 306.
  • Each image is assigned a presentation time stamp corresponding to its display order in the sequence of images.
  • a counter 308 can be used to maintain an accurate count of the presentation time stamp to be associated with each image if such data is not provided with each image in its header data.
  • the demultiplexing module 304 uses the data in the buffer 306 and optionally the counter 308, the demultiplexing module 304 outputs an output packet 310 for each image in the sequence of images, where an output packet includes contiguous data for a complete image and has a presentation time stamp for that image corresponding to its display order.
  • FIG. 4 a flowchart of an example implementation of a process for remultiplexing video data will now be described.
  • the input data file is accessed 400.
  • the encoded bitstream of video data is read 402 from the input data file.
  • the encoded bitstream is converted 404 without re-encoding, as described above, into the desired output bitstream format.
  • Each intraframe compressed image is then marked 406 indicating to a decompression processor to empty its buffers of data of prior groups of pictures in the sequence of images before processing the intraframe compressed.
  • the converted bitstream is then stored 408 in the output file format. This stored data file can then be made available 410 for use in a video editing application for use in playback of slow or fast forward or backward motion, seeking, scrubbing and/or single frame stepping through the video.
  • the input stream is opened 500 for reading.
  • a presentation time stamp is initialized 502, setting an initial presentation time stamp for a first frame or image to be read from the input stream.
  • the initial presentation time stamp can be a default value or can be provided by metadata in the input stream.
  • the next packet is then read 504 from the input stream.
  • the video data from the packet is added 506 to a buffer of the current frame of video data. If this packet is the last packet for a frame, as determined at 508, then the data for the frame is output 510 in the new format with the current presentation time stamp. If the packet is not the last packet for the frame, then the process continues with reading 504 the next packet from the input stream.
  • a video editing application uses the converted data file to provide the played back video to a display.
  • Examples of well-known computers that may be suitable include, but are not limited to, personal computers, server computers, hand-held or laptop devices (for example, media players, notebook computers, cellular phones, personal data assistants, voice recorders), multiprocessor systems, microprocessor-based systems, set top boxes, game consoles, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
  • FIG. 6 illustrates an example of a suitable computer. This is only one example of a suitable computer and is not intended to suggest any limitation as to the scope of use or functionality of such a computer.
  • an example computer 600 in a basic configuration, includes at least one processing unit 602 and memory 604.
  • the computer may include multiple processing units and/or additional co-processing units such as graphics processing unit 620.
  • graphics processing unit 620 may be volatile (such as RAM), non-volatile (such as ROM, flash memory, etc.) or some combination of the two. This configuration is illustrated in FIG. 6 by dashed line 606.
  • computer 600 may also have additional features/functionality.
  • computer 600 may also include additional storage (removable and/or non- removable) including, but not limited to, magnetic or optical disks or tape.
  • additional storage is illustrated in FIG. 6 by removable storage 608 and non-removable storage 610.
  • Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer program instructions, data structures, program modules or other data.
  • Memory 604, removable storage 608 and non-removable storage 610 are all examples of computer storage media.
  • Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by computer 600. Any such computer storage media may be part of computer 600.
  • a storage medium is any functional device into which data can be entered at one or more physically-addressable components, retained at the one or more physically-addressable components and retrieved from the one or more physically-addressable components.
  • Computer 600 may also contain communications connection(s) 612 that allow the device to communicate with other devices over a communication medium.
  • Communication media typically carry computer program instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and include any information delivery media.
  • modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal, thereby changing the configuration or state of the receiving device of the signal.
  • communication media includes wired media such as a wired network or direct- wired connection, and wireless media such as acoustic, RF, infrared and other wireless media.
  • Communications connections 612 are devices that interface with the communication media to transmit data over and receive data from communication media, such as a network interface.
  • Computer 600 may have various input device(s) 614 such as a keyboard, mouse, pen, camera, touch input device, and so on.
  • Output device(s) 616 such as a display, speakers, a printer, and so on may also be included. All of these devices are well known in the art and need not be discussed at length here.
  • Various input and output devices can implement a natural user interface (NUI), which is any interface technology that enables a user to interact with a device in a "natural" manner, free from artificial constraints imposed by input devices such as mice, keyboards, remote controls, and the like.
  • NUI natural user interface
  • NUI methods include those relying on speech recognition, touch and stylus recognition, gesture recognition both on screen and adjacent to the screen, air gestures, head and eye tracking, voice and speech, vision, touch, gestures, and machine intelligence, and may include the use of touch sensitive displays, voice and speech recognition, intention and goal understanding, motion gesture detection using depth cameras (such as stereoscopic camera systems, infrared camera systems, and other camera systems and combinations of these), motion gesture detection using accelerometers or gyroscopes, facial recognition, three dimensional displays, head, eye , and gaze tracking, immersive augmented reality and virtual reality systems, all of which provide a more natural interface, as well as technologies for sensing brain activity using electric field sensing electrodes (EEG and related methods).
  • EEG electric field sensing electrodes
  • Each component of this system that operates on a computer generally is implemented by software, such as one or more computer programs, which include computer-executable instructions and/or computer-interpreted instructions, such as program modules, being processed by the computer.
  • program modules include routines, programs, objects, components, data structures, and so on, that, when processed by a processing unit, instruct the processing unit to perform particular tasks or implement particular abstract data types.
  • This computer system may be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network.
  • program modules may be located in both local and remote computer storage media including memory storage devices.
  • the functionally described herein can be performed, at least in part, by one or more hardware logic components.
  • illustrative types of hardware logic components include Field- programmable Gate Arrays (FPGAs), Program-specific Integrated Circuits (ASICs), Program-specific Standard Products (ASSPs), System-on-a-chip systems (SOCs), Complex Programmable Logic Devices (CPLDs), etc.
  • FPGAs Field- programmable Gate Arrays
  • ASICs Program-specific Integrated Circuits
  • ASSPs Program-specific Standard Products
  • SOCs System-on-a-chip systems
  • CPLDs Complex Programmable Logic Devices

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Television Signal Processing For Recording (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

L'invention a notamment pour objet de traiter un flux binaire codé sans recodage, de façon à recombiner des paquets multiples de chaque image en données contiguës d'un seul paquet relatif à l'image. À chaque paquet est affecté un horodatage de présentation, correspondant à l'ordre d'affichage de son image dans la suite d'images. Dans un mode de réalisation, chaque image issue de la compression intra-vues est également marquée en tant que point de reprise, indiquant qu'un processeur de décompression vide ses tampons de données relatives à des groupes antérieurs d'images avant de traiter l'image. Une application de montage vidéo ou une autre application de lecture utilise le flux binaire converti pour des opérations de nettoyage et des opérations similaires de lecture.
PCT/US2013/060892 2013-06-13 2013-09-20 Remultiplexage de flux binaires de vidéo codée pour lecture vidéo WO2014200539A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US13/917,558 2013-06-13
US13/917,558 US9729919B2 (en) 2013-06-13 2013-06-13 Remultiplexing bitstreams of encoded video for video playback

Publications (1)

Publication Number Publication Date
WO2014200539A1 true WO2014200539A1 (fr) 2014-12-18

Family

ID=49263514

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2013/060892 WO2014200539A1 (fr) 2013-06-13 2013-09-20 Remultiplexage de flux binaires de vidéo codée pour lecture vidéo

Country Status (2)

Country Link
US (1) US9729919B2 (fr)
WO (1) WO2014200539A1 (fr)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9934423B2 (en) * 2014-07-29 2018-04-03 Microsoft Technology Licensing, Llc Computerized prominent character recognition in videos
US9646227B2 (en) 2014-07-29 2017-05-09 Microsoft Technology Licensing, Llc Computerized machine learning of interesting video sections
US10243691B2 (en) * 2016-09-06 2019-03-26 Mediatek Singapore Pte. Ltd. Apparatuses and methods for avoiding video artifacts introduced by a handover or out-of-service (OOS) condition during a video call
US10819951B2 (en) * 2016-11-30 2020-10-27 Microsoft Technology Licensing, Llc Recording video from a bitstream

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001050773A1 (fr) * 1999-12-30 2001-07-12 Koninklijke Philips Electronics N.V. Procede et dispositif de conversion de flux de donnees
EP1737229A1 (fr) * 2004-04-07 2006-12-27 Matsushita Electric Industrial Co., Ltd. Support d'enregistrement d'informations dans lequel est enregistre un flux convertible a grande vitesse, dispositif d'enregistrement et procede d'enregistrement correspondant

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6909743B1 (en) * 1999-04-14 2005-06-21 Sarnoff Corporation Method for generating and processing transition streams
US7254175B2 (en) * 1999-07-02 2007-08-07 Crystalmedia Technology, Inc. Frame-accurate seamless splicing of information streams
US7046805B2 (en) 2001-03-20 2006-05-16 Digeo, Inc. System and method for efficiently storing and processing multimedia content
US6907081B2 (en) * 2001-03-30 2005-06-14 Emc Corporation MPEG encoder control protocol for on-line encoding and MPEG data storage
JP4092681B2 (ja) * 2001-11-30 2008-05-28 日本ビクター株式会社 Mpeg記録装置、再生装置及び伝送装置
US20100166056A1 (en) 2002-12-10 2010-07-01 Steve Perlman System and method for encoding video using a selected tile and tile rotation pattern
US7733962B2 (en) 2003-12-08 2010-06-08 Microsoft Corporation Reconstructed frame caching
JP4232114B2 (ja) 2006-02-17 2009-03-04 ソニー株式会社 データ処理装置およびデータ処理方法、並びにプログラム
US8019167B2 (en) 2007-01-03 2011-09-13 Human Monitoring Ltd. Compressing high resolution images in a low resolution video
US7941823B2 (en) * 2007-04-16 2011-05-10 Time Warner Cable Inc. Transport stream encapsulated trick modes
US8290346B2 (en) 2008-09-25 2012-10-16 Pixia Corp. Large format video archival, storage, and retrieval system and method
US9691430B2 (en) 2010-04-01 2017-06-27 Microsoft Technology Licensing, Llc Opportunistic frame caching
US9251855B2 (en) 2011-01-28 2016-02-02 Apple Inc. Efficient media processing

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001050773A1 (fr) * 1999-12-30 2001-07-12 Koninklijke Philips Electronics N.V. Procede et dispositif de conversion de flux de donnees
EP1737229A1 (fr) * 2004-04-07 2006-12-27 Matsushita Electric Industrial Co., Ltd. Support d'enregistrement d'informations dans lequel est enregistre un flux convertible a grande vitesse, dispositif d'enregistrement et procede d'enregistrement correspondant

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
QUN SHI: "MPEG STANDARDS SECTION 3 THE MPEG SYSTEMS LAYER STANDARD", DIGITAL CONSUMER ELECTRONICS HANDBOOK, XX, XX, 1 January 1997 (1997-01-01), pages 8.51, XP001059407 *

Also Published As

Publication number Publication date
US20140369422A1 (en) 2014-12-18
US9729919B2 (en) 2017-08-08

Similar Documents

Publication Publication Date Title
JP6622879B2 (ja) メディアファイルの再生装置、再生方法、及びプログラム
US20080063387A1 (en) Data Processor
JP6920475B2 (ja) デジタルビデオコンテンツの修正
JP2010529804A (ja) 2d映像メディア標準に基づいて3d映像ファイルを生成及び再生するためのシステム及び方法
US9729919B2 (en) Remultiplexing bitstreams of encoded video for video playback
US9055272B2 (en) Moving image reproduction apparatus, information processing apparatus, and moving image reproduction method
US8824864B2 (en) Data processor
CN108307248B (zh) 视频播放方法、装置、计算设备及存储介质
US9472240B2 (en) Video editing method and video editing device
WO2021209044A1 (fr) Procédés de transmission et de réception de données multimédia, système, processeur, et lecteur
US10924637B2 (en) Playback method, playback device and computer-readable storage medium
JP4548226B2 (ja) データ処理方法、その装置およびプログラム
US20120189048A1 (en) Image recording device, image reproduction device, and image recovery device
JP2008166895A (ja) 映像表示装置及びその制御方法、プログラム、記録媒体
KR20210064587A (ko) 동영상 구간 고속 분할 장치 및 고속 분할 방법
WO2018076899A1 (fr) Procédé de commutation de données, dispositif, terminal et support de stockage lisible par ordinateur
CN109302574A (zh) 一种处理视频流的方法和装置
KR20060129511A (ko) 메뉴를 생성하기 위한 방법 및 디바이스
JP2004096474A (ja) 動画データの再生方法及び再生装置
JP5326724B2 (ja) 映像処理装置および映像処理装置の制御プログラム
US20240305800A1 (en) Intelligent video export
JP2006279147A (ja) インデックスファイル作成装置および動画編集装置
JP2003309811A (ja) 画像通信装置、画像処理システム、画像通信方法、記憶媒体、及びプログラム
JP2011139291A (ja) 画像再生制御装置、画像再生制御方法および撮像装置
JP2011139289A (ja) 画像記録制御装置、画像記録制御方法および撮像装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13770816

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13770816

Country of ref document: EP

Kind code of ref document: A1