WO2008019606A1 - Procédé et appareil permettant d'ajuster la qualité d'une communication vidéo de messagerie instantanée - Google Patents

Procédé et appareil permettant d'ajuster la qualité d'une communication vidéo de messagerie instantanée Download PDF

Info

Publication number
WO2008019606A1
WO2008019606A1 PCT/CN2007/070353 CN2007070353W WO2008019606A1 WO 2008019606 A1 WO2008019606 A1 WO 2008019606A1 CN 2007070353 W CN2007070353 W CN 2007070353W WO 2008019606 A1 WO2008019606 A1 WO 2008019606A1
Authority
WO
WIPO (PCT)
Prior art keywords
video
cpu
information
terminal
level
Prior art date
Application number
PCT/CN2007/070353
Other languages
English (en)
Chinese (zh)
Inventor
Jing Lv
Original Assignee
Tencent Technology (Shenzhen) Company Limited
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 Tencent Technology (Shenzhen) Company Limited filed Critical Tencent Technology (Shenzhen) Company Limited
Publication of WO2008019606A1 publication Critical patent/WO2008019606A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/103Selection of coding mode or of prediction mode
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/132Sampling, masking or truncation of coding units, e.g. adaptive resampling, frame skipping, frame interpolation or high-frequency transform coefficient masking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/134Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
    • H04N19/156Availability of hardware or computational resources, e.g. encoding based on power-saving criteria

Definitions

  • the present invention relates to data processing technologies in the field of computers and communications, and in particular, to an instant messaging (IM) video quality adjustment method and apparatus.
  • IM instant messaging
  • IM video communication is a popular IM application.
  • the existing IM video communication basically does not consider the impact of terminal performance on video communication.
  • CPU central processing unit
  • For a highly configured terminal when it processes IM video communication data, it does not fully reflect the data processing capability of the CPU, so that the user does not get a good video experience, and also causes waste of resources. Summary of the invention
  • the embodiment of the invention provides a method for adjusting the quality of instant communication video to rationally utilize resources.
  • the embodiment of the invention also provides an instant communication video quality adjustment device for rationally utilizing resources.
  • An instant communication video quality adjustment method provided by an embodiment of the present invention includes: acquiring instantaneous performance communication terminal CPU performance index information, and adjusting an instant communication video quality according to the CPU performance indicator information.
  • An instant communication video quality adjustment apparatus provided by the embodiment of the present invention includes: a performance index acquisition unit, configured to acquire CPU performance index information of the terminal, and send the obtained CPU performance indicator information to a video quality adjustment unit;
  • the video quality adjustment unit is configured to adjust the instantaneous communication video quality of the terminal according to the received CPU performance indicator information.
  • FIG. 1 is a schematic diagram of a process for determining a video level according to a terminal capability according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of a video quality adjustment apparatus according to an embodiment of the present invention. Mode for carrying out the invention
  • the video level is adjusted by acquiring information about the performance index of the terminal CPU, thereby adjusting the video quality.
  • the main factors affecting the CPU performance of the terminal include: CPU frequency information, cache (Cache) information, multimedia instruction set supported by the CPU, and other video level auxiliary information. Adjust the video level according to the information, and then determine the highest frame rate of the local encoding according to the obtained video level, and use the highest frame rate to encode the data of the instant communication to obtain the highest limit of the video encoding of the terminal, so that the CPU can Better video data processing to make rational use of resources and avoid waste of resources.
  • FIG. 1 is a schematic flowchart of determining a video level according to a terminal capability according to an embodiment of the present invention.
  • the terminal capability information is obtained. This process is a self-test of the performance indicators of the local CPU by the terminal.
  • the terminal level is used to determine the video level. The method includes the following steps:
  • Step 101 Obtain the CPU frequency information, and initially obtain the video level.
  • static detection It is first determined whether static detection can be performed before acquiring the main frequency information. Whether static detection is possible is determined by the operating system of this machine. For example: Windows 98 and previous operating systems do not support static detection, but the operating system after Windows 98 supports static detection. If the operating system supports static detection, the CPU's frequency information is written in the registry. In the embodiment of the present invention, the frequency information of the CPU is read from the registry. The CPU's frequency information usually has a fixed location in the registry. The application interface provided by Windows can directly open the registry and determine whether there is relevant information in this location. If there is information, it supports static detection. If no information exists, static detection is not supported.
  • the CPU's main frequency information is read from the registry.
  • dynamic detection is performed.
  • the built-in CPU instruction can be used to obtain the CPU's main frequency information.
  • the CPU's main frequency directly reflects the data processing capability of the CPU. Therefore, after acquiring the main frequency information, the video level of the local machine can be divided according to the main frequency information.
  • the division method is as follows: First, the video level is divided into n levels, respectively, S1 Level, S2 level...Sn level, then divide the range of the main frequency value into n segments in descending order, each segment contains several possible main frequency values. Corresponding to the n-level of the video level and the n-segment of the main frequency division, the highest level of the video level corresponds to the main frequency band with the highest frequency value, and so on, and then the detected main frequency of the CPU is used to match the corresponding main frequency band. According to the main frequency band, the corresponding video level is the video level initially obtained by the local machine.
  • Step 102 Detect the Cache information and adjust the video level.
  • LI Cache size is an important indicator of CPU processing power. For example: Detect LI Cache and L2 Cache separately.
  • LI Cache is a cache that is encapsulated inside the CPU, access speed and CPU
  • the main frequency is the same, and its capacity has a greater impact on the performance of the CPU. The larger the capacity, the higher the performance of the CPU.
  • L2 Cache is a cache integrated outside the CPU.
  • the access speed is the same as the CPU frequency or the motherboard frequency.
  • the main function is to store the backup data and instructions. Its capacity has a great impact on the performance of the CPU, because the video The amount of data that needs to be processed is large. If the L2 Cache has a large capacity, the number of data access exchanges can be reduced, and the video processing speed can be optimized.
  • the capacity of the LI Cache and the L2 Cache is detected by a built-in CPU instruction, and the video level of the local device is adjusted according to their capacity.
  • L2 Cache Take L2 Cache as an example to illustrate the adjustment method as follows:
  • the L2 Cache is divided into n levels according to capacity. Each level corresponds to a video level correction value (this correction range is from -X to +Y, X and Y are positive numbers), and then the detected L2 Cache capacity is used. Match the corresponding level and read the correction value to adjust the video level.
  • the size of the LI Cache is the same as the video level adjustment method and L2 Cache. Therefore, the larger the capacity of LI Cache and L2 Cache, the higher the video level of this unit.
  • Cache is only used as a post-fix. If the Cache failure is detected by the built-in CPU detection command, the level determined by the original frequency is taken as the standard.
  • Step 103 Detect other video level auxiliary information and adjust the video level.
  • Other video level auxiliary information mainly includes:
  • MMX, SSE, SSE2 and 3DNow! are all extended instruction sets of the CPU. Supporting the instruction set is an important basis for reflecting the multimedia processing capability of the terminal.
  • the built-in CPU command detects whether the terminal supports the multimedia instruction set. If it is supported, the video level is higher. This adjustment method is consistent with the above-mentioned dual-core adjustment method.
  • Hyper-Threading Technology can reduce CPU idle time and improve CPU operating efficiency.
  • the built-in CPU command detects whether the terminal supports Hyper-Threading Technology.
  • the video level will be improved. This adjustment method is consistent with the above-mentioned dual-core adjustment method.
  • Step 104 After obtaining the local video level, determine the highest frame rate of the local encoding, and encode the video data of the instant communication by the highest frame rate, as follows:
  • the terminal frame rate is divided into n levels, and each level of frame rate corresponds to a video level, which is from large to small - corresponding, and then the highest frame rate is obtained by adjusting the final obtained video level corresponding to the corresponding frame rate level. , in turn, to obtain the highest limit of terminal video coding.
  • the video quality adjustment method of the embodiment of the present invention can greatly reduce the resource occupancy rate of the terminal with low configuration, does not affect other work of the user, and can also improve the success rate of connection establishment; and for the highly configured terminal, The video level is improved accordingly, which enables users to get a better video experience and avoid waste of resources.
  • the present invention also provides an instant communication video quality adjustment apparatus having the above functions, which is applied to a terminal for performing instant communication.
  • the video quality adjustment device mainly includes two parts: a performance index acquisition unit 21 and a video quality adjustment unit 22.
  • the performance indicator obtaining unit 21 is configured to acquire CPU performance indicator information of the terminal, and obtain the The CPU performance indicator information is sent to the video quality adjustment unit.
  • the video quality adjustment unit 22 is configured to adjust the video quality of the terminal according to the received CPU performance indicator information.
  • the video quality adjustment unit 22 may further include a video level adjustment module 31 and a video quality adjustment module 32.
  • the video level adjustment module 31 is configured to adjust a video level of the terminal according to the CPU performance indicator information, and output the video level to the video quality adjustment module 32.
  • the video quality adjustment module 32 is configured to determine the highest code according to the video level. Frame rate, and output the highest frame rate to the terminal.
  • the method for obtaining the performance index information of the terminal CPU and adjusting the quality of the instant communication video according to the information can better utilize resources, avoid waste of resources, and improve the success rate of connection establishment. To improve the user's video experience. It is within the spirit and scope of the invention. Thus, it is intended that the present invention cover the modifications and modifications of the invention

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Computing Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

L'invention concerne un procédé permettant d'ajuster la qualité d'une communication vidéo de messagerie instantanée. Ce procédé consiste à obtenir la fréquence principale de l'UC et à diviser la fréquence du présent terminal en plusieurs niveaux vidéo en fonction de la fréquence principale obtenue, puis à déterminer la fréquence élémentaire et à ajuster les niveaux vidéo à l'aide d'informations secondaires et d'antémémoire. Le nombre d'images par seconde maximal du terminal est déterminé à partir du niveau vidéo final afin d'obtenir la meilleure qualité vidéo possible dans les possibilités de l'UC, puis l'image vidéo est organisée en flux de codes transmis au récepteur. L'invention concerne également l'appareil correspondant.
PCT/CN2007/070353 2006-07-28 2007-07-25 Procédé et appareil permettant d'ajuster la qualité d'une communication vidéo de messagerie instantanée WO2008019606A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN 200610099535 CN101115021B (zh) 2006-07-28 2006-07-28 一种即时通信视频质量调节方法及装置
CN200610099535.4 2006-07-28

Publications (1)

Publication Number Publication Date
WO2008019606A1 true WO2008019606A1 (fr) 2008-02-21

Family

ID=39023142

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/070353 WO2008019606A1 (fr) 2006-07-28 2007-07-25 Procédé et appareil permettant d'ajuster la qualité d'une communication vidéo de messagerie instantanée

Country Status (2)

Country Link
CN (1) CN101115021B (fr)
WO (1) WO2008019606A1 (fr)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104185285A (zh) * 2013-05-28 2014-12-03 华为技术有限公司 一种媒体数据的传输方法、装置和系统
CN104540034B (zh) * 2014-12-19 2018-10-26 天脉聚源(北京)科技有限公司 一种基于社交网络的讨论时推送视频信息的方法及装置
CN105959304A (zh) * 2016-06-30 2016-09-21 宇龙计算机通信科技(深圳)有限公司 一种帧率调整的方法及装置
CN106375789B (zh) * 2016-09-05 2019-02-26 腾讯科技(深圳)有限公司 媒体直播方法和装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002045372A2 (fr) * 2000-11-29 2002-06-06 British Telecommunications Public Limited Company Transmission et reception de donnees en temps reel
WO2002056599A2 (fr) * 2001-01-10 2002-07-18 Intel Corporation Procede et appareil permettant de fournir une extensibilite a grains fins en mode predicitif
US20030222973A1 (en) * 2002-05-29 2003-12-04 Kazushige Hiroi Video telephone system and terminal device therefor
CN1529461A (zh) * 2003-10-17 2004-09-15 中国科学院计算技术研究所 多播环境中的自适应服务质量保证方法
CN1633177A (zh) * 2004-12-31 2005-06-29 大唐微电子技术有限公司 视频通信系统的帧率调节方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002045372A2 (fr) * 2000-11-29 2002-06-06 British Telecommunications Public Limited Company Transmission et reception de donnees en temps reel
WO2002056599A2 (fr) * 2001-01-10 2002-07-18 Intel Corporation Procede et appareil permettant de fournir une extensibilite a grains fins en mode predicitif
US20030222973A1 (en) * 2002-05-29 2003-12-04 Kazushige Hiroi Video telephone system and terminal device therefor
CN1529461A (zh) * 2003-10-17 2004-09-15 中国科学院计算技术研究所 多播环境中的自适应服务质量保证方法
CN1633177A (zh) * 2004-12-31 2005-06-29 大唐微电子技术有限公司 视频通信系统的帧率调节方法

Also Published As

Publication number Publication date
CN101115021A (zh) 2008-01-30
CN101115021B (zh) 2010-05-12

Similar Documents

Publication Publication Date Title
US8930599B2 (en) Data transmission system and method thereof
MXPA05006638A (es) Protocolo de entrada/salida de salida de peso ligero.
US8423810B2 (en) Network interface apparatus
TW201015904A (en) Adjustable transmitter power for high speed links with constant bit error rate
WO2008019606A1 (fr) Procédé et appareil permettant d'ajuster la qualité d'une communication vidéo de messagerie instantanée
CN109451317A (zh) 一种基于fpga的图像压缩系统及方法
CN116089343A (zh) 一种基于axi的数据存储方法、装置、存储介质及设备
JP5392553B2 (ja) データ転送システムおよびデータ転送方法
EP1730655A1 (fr) Optimisation d'un acces a une base de donnees pour une liaison d'enregistrement par pavage de l'espace de paires d'enregistrement
CN116303173B (zh) 减少rdma引擎片上缓存的方法、装置、系统及芯片
CN116431558B (zh) 一种基于axi协议的请求响应方法、装置、系统及介质
WO2024077866A1 (fr) Procédé, système et dispositif de mappage de mémoire, et support d'enregistrement
WO2013029425A1 (fr) Procédé de transmission de données audio et vidéo
TWI265451B (en) Direct memory access system for iSCSI
US7607051B2 (en) Device and method for program correction by kernel-level hardware monitoring and correlating hardware trouble to a user program correction
JP2010246096A (ja) 画像処理装置、データ処理方法およびプログラム
CN107958036B (zh) 一种音乐边缓存边播放方法、系统及装置
WO2018052718A1 (fr) Procédé et appareil de masquage et de transmission de données
US20050207546A1 (en) Modem sharing device of PDA phone and method thereof
WO2018161790A1 (fr) Procédé et dispositif de transmission vidéo
JP4514487B2 (ja) パケット処理装置
CN116909978B (zh) 数据组帧方法、装置、电子设备及存储介质
JP5229171B2 (ja) Webサーバ装置、Webサーバ装置の制御方法およびプログラム
CN113727112A (zh) 视频转码方法、装置、电子设备和介质
JP2574628B2 (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: 07764276

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC OF 190809

122 Ep: pct application non-entry in european phase

Ref document number: 07764276

Country of ref document: EP

Kind code of ref document: A1