CN1558664A - A method for synthesizing subtitles and background images of high-definition digital TV programs - Google Patents
A method for synthesizing subtitles and background images of high-definition digital TV programs Download PDFInfo
- Publication number
- CN1558664A CN1558664A CNA2004100159175A CN200410015917A CN1558664A CN 1558664 A CN1558664 A CN 1558664A CN A2004100159175 A CNA2004100159175 A CN A2004100159175A CN 200410015917 A CN200410015917 A CN 200410015917A CN 1558664 A CN1558664 A CN 1558664A
- Authority
- CN
- China
- Prior art keywords
- captions
- image
- subtitle
- original
- pixel
- 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.)
- Pending
Links
Images
Landscapes
- Television Systems (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
由于高清晰度数字电视字幕图像未采用数据压缩技术,导致需要大量的存储空间,而且无法通过网络传送到其他系统进行叠加处理。本发明提供一种高清数字电视节目字幕与背景图像的合成方法,包括以下步骤:字幕压缩模块通过软件实现串行接收原始字幕图像文件,原始字幕图像输入字幕压缩模块后,运用游程编码技术压缩图像,生成特定格式的字幕压缩文件;字幕解压缩模块通过硬件串行接收字幕压缩文件数据,通过游程解码技术解压得到原始的字幕图像;字幕合成模块根据解压缩得到的字幕图像中每个像素的Alpha值将字幕图像逐像素叠加至背景图像上。本发明可以大大节省字幕图像存储空间,显著降低字幕图像文件在编辑、播放及网络传输时的限制。
Because high-definition digital TV subtitle images do not use data compression technology, a large amount of storage space is required, and they cannot be transmitted to other systems for overlay processing through the network. The invention provides a method for synthesizing subtitles and background images of high-definition digital television programs, comprising the following steps: the subtitle compression module serially receives the original subtitle image file through software, and after the original subtitle image is input into the subtitle compression module, the image is compressed using run-length coding technology , to generate a subtitle compressed file in a specific format; the subtitle decompression module receives the subtitle compressed file data through hardware serial, and decompresses the original subtitle image through run-length decoding technology; the subtitle synthesis module obtains the alpha of each pixel in the decompressed subtitle image Value overlays the subtitle image pixel-by-pixel over the background image. The invention can greatly save the storage space of subtitle images, and significantly reduce the limitation of subtitle image files in editing, playing and network transmission.
Description
技术领域technical field
本发明涉及一种高清晰数字电视节目字幕与背景图像的合成方法。The invention relates to a method for synthesizing subtitles and background images of high-definition digital television programs.
背景技术Background technique
在数字电视系统中,经常需要在图像上叠加种种文字说明,这些文字说明通常称为“字幕”。现行的方法一般是采用类似字幕机的硬件设备实现,如图一所示,原始制作的字幕图像和背景图像被送入合成模块,然后合成模块根据输入字幕图像每个像素的Alpha值或自身的叠加设置,逐像素将字幕图像叠加到背景图像上去,叠加后的视频图像送入数字电视显示。原始字幕图像文件通常以RGB格式保存,每个像素由R、G、B三个分量组成,某些字幕图像文件的每个像素还有自己单独的8位Alpha值。In digital television systems, it is often necessary to superimpose various text descriptions on images, and these text descriptions are usually called "subtitles". The current method is generally implemented by using hardware equipment similar to a subtitle machine. As shown in Figure 1, the original subtitle image and background image are sent to the synthesis module, and then the synthesis module is based on the Alpha value of each pixel of the input subtitle image or its own alpha value. Overlay setting, superimpose the subtitle image on the background image pixel by pixel, and send the superimposed video image to the digital TV for display. The original subtitle image file is usually saved in RGB format, and each pixel is composed of three components of R, G, and B. Each pixel of some subtitle image files also has its own independent 8-bit Alpha value.
从上面的叙述可以发现,由于未采用数据压缩技术,直接将字幕图像送入字幕机这种字幕叠加解决方案需要大量的存储空间,尤其对于高清晰度数字电视而言,一幅带有Alpha值的1920*1600的字幕图像需要7.91M的存储空间,如果一个视频文件的字幕需要100000幅图像的话,那么就需要700G的存储空间。很显然,这样的存储要求是普通的视频编辑系统难以承受的。这使得字幕图像文件只能在本地系统上叠加,而无法通过网络传送到其他系统进行叠加处理,使用很不方便。From the above description, it can be found that since no data compression technology is used, the subtitle overlay solution of directly sending the subtitle image to the subtitle machine requires a large amount of storage space, especially for high-definition digital TV, a picture with Alpha value The subtitle image of 1920*1600 requires 7.91M storage space. If the subtitle of a video file requires 100,000 images, then 700G storage space is required. Obviously, such a storage requirement is unbearable for common video editing systems. This makes subtitle image files can only be superimposed on the local system, but cannot be transmitted to other systems for superimposition processing through the network, which is very inconvenient to use.
发明内容Contents of the invention
本发明的目的是提供一种高清晰数字电视节目字幕与背景图像的合成方法,以克服未压缩字幕图像需要海量存储空间的限制。The purpose of the present invention is to provide a method for synthesizing subtitles and background images of high-definition digital television programs to overcome the limitation that uncompressed subtitle images require massive storage space.
本发明采用在高清晰度数字电视节目制作中使用软件压缩字幕和硬件解压缩将字幕与背景图像合成的方法。本发明对字幕图像的压缩采用了游程编码压缩技术。游程编码压缩技术是指:压缩模块记录下第一个值,从头开始逐个扫描送入的值,直到与记录下的值不完全相同的地方停止,然后将记录下的值和相同数值的个数记录到压缩文件中去,然后压缩模块记录下当前值,从当前位置开始继续扫描,直到所有数据处理完毕。基于游程编码压缩技术的游程解码技术称为游程解码技术。以压缩RGB格式的字幕图像为例,采用游程编码压缩字幕图像的方法是:压缩模块记录下第一个像素的R、G、B值和Alpha值,从头开始逐个扫描送入的像素,直遇到与记录下的R、G、B和Alpha值不完全相同的像素停止。然后将记录下的R、G、B、Alpha值和相同像素个数记录到压缩文件中去。然后压缩模块记录下当前位置像素的R、G、B值和Alpha值,从当前位置开始继续扫描,直到所有原始字幕图像的像素处理完毕。游程解码技术与之相反,将采用游程编码压缩方法得到的文件解压得到原始字幕图像。The invention adopts the method of using software to compress subtitles and hardware decompression to synthesize subtitles and background images in the production of high-definition digital television programs. The present invention adopts run-length coding compression technology for subtitle image compression. The run-length coding compression technology refers to: the compression module records the first value, scans the input values one by one from the beginning, and stops at the place where the recorded value is not exactly the same, and then records the recorded value and the number of the same value Record to the compressed file, and then the compression module records the current value, and continues scanning from the current position until all data is processed. The run-length decoding technology based on the run-length coding compression technology is called the run-length decoding technology. Taking the compressed subtitle image in RGB format as an example, the method of using run-length coding to compress the subtitle image is: the compression module records the R, G, B value and Alpha value of the first pixel, scans the input pixels one by one from the beginning, and directly encounters Stop at pixels that are not exactly the same as the recorded R, G, B, and Alpha values. Then record the recorded R, G, B, Alpha values and the same number of pixels into the compressed file. Then the compression module records the R, G, B values and Alpha values of the pixels at the current position, and continues scanning from the current position until all pixels of the original subtitle image are processed. On the contrary, the run-length decoding technology decompresses the file obtained by the run-length coding compression method to obtain the original subtitle image.
为达上述目的,本发明是这样实现的:For reaching above-mentioned purpose, the present invention is achieved like this:
一种高清数字电视节目字幕与背景图像的合成方法,其包括以下步骤:1)采用字幕压缩模块,原始字幕图像输入字幕压缩模块后,运用游程编码技术压缩图像,生成特定格式的字幕压缩文件;2)采用字幕解压缩模块,字幕解压缩模块接收到字幕压缩文件后,解压缩得到原始的字幕图像;3)采用字幕合成模块,接收解压缩得到的字幕图像,根据字幕图像中每个像素的Alpha值将字幕图像叠加至背景图像上。A method for synthesizing subtitles and background images of high-definition digital television programs, comprising the following steps: 1) using a subtitle compression module, after the original subtitle image is input into the subtitle compression module, using run-length coding technology to compress the image, and generating a subtitle compression file in a specific format; 2) adopt the subtitle decompression module, after the subtitle decompression module receives the subtitle compressed file, decompress and obtain the original subtitle image; 3) adopt the subtitle synthesis module, receive the subtitle image that decompresses The alpha value superimposes the subtitle image on top of the background image.
本发明所述原始字幕图像和压缩生成的字幕文件可以为同一种格式,例如,RGB格式或YUV格式。In the present invention, the original subtitle image and the compressed subtitle file may be in the same format, for example, RGB format or YUV format.
本发明所述字幕压缩模块可以通过软件实现串行接收以32位BMP格式保存的压缩图像文件。The subtitle compression module of the present invention can realize serial reception of compressed image files saved in 32-bit BMP format through software.
本发明所述字幕解压缩模块可以通过硬件串行接收字幕压缩文件数据。The subtitle decompression module of the present invention can serially receive subtitle compressed file data through hardware.
本发明所述字幕图像叠加的方式可以为逐像素叠加。The manner of overlaying subtitle images in the present invention may be overlaying pixel by pixel.
本发明的有益效果是:对于简单背景的字幕图像而言,采用游程编码技术生成的压缩文件可以节省90%到98%的存储空间,大大节省了字幕图像文件的存储空间,从而使大量存储字幕文件成为可能,并且显著降低了字幕图像文件在编辑、播放及网络传输时的限制。The beneficial effects of the present invention are: for subtitle images with a simple background, the compressed file generated by the run-length coding technique can save 90% to 98% of storage space, greatly saving the storage space of subtitle image files, thereby allowing a large number of subtitles to be stored. files, and significantly reduces the limitations of subtitle image files in editing, playback and network transmission.
附图说明Description of drawings
图1为图字幕叠加技术的流程图Figure 1 is a flow chart of the image subtitle overlay technology
图2为游程编码压缩RGB格式原始字幕图像的流程图Figure 2 is a flow chart of run-length coding and compressing the original subtitle image in RGB format
图3为RGB格式的字幕压缩文件格式Figure 3 is the subtitle compression file format in RGB format
图4YUV格式的字幕压缩文件格式Figure 4 Subtitle compression file format in YUV format
图5采用游程编码字幕压缩技术后与视频叠加的流程图Figure 5. Flowchart of superimposing subtitles with video after using run-length coding subtitle compression technology
具体实施方式Detailed ways
为使本发明的目的、技术方案和优点更加清楚明白,以下参照附图并举出实施案例,对本发明进一步详细说明。In order to make the object, technical solution and advantages of the present invention clearer, the present invention will be further described in detail below with reference to the accompanying drawings and examples of implementation.
本发明的一种高清数字电视节目字幕与背景图像的合成方法,包括以下步骤:1)采用字幕压缩模块,原始字幕图像输入字幕压缩模块后,运用游程编码技术压缩图像,生成特定格式的字幕压缩文件;2)采用字幕解压缩模块,字幕解压缩模块接收到字幕压缩文件后,解压缩得到原始的字幕图像;3)采用字幕合成模块,接收解压缩得到的字幕图像,根据字幕图像中每个像素的Alpha值将字幕图像叠加至背景图像上。A method for synthesizing subtitles and background images of a high-definition digital television program of the present invention comprises the following steps: 1) using a subtitle compression module, after the original subtitle image is input into the subtitle compression module, using run-length coding technology to compress the image, and generating subtitle compression in a specific format file; 2) adopt the subtitle decompression module, after the subtitle decompression module receives the subtitle compressed file, decompress and obtain the original subtitle image; 3) adopt the subtitle synthesis module, receive the subtitle image obtained by decompression, according to each The alpha value of the pixel to overlay the subtitle image on top of the background image.
其中,所述原始字幕图像和生成的字幕压缩文件的格式保持一致,可以是RGB格式也可以是YUV格式。Wherein, the formats of the original subtitle image and the generated subtitle compressed file are consistent, which may be RGB format or YUV format.
图2所示为游程编码压缩RGB格式原始字幕图像的流程图,原始字幕图像以从下至上逐行扫描的顺序逐像素送入缓冲区。压缩模块将第一个像素的R、G、B和Alpha值保存到寄存器中,并设置计数器值为一,然后比较下一个像素的R、G、B、Alpha值和寄存器中保存的R、G、B、Alpha值。如果完全对应相等,则计数器值加一,再取送入缓冲区的下一个像素,将其R、G、B、Alpha值和寄存器中保存的R、G、B、Alpha值比较,直到碰到一个与寄存器中保存的R、G、B、Alpha值不完全相同的像素停止,然后压缩模块将寄存器中的R、G、B、Alpha值和计数器的值写入压缩文件。压缩模块将当前位置像素的R、G、B、Alpha值保存到寄存器中,设置计数器值为一。如果上述寻找不完全相同像素的过程没有停止而计数器的值达到上限65535,则将寄存器中的R、G、B、Alpha值和计数器的值写入压缩文件,不改变原来保存的R、G、B、Alpha值,设置计数器为一。再继续寻找不完全相同像素,重复上述过程,一直到原始字幕图像的所有像素处理完毕。Fig. 2 is a flow chart of run-length coding and compressing the original subtitle image in RGB format, and the original subtitle image is sent to the buffer pixel by pixel in the order of progressive scanning from bottom to top. The compression module saves the R, G, B, and Alpha values of the first pixel into a register, and sets the counter value to one, and then compares the R, G, B, Alpha values of the next pixel with the R, G saved in the register , B, Alpha value. If the exact correspondence is equal, add one to the counter value, and then take the next pixel sent to the buffer, and compare its R, G, B, Alpha value with the R, G, B, Alpha value saved in the register until it meets A pixel that is not exactly the same as the R, G, B, Alpha values held in the register stops, and then the compression module writes the R, G, B, Alpha values in the registers and the value of the counter to the compressed file. The compression module saves the R, G, B, and Alpha values of the pixel at the current position into the register, and sets the counter value to one. If the above-mentioned process of searching for non-identical pixels does not stop and the value of the counter reaches the upper limit of 65535, then write the R, G, B, Alpha values in the register and the value of the counter into the compressed file without changing the original saved R, G, B. Alpha value, set the counter to one. Continue to search for non-identical pixels, and repeat the above process until all pixels of the original subtitle image are processed.
图3是RGB格式的字幕图像压缩后生成的压缩文件格式。开头是原字幕图像文件长度和压缩文件长度,两者均为四Byte长,解压缩模块需要使用这两个长度。其后像素的R、G、B、Alpha值和相同像素个数依次排列,其中R、G、B和Alpha值均为一个Byte长,相同像素个数为两个Byte长。Fig. 3 is the compressed file format generated after the subtitle image in RGB format is compressed. The beginning is the length of the original subtitle image file and the length of the compressed file, both of which are four bytes long, and the decompression module needs to use these two lengths. Thereafter, the R, G, B, and Alpha values of the pixels and the number of the same pixels are arranged in sequence, wherein the R, G, B, and Alpha values are all one Byte long, and the number of the same pixels is two Byte long.
运用游程编码压缩YUV格式原始字幕图像的方法与RGB格式的方法基本相同,主要区别在于字幕视频数据处理时,采用连续获取两个像素,计数器计数方式进行相应的调整,故在此未画出游程编码压缩YUV格式原始字幕图像的流程图。图4是YUV格式的字幕图像压缩后生成的压缩文件格式。开头是原字幕图像文件长度和压缩文件长度,两者均为四Byte长,解压缩模块需要使用这两个长度。其后像素的Y1、Y2、U、V、Alpha值和相同像素个数依次排列,其中Y1、Y2、U、V和Alpha值均为一个Byte长,相同像素个数为两个Byte长。The method of using run-length coding to compress the original subtitle image in YUV format is basically the same as that in RGB format. The main difference is that when processing subtitle video data, two pixels are obtained continuously, and the counter counting method is adjusted accordingly. Therefore, the run length is not drawn here. Flow chart of encoding and compressing raw subtitle images in YUV format. Fig. 4 is the compressed file format generated after the subtitle image in YUV format is compressed. The beginning is the length of the original subtitle image file and the length of the compressed file, both of which are four bytes long, and the decompression module needs to use these two lengths. Afterwards, the Y1, Y2, U, V, Alpha values of the pixels and the number of the same pixels are arranged in sequence, wherein the Y1, Y2, U, V, and Alpha values are all one Byte long, and the same pixel number is two Byte long.
从上面的叙述可以看出,采用游程编码压缩字幕技术可以有效的压缩简单背景的字幕图像,节省了存储空间。It can be seen from the above description that the subtitle image with a simple background can be effectively compressed by using the run-length coding compressed subtitle technology, saving storage space.
如图五所示,使用字幕前,经压缩生成的压缩字幕文件经过硬件解压缩模块,生成原始的字幕图像。然后再将此字幕图像送入合成模块,由合成模块将字幕叠加到背景图像上。合成模块接收到解压缩得到的字幕图像和背景图像,根据字幕图像中每个像素的Alpha值,以特定叠加公式将字幕图像中的像素叠加到背景图像的对应像素上去,这就得到了叠加后的视频帧。如果字幕图像像素的Alpha值为0,则不将此像素替换背景图像的对应位置;如果字幕图像像素的Alpha值为1,则将此像素的RGB值替换背景图像的对应位置像素,从而完成高清数字电视节目字幕与背景图像的合成。As shown in Figure 5, before subtitles are used, the compressed subtitle file generated by compression passes through the hardware decompression module to generate the original subtitle image. Then the subtitle image is sent to the synthesis module, and the subtitle is superimposed on the background image by the synthesis module. The synthesis module receives the decompressed subtitle image and background image, and according to the Alpha value of each pixel in the subtitle image, superimposes the pixels in the subtitle image on the corresponding pixels of the background image with a specific superimposition formula, which results in the superimposed video frames. If the Alpha value of the subtitle image pixel is 0, this pixel will not be replaced by the corresponding position of the background image; if the Alpha value of the subtitle image pixel is 1, the RGB value of this pixel will be replaced by the corresponding position pixel of the background image, thus completing HD Synthesis of digital TV program subtitles and background images.
Claims (6)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CNA2004100159175A CN1558664A (en) | 2004-01-17 | 2004-01-17 | A method for synthesizing subtitles and background images of high-definition digital TV programs |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CNA2004100159175A CN1558664A (en) | 2004-01-17 | 2004-01-17 | A method for synthesizing subtitles and background images of high-definition digital TV programs |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN1558664A true CN1558664A (en) | 2004-12-29 |
Family
ID=34351596
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CNA2004100159175A Pending CN1558664A (en) | 2004-01-17 | 2004-01-17 | A method for synthesizing subtitles and background images of high-definition digital TV programs |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN1558664A (en) |
Cited By (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN100414981C (en) * | 2005-11-09 | 2008-08-27 | 上海奇码数字信息有限公司 | screen display control system |
| CN100498269C (en) * | 2006-01-18 | 2009-06-10 | 财团法人车辆研究测试中心 | Monitor controller for synchronously integrating image and field intensity information |
| CN100573656C (en) * | 2006-03-15 | 2009-12-23 | 凌阳科技股份有限公司 | Real-time compression and decompression drawing system |
| CN101764941A (en) * | 2008-11-04 | 2010-06-30 | 新奥特(北京)视频技术有限公司 | Method for defining pixel type of pixel space mask matrix |
| CN101262611B (en) * | 2005-05-01 | 2010-10-13 | 腾讯科技(深圳)有限公司 | A stream media player |
| CN101888488A (en) * | 2010-06-21 | 2010-11-17 | 深圳创维-Rgb电子有限公司 | A subtitle inspection method and system |
| WO2011000269A1 (en) * | 2009-07-03 | 2011-01-06 | 中兴通讯股份有限公司 | Method and device for high definition display of subtitles in video conference system |
| CN102339592A (en) * | 2011-09-29 | 2012-02-01 | 中山大学 | A Memory Compression Method Based on LCD Controller |
| CN102474663A (en) * | 2009-08-05 | 2012-05-23 | 松下电器产业株式会社 | Video reproducing device |
| CN103093735A (en) * | 2011-10-27 | 2013-05-08 | 康佳集团股份有限公司 | Light-emitting diode (LED) video processor capable of being embedded with characters |
| CN105872418A (en) * | 2016-03-30 | 2016-08-17 | 浙江大华技术股份有限公司 | Method and device for superimposing a GUI (Graphical User Interface) image layer on a digital image |
| CN102752547B (en) * | 2011-05-17 | 2016-12-14 | 新奥特(北京)视频技术有限公司 | A kind of speed changing method of scrolling subtitle |
| CN113596355A (en) * | 2020-04-14 | 2021-11-02 | 瑞昱半导体股份有限公司 | Caption image generating device and method |
-
2004
- 2004-01-17 CN CNA2004100159175A patent/CN1558664A/en active Pending
Cited By (17)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101262611B (en) * | 2005-05-01 | 2010-10-13 | 腾讯科技(深圳)有限公司 | A stream media player |
| CN100414981C (en) * | 2005-11-09 | 2008-08-27 | 上海奇码数字信息有限公司 | screen display control system |
| CN100498269C (en) * | 2006-01-18 | 2009-06-10 | 财团法人车辆研究测试中心 | Monitor controller for synchronously integrating image and field intensity information |
| CN100573656C (en) * | 2006-03-15 | 2009-12-23 | 凌阳科技股份有限公司 | Real-time compression and decompression drawing system |
| CN101764941A (en) * | 2008-11-04 | 2010-06-30 | 新奥特(北京)视频技术有限公司 | Method for defining pixel type of pixel space mask matrix |
| CN101764941B (en) * | 2008-11-04 | 2013-02-20 | 新奥特(北京)视频技术有限公司 | Method for defining pixel type of pixel space mask matrix |
| WO2011000269A1 (en) * | 2009-07-03 | 2011-01-06 | 中兴通讯股份有限公司 | Method and device for high definition display of subtitles in video conference system |
| CN102474663A (en) * | 2009-08-05 | 2012-05-23 | 松下电器产业株式会社 | Video reproducing device |
| CN101888488B (en) * | 2010-06-21 | 2012-08-22 | 深圳创维-Rgb电子有限公司 | Method and system for checking subtitles |
| CN101888488A (en) * | 2010-06-21 | 2010-11-17 | 深圳创维-Rgb电子有限公司 | A subtitle inspection method and system |
| CN102752547B (en) * | 2011-05-17 | 2016-12-14 | 新奥特(北京)视频技术有限公司 | A kind of speed changing method of scrolling subtitle |
| CN102339592A (en) * | 2011-09-29 | 2012-02-01 | 中山大学 | A Memory Compression Method Based on LCD Controller |
| CN103093735A (en) * | 2011-10-27 | 2013-05-08 | 康佳集团股份有限公司 | Light-emitting diode (LED) video processor capable of being embedded with characters |
| CN103093735B (en) * | 2011-10-27 | 2015-07-29 | 康佳集团股份有限公司 | The LED video processor of word can be embedded |
| CN105872418A (en) * | 2016-03-30 | 2016-08-17 | 浙江大华技术股份有限公司 | Method and device for superimposing a GUI (Graphical User Interface) image layer on a digital image |
| CN113596355A (en) * | 2020-04-14 | 2021-11-02 | 瑞昱半导体股份有限公司 | Caption image generating device and method |
| CN113596355B (en) * | 2020-04-14 | 2024-04-16 | 瑞昱半导体股份有限公司 | Subtitle image generating apparatus and method |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN111263208B (en) | A picture synthesis method, device, electronic device and storage medium | |
| US5557298A (en) | Method for specifying a video window's boundary coordinates to partition a video signal and compress its components | |
| US6665343B1 (en) | Methods and arrangements for a converting a high definition image to a lower definition image using wavelet transforms | |
| TWI626841B (en) | Adaptive processing of video streams with reduced color resolution | |
| US12323646B2 (en) | Custom data indicating nominal range of samples of media content | |
| US9601156B2 (en) | Input/output system for editing and playing ultra-high definition image | |
| US9161030B1 (en) | Graphics overlay system for multiple displays using compressed video | |
| US20080247455A1 (en) | Video signal processing apparatus to generate both progressive and interlace video signals | |
| US5926611A (en) | High resolution digital recorder and method using lossy and lossless compression technique | |
| CN1558664A (en) | A method for synthesizing subtitles and background images of high-definition digital TV programs | |
| US7411617B2 (en) | Image processing apparatus, image processing method, recording medium, and program | |
| US9053752B1 (en) | Architecture for multiple graphics planes | |
| US12363330B2 (en) | Image processing method and image processing device for enhancing image processing efficiency | |
| US8483389B1 (en) | Graphics overlay system for multiple displays using compressed video | |
| EP1416723B1 (en) | Method for resizing an image using the inverse discrete cosine transform | |
| CN1126927A (en) | Digital image decoding device and method | |
| CN1595972A (en) | Format conversion device | |
| US20240048734A1 (en) | Image processing method and image processing device for enhancing image processing efficiency | |
| JP4184223B2 (en) | Transcoder | |
| US20070127846A1 (en) | Apparatus and method for sub-picture processing by performing at least scaling and pixel data encoding | |
| WO2007043227A1 (en) | Camera, video recorder, and camera system | |
| JP2001169244A (en) | Video image capture device and its capture image display method and computer |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
| WD01 | Invention patent application deemed withdrawn after publication |