WO2022193461A1 - Optimization method for demo video source output - Google Patents

Optimization method for demo video source output Download PDF

Info

Publication number
WO2022193461A1
WO2022193461A1 PCT/CN2021/101689 CN2021101689W WO2022193461A1 WO 2022193461 A1 WO2022193461 A1 WO 2022193461A1 CN 2021101689 W CN2021101689 W CN 2021101689W WO 2022193461 A1 WO2022193461 A1 WO 2022193461A1
Authority
WO
WIPO (PCT)
Prior art keywords
window
operation behavior
content
behavior
change
Prior art date
Application number
PCT/CN2021/101689
Other languages
French (fr)
Chinese (zh)
Inventor
邵猛
魏博
Original Assignee
深圳市前海手绘科技文化有限公司
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 深圳市前海手绘科技文化有限公司 filed Critical 深圳市前海手绘科技文化有限公司
Publication of WO2022193461A1 publication Critical patent/WO2022193461A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction 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
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • G11B20/10527Audio or video recording; Data buffering arrangements

Definitions

  • the invention belongs to the technical field of online demonstration, and in particular relates to an optimization method, device, electronic device and storage medium for outputting a demonstration video source.
  • the main method at present is to record and output the actual demo area of the demo tool.
  • the resolution is the same as the size of the demo area, and operations such as mouse selection are also recorded.
  • the recording and output will encounter problems such as instantaneous flicker; after the demo tool is scaled down, the resolution of the recorded video will also be reduced accordingly, and the output image will be blurred. .
  • the current implementation methods cannot guarantee the stability and clarity of the video output.
  • the present invention provides an optimization method for the output of a demonstration video source, the video output by the method will not appear flickering or blurred, and the stability and definition of the video can be effectively improved.
  • a method for optimizing the output of a demonstration video source comprising the following steps:
  • the present invention provides an optimization device for demonstrating video source output, including:
  • the startup module is used to start the first window and the second window
  • the first setting module is used to set the second window to be invisible in the system tray, and move the second window to the outside of the screen;
  • the loading module is used to load the demo content to the second window, read the content of the second window and load it to the first window;
  • the transmission module is used for transmitting the content of the second window to the output end.
  • the second setting module is used for setting the size of the second window to 1080P, and fixing the second window outside the screen.
  • the restriction module is used for restricting the display area of the first window to be within the screen.
  • the first window is used to display the content of the second window, and restricting its moving area within the screen can make it more convenient for the user to observe the content displayed in the second window.
  • the reading module is used to read the operation behavior of the user in the first window
  • the synchronization module is used for synchronizing the user operation behavior to the second window.
  • reading the operation behavior of the user in the first window includes:
  • the operation behavior includes an operation process and an operation result, and the operation result in the operation behavior is read;
  • Synchronizing user operation behavior to the second window includes:
  • reading the operation result in the operation behavior includes:
  • the scheme is a cursor and its movement track
  • the operation result is obtained by removing the cursor at any time in the operation behavior and the movement track of the cursor in different time periods respectively.
  • the solution is a toolbar change, and the toolbar change is an operation that does not change the playback content of the demo video;
  • the operation results are obtained by respectively removing all operations that do not change the playback content of the demo video in the operation behavior.
  • the reading module includes:
  • the operation behavior includes an operation process and an operation result, and is used to read the operation result in the operation behavior
  • Synchronization modules include:
  • a first synchronization unit configured to synchronize the operation result to the second window.
  • the first reading unit is further configured to perform the following steps, including:
  • the solution is a cursor and its movement track
  • the first reading unit is further configured to perform the following steps, including:
  • the operation result is obtained by removing the cursor at any time in the operation behavior and the movement trajectories of the cursor in different time periods respectively.
  • the solution is a toolbar change, and the toolbar change is an operation that does not change the playback content of the demo video;
  • the first reading unit is further configured to perform the following steps, including:
  • the present invention also provides an electronic device, comprising a memory and a processor, the memory stores a computer program, and the computer program can be executed in the processor to implement any of the above methods, wherein the electronic device can be a mobile terminal or web side.
  • the present invention also provides a storage medium storing a computer program, and the computer program can implement any of the above methods when executed in a processor.
  • the present invention provides a method for optimizing the output of a demonstration video source.
  • An operation window and a hidden window are set in the demonstration tool, the display contents of the two windows are consistent, and the operation is performed through the operation window, and only images are transmitted from the hidden window.
  • FIG. 1 is a flowchart of a method for optimizing the output of a demonstration video source provided by an embodiment
  • Fig. 2 is a module architecture diagram corresponding to the method of Fig. 1 provided by an embodiment
  • Fig. 3 is the schematic diagram to the method in Fig. 1;
  • the term “storage medium” may be various media that can store computer programs, such as ROM, RAM, magnetic disk or optical disk.
  • the term "processor” can be CPLD (Complex Programmable Logic Device: Complex Programmable Logic Device), FPGA (Field-Programmable Gate Array: Field Programmable Gate Array), MCU (Microcontroller Unit: Micro Control Unit), PLC (Programmable Logic) Controller: programmable logic controller) and CPU (Central Processing Unit: central processing unit) and other chips or circuits with data processing functions.
  • electronic device may be any device with data processing and storage functions, and may generally include both stationary and mobile terminals. Fixed terminals such as desktops, etc. Mobile terminals such as mobile phones, PADs and mobile robots. In addition, the technical features involved in the different embodiments of the present invention described later can be combined with each other as long as there is no conflict with each other.
  • the present embodiment provides a method for optimizing the output of a demonstration video source, including the following steps:
  • this embodiment provides an optimization device for demonstrating the output of a video source
  • Startup module used to start the first window and the second window
  • the first setting module 2 is used to set the second window to be invisible in the system task bar, and move the second window to the outside of the screen;
  • Loading module 3 used to load the demo content to the second window, read the content of the second window and load it to the first window;
  • the transmission module 4 is used for transmitting the content of the second window to the output end.
  • start two windows at the same time name the first window and the second window respectively, move the second window to the outside of the screen, and set this window to be invisible in the task manager, which can prevent users from misoperating this window.
  • window causing interruption or blurring of video output, load the content to be recorded into this window, the first window is used to display the content in the second window, and only the content of the second window is read when the video is output.
  • the first window is used to display the content of the second window, and restricting its moving area within the screen can make it more convenient for the user to observe the content displayed in the second window.
  • the present invention reads the operation behavior of the user in the first window including:
  • the operation behavior includes an operation process and an operation result, and the operation result in the operation behavior is read.
  • the operation process is to modify and operate the demo video to change the display mode of the demo video, but when watching the demo video, the process of modification and operation will affect the viewing effect, so it is necessary to distinguish between the operation process and the operation result.
  • Synchronizing user operation behavior to the second window includes:
  • Synchronizing the operation result to the second window By removing the operation process and retaining the operation result, the quality of other terminals watching the demonstration video is improved, and the redundant operation process of the video is removed.
  • the present invention reads the operation result in the operation behavior including:
  • the present invention defines the operation process, distinguishes different operations of the presenter, and avoids errors in reading operation results.
  • the operation corresponding to the scheme is obtained as the operation procedure.
  • the present invention obtains the operation process, then removes the operation process, and the retained content is the operation result, because the operation process is relatively easier to distinguish, so that the method of eliminating the operation process to obtain the operation result is efficient.
  • the solution of the present invention is the cursor and its movement track.
  • the cursor and its movement track will affect the viewing quality, so the cursor and its movement track are used as the operation process.
  • the operation result is obtained by removing the cursor at any time in the operation behavior and the movement trajectories of the cursor in different time periods respectively.
  • the solution of the present invention is a toolbar change, and the toolbar change is not an operation for changing the playback content of the demo video.
  • the operations other than changing the playback content of the demo video may be zoom-in, zoom-out, scale adjustment, and the like of the video.
  • the operation results are obtained by respectively removing all operations that do not change the playback content of the demo video in the operation behavior.
  • the present invention When removing the operation process, the present invention will sequentially identify whether there is a solution corresponding to the operation process in the demonstration video, and if there is, it will be removed in sequence, so that the retained demonstration video no longer has the operation process, but only the operation result, and the demonstration video is raised. viewing texture.
  • the reading module of the present invention includes:
  • a first reading unit wherein the operation behavior includes an operation process and an operation result, and is used for reading the operation result in the operation behavior.
  • the operation process is to modify and operate the demo video to change the display mode of the demo video, but when watching the demo video, the process of modification and operation will affect the viewing effect, so it is necessary to distinguish between the operation process and the operation result.
  • Synchronization modules include:
  • a first synchronization unit configured to synchronize the operation result to the second window.
  • the first reading unit of the present invention is also used to perform the following steps, including:
  • the present invention defines the operation process, distinguishes different operations of the presenter, and avoids errors in reading operation results.
  • the operation corresponding to the scheme is obtained as the operation procedure.
  • the present invention obtains the operation process, then removes the operation process, and the retained content is the operation result, because the operation process is relatively easier to distinguish, so that the method of eliminating the operation process to obtain the operation result is efficient.
  • the solution of the present invention is the cursor and its movement track.
  • the cursor and its movement track will affect the viewing quality, so the cursor and its movement track are used as the operation process.
  • the first reading unit is further configured to perform the following steps, including:
  • the operation result is obtained by removing the cursor at any time in the operation behavior and the movement trajectories of the cursor in different time periods respectively.
  • the scheme described in the present invention is a tool bar change, and the tool bar change is an operation that does not change the playback content of the demo video;
  • the first reading unit is further configured to perform the following steps, including:
  • the operation results are obtained by respectively removing all operations that do not change the playback content of the demo video in the operation behavior.
  • the present invention When removing the operation process, the present invention will sequentially identify whether there is a solution corresponding to the operation process in the demonstration video, and if there is, it will be removed in sequence, so that the retained demonstration video no longer has the operation process, but only the operation result, and the demonstration video is raised. viewing texture.
  • the methods involved in the above embodiments may be implemented in the form of computer programs.
  • the computer program for implementing the methods in the above embodiments may be executed in an electronic device or stored in a storage medium.
  • an electronic device includes a memory and a processor.
  • the memory stores a computer program, and the computer program is executed by the processor to implement the methods involved in the above embodiments.
  • a storage medium stores a computer program, and the computer program is executed in the processor to implement the methods involved in the above embodiments.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The present invention relates to the technical field of online demos, and provides an optimization method and apparatus for demo video source output. An operation window and a hidden window are provided in a demonstration tool, and the two windows are consistent in display contents. An operation is performed by means of the operation window, and an image is transmitted out only from the hidden window. The implementation of the present solution can effectively ensure the stability and definition during demo video source output, and reduce operation restrictions of demonstration tools.

Description

一种演示视频源输出的优化方法An Optimization Method for Demonstration Video Source Output 技术领域technical field
本发明属于在线演示技术领域,尤其涉及一种演示视频源输出的优化方法、装置、电子设备和存储介质。The invention belongs to the technical field of online demonstration, and in particular relates to an optimization method, device, electronic device and storage medium for outputting a demonstration video source.
背景技术Background technique
在PC演示类工具的视频演示中,通常会有录制视频和输出视频源的需求。目前的主要做法,是将演示类工具的实际演示区域进行录制和输出,分辨率和演示区域的大小是一致的,并且会把鼠标选中等操作也录制进去。在演示类工具进行窗口拖拽缩放等操作时,录制和输出会遇到瞬间闪烁等问题;在演示类工具缩小后,录制的视频分辨率也会相应缩小,此时输出图像会有模糊的情况。综上,目前的实现方式,都不能保证视频输出的稳定性和清晰度。In the video presentation of PC presentation tools, there is usually a need to record video and output video sources. The main method at present is to record and output the actual demo area of the demo tool. The resolution is the same as the size of the demo area, and operations such as mouse selection are also recorded. When the demo tool performs window drag and drop operations, the recording and output will encounter problems such as instantaneous flicker; after the demo tool is scaled down, the resolution of the recorded video will also be reduced accordingly, and the output image will be blurred. . To sum up, the current implementation methods cannot guarantee the stability and clarity of the video output.
发明内容SUMMARY OF THE INVENTION
为解决上述技术缺陷,本发明提供一种演示视频源输出的优化方法,该方法输出的视频不会出现闪烁或模糊,能够有效提高视频的稳定性和清晰度。In order to solve the above technical defects, the present invention provides an optimization method for the output of a demonstration video source, the video output by the method will not appear flickering or blurred, and the stability and definition of the video can be effectively improved.
一种演示视频源输出的优化方法,包括如下步骤:A method for optimizing the output of a demonstration video source, comprising the following steps:
启动第一窗口和第二窗口;Start the first window and the second window;
设置第二窗口在系统任务栏中不可见,移动第二窗口至屏幕之外;Set the second window to be invisible in the system tray, and move the second window to the outside of the screen;
加载演示内容至第二窗口,读取第二窗口内容加载至第一窗口;Load the demo content to the second window, read the content of the second window and load it into the first window;
传输第二窗口内容至输出端。Transmit the second window content to the output.
对应的,本发明提供一种演示视频源输出的优化装置,包括:Correspondingly, the present invention provides an optimization device for demonstrating video source output, including:
启动模块,用于启动第一窗口和第二窗口;The startup module is used to start the first window and the second window;
第一设置模块,用于设置第二窗口在系统任务栏中不可见,移动第二窗口至屏幕之外;The first setting module is used to set the second window to be invisible in the system tray, and move the second window to the outside of the screen;
加载模块,用于加载演示内容至第二窗口,读取第二窗口内容加载至第一窗口;The loading module is used to load the demo content to the second window, read the content of the second window and load it to the first window;
传输模块,用于传输第二窗口内容至输出端。The transmission module is used for transmitting the content of the second window to the output end.
技术效果说明:同时启动两个窗口,分别命名为第一窗口及第二窗口,将第二窗口移动至屏幕之外,并设置此窗口在任务管理器中不可见,可以防止用户误操作此窗口,造成视频输出时有中断或模糊的情况出现,把需要录制的内容加载至此窗口,第一窗口用来显示第二窗口中的内容,视频输出时仅读取第二窗口的内容。Technical effect description: Start two windows at the same time, named the first window and the second window, move the second window to the outside of the screen, and set this window to be invisible in the task manager, which can prevent users from misoperating this window , causing interruption or blurring of video output, load the content to be recorded into this window, the first window is used to display the content in the second window, and only the content of the second window is read when the video is output.
改进的,传输第二窗口内容至输出端,还包括:Improved, transmitting the content of the second window to the output, further comprising:
设置第二窗口尺寸为1080P,固定第二窗口在屏幕之外。Set the size of the second window to 1080P, and fix the second window outside the screen.
同时还提供对应的装置:Corresponding devices are also provided:
第二设置模块,用于设置第二窗口尺寸为1080P,固定第二窗口在屏幕之外。The second setting module is used for setting the size of the second window to 1080P, and fixing the second window outside the screen.
技术效果说明:为防止程序自身问题,自行缩放导致窗口大小出现变化,或窗口出现移动,造成视频输出不稳定,将第二窗口的大小设置为固定值,并固定在屏幕之外。Technical effect description: In order to prevent the program's own problems, self-scaling causes the window size to change, or the window moves, resulting in unstable video output, set the size of the second window to a fixed value and fix it outside the screen.
改进的,传输第二窗口内容至输出端,还包括:Improved, transmitting the content of the second window to the output, further comprising:
限制第一窗口显示区域为屏幕之内。Limit the display area of the first window to within the screen.
同时还提供对应的装置:Corresponding devices are also provided:
限制模块,用于限制第一窗口显示区域为屏幕之内。The restriction module is used for restricting the display area of the first window to be within the screen.
技术效果说明:第一窗口用于显示第二窗口的内容,将其移动区域限制在屏幕之内能够更方便用户观察到第二窗口中显示的内容。Technical effect description: The first window is used to display the content of the second window, and restricting its moving area within the screen can make it more convenient for the user to observe the content displayed in the second window.
改进的,传输第二窗口内容至输出端,还包括:Improved, transmitting the content of the second window to the output, further comprising:
读取用户在第一窗口的操作行为;Read the user's operation behavior in the first window;
同步用户操作行为至第二窗口。Synchronize user operation behavior to the second window.
同时还提供对应的装置:Corresponding devices are also provided:
读取模块,用于读取用户在第一窗口的操作行为;The reading module is used to read the operation behavior of the user in the first window;
同步模块,用于同步用户操作行为至第二窗口。The synchronization module is used for synchronizing the user operation behavior to the second window.
技术效果说明:如果用户需要对第二窗口中的内容做相应的操作,由于相关内容均加载在第二窗口中,并且第二窗口在屏幕之外,由于第一窗口中显示的内容和第二窗口内容一致,用户可以直接对第一窗口进行操作,操作数据会同步至第二窗口,实现对第二窗口内容的控制。Technical effect description: If the user needs to perform corresponding operations on the content in the second window, since the relevant content is loaded in the second window, and the second window is outside the screen, because the content displayed in the first window and the second window If the contents of the windows are consistent, the user can directly operate the first window, and the operation data will be synchronized to the second window to control the contents of the second window.
进一步的,读取用户在所述第一窗口的操作行为包括:Further, reading the operation behavior of the user in the first window includes:
所述操作行为包括操作过程和操作结果,读取所述操作行为中的操作结果;The operation behavior includes an operation process and an operation result, and the operation result in the operation behavior is read;
同步用户操作行为至所述第二窗口包括:Synchronizing user operation behavior to the second window includes:
将所述操作结果同步至所述第二窗口。Synchronizing the operation result to the second window.
进一步的,读取所述操作行为中的操作结果包括:Further, reading the operation result in the operation behavior includes:
预先设置操作过程的方案;Pre-set the scheme of the operation process;
获取与所述方案对应的操作作为操作过程;Obtain the operation corresponding to the solution as the operation process;
将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果。All operation processes in the operation behavior are removed, and only the operation results in the operation behavior are retained.
进一步的,所述方案为光标及其移动轨迹;Further, the scheme is a cursor and its movement track;
将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果包括:Remove all operation processes in the operation behavior, and only keep the operation results in the operation behavior including:
将操作行为中任意时刻的光标以及不同时间段光标的移动轨迹 分别去除得到操作结果。The operation result is obtained by removing the cursor at any time in the operation behavior and the movement track of the cursor in different time periods respectively.
进一步的,所述方案为工具栏变化,所述工具栏变化为非对演示视频播放内容改变的操作;Further, the solution is a toolbar change, and the toolbar change is an operation that does not change the playback content of the demo video;
将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果包括:Remove all operation processes in the operation behavior, and only keep the operation results in the operation behavior including:
将操作行为中所有非对演示视频播放内容改变的操作分别去除得到操作结果。The operation results are obtained by respectively removing all operations that do not change the playback content of the demo video in the operation behavior.
对应的,读取模块包括:Correspondingly, the reading module includes:
第一读取单元,所述操作行为包括操作过程和操作结果,用于读取所述操作行为中的操作结果;a first reading unit, wherein the operation behavior includes an operation process and an operation result, and is used to read the operation result in the operation behavior;
同步模块包括:Synchronization modules include:
第一同步单元,用于将所述操作结果同步至所述第二窗口。a first synchronization unit, configured to synchronize the operation result to the second window.
对应的,所述第一读取单元还用于执行以下步骤,包括:Correspondingly, the first reading unit is further configured to perform the following steps, including:
预先设置操作过程的方案;Pre-set the scheme of the operation process;
获取与所述方案对应的操作作为操作过程;Obtain the operation corresponding to the solution as the operation process;
将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果。All operation processes in the operation behavior are removed, and only the operation results in the operation behavior are retained.
对应的,所述方案为光标及其移动轨迹;Correspondingly, the solution is a cursor and its movement track;
所述第一读取单元还用于执行以下步骤,包括:The first reading unit is further configured to perform the following steps, including:
将操作行为中任意时刻的光标以及不同时间段光标的移动轨迹分别去除得到操作结果。The operation result is obtained by removing the cursor at any time in the operation behavior and the movement trajectories of the cursor in different time periods respectively.
对应的,所述方案为工具栏变化,所述工具栏变化为非对演示视频播放内容改变的操作;Correspondingly, the solution is a toolbar change, and the toolbar change is an operation that does not change the playback content of the demo video;
所述第一读取单元还用于执行以下步骤,包括:The first reading unit is further configured to perform the following steps, including:
将操作行为中所有非对演示视频播放内容改变的操作分别去除 得到操作结果。Remove all operations that do not change the playback content of the demo video in the operation behavior to obtain the operation result.
本发明还提供一种电子设备,包括存储器和处理器,所述存储器存储计算机程序,所述计算机程序在所述处理器中执行可实现上述任一种方法,其中,电子设备可以为移动终端或web端。The present invention also provides an electronic device, comprising a memory and a processor, the memory stores a computer program, and the computer program can be executed in the processor to implement any of the above methods, wherein the electronic device can be a mobile terminal or web side.
本发明还提供一种存储介质,存储计算机程序,所述计算机程序在处理器中执行可实现上述任一种方法。The present invention also provides a storage medium storing a computer program, and the computer program can implement any of the above methods when executed in a processor.
本发明提供的演示视频源输出的优化方法,在演示工具中设置操作窗口和隐藏窗口,两个窗口显示内容一致,通过操作窗口进行操作,仅从隐藏窗口传出图像。通过本方案的实现,可以有效保证演示视频源输出时的稳定性和清晰度,降低演示类工具操作限制。The present invention provides a method for optimizing the output of a demonstration video source. An operation window and a hidden window are set in the demonstration tool, the display contents of the two windows are consistent, and the operation is performed through the operation window, and only images are transmitted from the hidden window. Through the implementation of this solution, the stability and clarity of the demonstration video source can be effectively ensured, and the operation restrictions of demonstration tools can be reduced.
附图说明Description of drawings
图1为一实施例提供的演示视频源输出的优化方法的流程图;1 is a flowchart of a method for optimizing the output of a demonstration video source provided by an embodiment;
图2为一实施例提供的与图1方法对应的模块架构图;Fig. 2 is a module architecture diagram corresponding to the method of Fig. 1 provided by an embodiment;
图3为对图1中方法的示意图;Fig. 3 is the schematic diagram to the method in Fig. 1;
具体实施方式Detailed ways
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,在本发明的描述中,除非另有明确的规定和限定,术语“存储介质”可以是ROM、RAM、磁碟或者光盘等各种可以存储计算机程序的介质。术语“处理器”可以是CPLD(Complex Programmable Logic Device:复杂可编程逻辑器件)、FPGA(Field-Programmable Gate Array:现场可编程门阵列)、MCU(Microcontroller Unit:微控制单元)、PLC(Programmable Logic Controller:可编程逻辑控制器)以及CPU(Central Processing Unit:中央处理器)等具备数据处理功能的芯片 或电路。术语“电子设备”可以是具有数据处理功能和存储功能的任何设备,通常可以包括固定终端和移动终端。固定终端如台式机等。移动终端如手机、PAD以及移动机器人等。此外,后续所描述的本发明不同实施方式中所涉及的技术特征只要彼此之间未构成冲突就可以相互结合。In order to make the objectives, technical solutions and advantages of the present invention clearer, the present invention will be further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that, in the description of the present invention, unless otherwise expressly specified and limited, the term "storage medium" may be various media that can store computer programs, such as ROM, RAM, magnetic disk or optical disk. The term "processor" can be CPLD (Complex Programmable Logic Device: Complex Programmable Logic Device), FPGA (Field-Programmable Gate Array: Field Programmable Gate Array), MCU (Microcontroller Unit: Micro Control Unit), PLC (Programmable Logic) Controller: programmable logic controller) and CPU (Central Processing Unit: central processing unit) and other chips or circuits with data processing functions. The term "electronic device" may be any device with data processing and storage functions, and may generally include both stationary and mobile terminals. Fixed terminals such as desktops, etc. Mobile terminals such as mobile phones, PADs and mobile robots. In addition, the technical features involved in the different embodiments of the present invention described later can be combined with each other as long as there is no conflict with each other.
下面,本发明提出部分优选实施例以教导本领域技术人员实现。Below, the present invention provides some preferred embodiments to teach those skilled in the art to realize them.
实施例一Example 1
参见图1及图3,本实施例提供一种演示视频源输出的优化方法,包括如下步骤:Referring to FIG. 1 and FIG. 3, the present embodiment provides a method for optimizing the output of a demonstration video source, including the following steps:
S1、启动第一窗口和第二窗口;S1, start the first window and the second window;
S2、设置第二窗口在系统任务栏中不可见,移动第二窗口至屏幕之外;S2. Set the second window to be invisible in the system tray, and move the second window to the outside of the screen;
S3、加载演示内容至第二窗口,读取第二窗口内容加载至第一窗口;S3, load the demo content to the second window, read the content of the second window and load it into the first window;
S4、传输第二窗口内容至输出端。S4. Transmit the content of the second window to the output end.
实施例二 Embodiment 2
参见图2,本实施例提供一种演示视频源输出的优化装置Referring to FIG. 2 , this embodiment provides an optimization device for demonstrating the output of a video source
启动模块1,用于启动第一窗口和第二窗口; Startup module 1, used to start the first window and the second window;
第一设置模块2,用于设置第二窗口在系统任务栏中不可见,移动第二窗口至屏幕之外;The first setting module 2 is used to set the second window to be invisible in the system task bar, and move the second window to the outside of the screen;
加载模块3,用于加载演示内容至第二窗口,读取第二窗口内容加载至第一窗口; Loading module 3, used to load the demo content to the second window, read the content of the second window and load it to the first window;
传输模块4,用于传输第二窗口内容至输出端。The transmission module 4 is used for transmitting the content of the second window to the output end.
需要说明的是:同时启动两个窗口,分别命名为第一窗口及第二窗口,将第二窗口移动至屏幕之外,并设置此窗口在任务管理器中不 可见,可以防止用户误操作此窗口,造成视频输出时有中断或模糊的情况出现,把需要录制的内容加载至此窗口,第一窗口用来显示第二窗口中的内容,视频输出时仅读取第二窗口的内容。It should be noted that: start two windows at the same time, name the first window and the second window respectively, move the second window to the outside of the screen, and set this window to be invisible in the task manager, which can prevent users from misoperating this window. window, causing interruption or blurring of video output, load the content to be recorded into this window, the first window is used to display the content in the second window, and only the content of the second window is read when the video is output.
需要进一步说明的是:为防止程序自身问题,自行缩放导致窗口大小出现变化,或窗口出现移动,造成视频输出不稳定,将第二窗口的大小设置为固定值,并固定在屏幕之外。It should be further explained that: in order to prevent the problem of the program itself, self-scaling causes the window size to change, or the window moves, resulting in unstable video output, set the size of the second window to a fixed value and fix it outside the screen.
需要再进一步说明的是:第一窗口用于显示第二窗口的内容,将其移动区域限制在屏幕之内能够更方便用户观察到第二窗口中显示的内容。It needs to be further explained that: the first window is used to display the content of the second window, and restricting its moving area within the screen can make it more convenient for the user to observe the content displayed in the second window.
还需要说明的是:如果用户需要对第二窗口中的内容做相应的操作,由于相关内容均加载在第二窗口中,并且第二窗口在屏幕之外,由于第一窗口中显示的内容和第二窗口内容一致,用户可以直接对第一窗口进行操作,操作数据会同步至第二窗口,实现对第二窗口内容的控制。It should also be noted that: if the user needs to perform corresponding operations on the content in the second window, since the relevant content is loaded in the second window and the second window is outside the screen, the content displayed in the first window and the The content of the second window is the same, the user can directly operate the first window, and the operation data will be synchronized to the second window to control the content of the second window.
实施例三 Embodiment 3
本发明读取用户在所述第一窗口的操作行为包括:The present invention reads the operation behavior of the user in the first window including:
所述操作行为包括操作过程和操作结果,读取所述操作行为中的操作结果。操作过程是为了对演示视频进行修改、操作以实现演示视频展示方式的改变,但是在观看演示视频时,对修改、操作的过程会影响观看效果,所以需要对操作过程和操作结果进行区分。The operation behavior includes an operation process and an operation result, and the operation result in the operation behavior is read. The operation process is to modify and operate the demo video to change the display mode of the demo video, but when watching the demo video, the process of modification and operation will affect the viewing effect, so it is necessary to distinguish between the operation process and the operation result.
同步用户操作行为至所述第二窗口包括:Synchronizing user operation behavior to the second window includes:
将所述操作结果同步至所述第二窗口。通过去除操作过程,保留操作结果,提成了其他终端观看演示视频的质感,去除了多余的对视频的操作过程。Synchronizing the operation result to the second window. By removing the operation process and retaining the operation result, the quality of other terminals watching the demonstration video is improved, and the redundant operation process of the video is removed.
本发明读取所述操作行为中的操作结果包括:The present invention reads the operation result in the operation behavior including:
预先设置操作过程的方案。本发明会对操作过程进行定义,对演示者的不同操作进行区分,避免出现读取操作结果错误。Pre-set scenarios for operating procedures. The present invention defines the operation process, distinguishes different operations of the presenter, and avoids errors in reading operation results.
获取与所述方案对应的操作作为操作过程。The operation corresponding to the scheme is obtained as the operation procedure.
将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果。本发明会获取操作过程,然后将操作过程去除,保留后的内容即为操作结果,因为操作过程相对来说更容易区分,使得以剔除操作过程得到操作结果的方式效率高。All operation processes in the operation behavior are removed, and only the operation results in the operation behavior are retained. The present invention obtains the operation process, then removes the operation process, and the retained content is the operation result, because the operation process is relatively easier to distinguish, so that the method of eliminating the operation process to obtain the operation result is efficient.
本发明所述方案为光标及其移动轨迹。在演示视频中,光标及其移动轨迹是会影响观看质感的,所以将光标及其移动轨迹作为操作过程。The solution of the present invention is the cursor and its movement track. In the demo video, the cursor and its movement track will affect the viewing quality, so the cursor and its movement track are used as the operation process.
将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果包括:Remove all operation processes in the operation behavior, and only keep the operation results in the operation behavior including:
将操作行为中任意时刻的光标以及不同时间段光标的移动轨迹分别去除得到操作结果。The operation result is obtained by removing the cursor at any time in the operation behavior and the movement trajectories of the cursor in different time periods respectively.
本发明所述方案为工具栏变化,所述工具栏变化为非对演示视频播放内容改变的操作。非对演示视频播放内容改变的操作可以是视频的放大、缩小、比例调整等等。The solution of the present invention is a toolbar change, and the toolbar change is not an operation for changing the playback content of the demo video. The operations other than changing the playback content of the demo video may be zoom-in, zoom-out, scale adjustment, and the like of the video.
将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果包括:Remove all operation processes in the operation behavior, and only keep the operation results in the operation behavior including:
将操作行为中所有非对演示视频播放内容改变的操作分别去除得到操作结果。The operation results are obtained by respectively removing all operations that do not change the playback content of the demo video in the operation behavior.
本发明在去除操作过程时,会依次识别演示视频中是否存在与操作过程相应的方案,如果存在即依次去除,使得保留后的演示视频不再具有操作过程,只有操作结果,提生了演示视频的观看质感。When removing the operation process, the present invention will sequentially identify whether there is a solution corresponding to the operation process in the demonstration video, and if there is, it will be removed in sequence, so that the retained demonstration video no longer has the operation process, but only the operation result, and the demonstration video is raised. viewing texture.
实施例四 Embodiment 4
本发明读取模块包括:The reading module of the present invention includes:
第一读取单元,所述操作行为包括操作过程和操作结果,用于读取所述操作行为中的操作结果。操作过程是为了对演示视频进行修改、操作以实现演示视频展示方式的改变,但是在观看演示视频时,对修改、操作的过程会影响观看效果,所以需要对操作过程和操作结果进行区分。A first reading unit, wherein the operation behavior includes an operation process and an operation result, and is used for reading the operation result in the operation behavior. The operation process is to modify and operate the demo video to change the display mode of the demo video, but when watching the demo video, the process of modification and operation will affect the viewing effect, so it is necessary to distinguish between the operation process and the operation result.
同步模块包括:Synchronization modules include:
第一同步单元,用于将所述操作结果同步至所述第二窗口。通过去除操作过程,保留操作结果,提成了其他终端观看演示视频的质感,去除了多余的对视频的操作过程。a first synchronization unit, configured to synchronize the operation result to the second window. By removing the operation process and retaining the operation result, the quality of other terminals watching the demonstration video is improved, and the redundant operation process of the video is removed.
本发明所述第一读取单元还用于执行以下步骤,包括:The first reading unit of the present invention is also used to perform the following steps, including:
预先设置操作过程的方案。本发明会对操作过程进行定义,对演示者的不同操作进行区分,避免出现读取操作结果错误。Pre-set scenarios for operating procedures. The present invention defines the operation process, distinguishes different operations of the presenter, and avoids errors in reading operation results.
获取与所述方案对应的操作作为操作过程。The operation corresponding to the scheme is obtained as the operation procedure.
将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果。本发明会获取操作过程,然后将操作过程去除,保留后的内容即为操作结果,因为操作过程相对来说更容易区分,使得以剔除操作过程得到操作结果的方式效率高。All operation processes in the operation behavior are removed, and only the operation results in the operation behavior are retained. The present invention obtains the operation process, then removes the operation process, and the retained content is the operation result, because the operation process is relatively easier to distinguish, so that the method of eliminating the operation process to obtain the operation result is efficient.
本发明所述方案为光标及其移动轨迹。在演示视频中,光标及其移动轨迹是会影响观看质感的,所以将光标及其移动轨迹作为操作过程。The solution of the present invention is the cursor and its movement track. In the demo video, the cursor and its movement track will affect the viewing quality, so the cursor and its movement track are used as the operation process.
所述第一读取单元还用于执行以下步骤,包括:The first reading unit is further configured to perform the following steps, including:
将操作行为中任意时刻的光标以及不同时间段光标的移动轨迹分别去除得到操作结果。The operation result is obtained by removing the cursor at any time in the operation behavior and the movement trajectories of the cursor in different time periods respectively.
本发明所述方案为工具栏变化,所述工具栏变化为非对演示视频 播放内容改变的操作;The scheme described in the present invention is a tool bar change, and the tool bar change is an operation that does not change the playback content of the demo video;
所述第一读取单元还用于执行以下步骤,包括:The first reading unit is further configured to perform the following steps, including:
将操作行为中所有非对演示视频播放内容改变的操作分别去除得到操作结果。The operation results are obtained by respectively removing all operations that do not change the playback content of the demo video in the operation behavior.
本发明在去除操作过程时,会依次识别演示视频中是否存在与操作过程相应的方案,如果存在即依次去除,使得保留后的演示视频不再具有操作过程,只有操作结果,提生了演示视频的观看质感。When removing the operation process, the present invention will sequentially identify whether there is a solution corresponding to the operation process in the demonstration video, and if there is, it will be removed in sequence, so that the retained demonstration video no longer has the operation process, but only the operation result, and the demonstration video is raised. viewing texture.
需要总体说明的是,以上实施例中涉及的方法,可以通过计算机程序的方式实现。其中,实现以上实施例方法的计算机程序可以运行在电子设备中,也可以存放在存储介质中。It should be generally noted that the methods involved in the above embodiments may be implemented in the form of computer programs. Wherein, the computer program for implementing the methods in the above embodiments may be executed in an electronic device or stored in a storage medium.
具体的,电子设备,包括存储器和处理器,存储器存储计算机程序,计算机程序在处理器执行,可实现以上实施例中涉及的方法。Specifically, an electronic device includes a memory and a processor. The memory stores a computer program, and the computer program is executed by the processor to implement the methods involved in the above embodiments.
另外,存储介质,存储计算机程序,计算机程序在处理器中执行,可实现以上实施例中涉及的方法。In addition, a storage medium stores a computer program, and the computer program is executed in the processor to implement the methods involved in the above embodiments.
以上所述仅为本发明的较佳实施例而已,并不用以限制本发明,凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明的保护范围之内。The above descriptions are only preferred embodiments of the present invention and are not intended to limit the present invention. Any modifications, equivalent replacements and improvements made within the spirit and principles of the present invention shall be included in the protection of the present invention. within the range.

Claims (18)

  1. 一种演示视频源输出的优化方法,其特征在于,包括如下步骤:A method for optimizing the output of a demonstration video source, comprising the following steps:
    启动第一窗口和第二窗口;Start the first window and the second window;
    设置第二窗口在系统任务栏中不可见,移动第二窗口至屏幕之外;Set the second window to be invisible in the system tray, and move the second window to the outside of the screen;
    加载演示内容至第二窗口,读取第二窗口内容加载至第一窗口;Load the demo content to the second window, read the content of the second window and load it into the first window;
    传输第二窗口内容至输出端。Transmit the second window content to the output.
  2. 如权利要求1所述的方法,其特征在于,所述的传输第二窗口内容至输出端,包括:The method of claim 1, wherein the transmitting the second window content to the output terminal comprises:
    设置所述第二窗口尺寸为1080P,固定所述第二窗口在屏幕之外。The size of the second window is set to 1080P, and the second window is fixed outside the screen.
  3. 如权利要求1所述的方法,其特征在于,所述的传输第二窗口内容至输出端,包括:The method of claim 1, wherein the transmitting the second window content to the output terminal comprises:
    限制所述第一窗口显示区域为屏幕之内。The first window display area is limited to be within the screen.
  4. 如权利要求1所述的方法,其特征在于,所述的传输第二窗口内容至输出端,包括:The method of claim 1, wherein the transmitting the second window content to the output terminal comprises:
    读取用户在所述第一窗口的操作行为;Read the operation behavior of the user in the first window;
    同步用户操作行为至所述第二窗口。Synchronizing the user operation behavior to the second window.
  5. 一种演示视频源输出的优化装置,其特征在于,包括:A device for optimizing the output of a demonstration video source, comprising:
    启动模块,用于启动第一窗口和第二窗口;The startup module is used to start the first window and the second window;
    第一设置模块,用于设置第二窗口在系统任务栏中不可见,移动第二窗口至屏幕之外;The first setting module is used to set the second window to be invisible in the system tray, and move the second window to the outside of the screen;
    加载模块,用于加载演示内容至第二窗口,读取第二窗口内容加载至第一窗口;The loading module is used to load the demo content to the second window, read the content of the second window and load it to the first window;
    传输模块,用于传输第二窗口内容至输出端。The transmission module is used for transmitting the content of the second window to the output end.
  6. 如权利要求5所述装置,其特征在于,包括:The device of claim 5, comprising:
    第二设置模块,用于设置所述第二窗口尺寸为1080P,固定所述第二窗口在屏幕之外。The second setting module is used for setting the size of the second window to 1080P, and fixing the second window outside the screen.
  7. 如权利要求5所述装置,其特征在于,包括:The device of claim 5, comprising:
    限制模块,用于限制所述第一窗口显示区域为屏幕之内。The restriction module is used for restricting the display area of the first window to be within the screen.
  8. 如权利要求5所述装置,其特征在于,包括:The device of claim 5, comprising:
    读取模块,用于读取用户在所述第一窗口的操作行为;a reading module, used for reading the operation behavior of the user in the first window;
    同步模块,用于同步用户操作行为至所述第二窗口。The synchronization module is used for synchronizing the user operation behavior to the second window.
  9. 如权利要求4所述的方法,其特征在于,The method of claim 4, wherein:
    读取用户在所述第一窗口的操作行为包括:Reading the operation behavior of the user in the first window includes:
    所述操作行为包括操作过程和操作结果,读取所述操作行为中的操作结果;The operation behavior includes an operation process and an operation result, and the operation result in the operation behavior is read;
    同步用户操作行为至所述第二窗口包括:Synchronizing user operation behavior to the second window includes:
    将所述操作结果同步至所述第二窗口。Synchronizing the operation result to the second window.
  10. 如权利要求9所述的方法,其特征在于,The method of claim 9, wherein:
    读取所述操作行为中的操作结果包括:Reading the operation result in the operation behavior includes:
    预先设置操作过程的方案;Pre-set programs for operating procedures;
    获取与所述方案对应的操作作为操作过程;Obtain the operation corresponding to the solution as the operation process;
    将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果。All operation processes in the operation behavior are removed, and only the operation results in the operation behavior are retained.
  11. 如权利要求10所述的方法,其特征在于,The method of claim 10, wherein:
    所述方案为光标及其移动轨迹;The solution is a cursor and its movement track;
    将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果包括:Remove all operation processes in the operation behavior, and only keep the operation results in the operation behavior including:
    将操作行为中任意时刻的光标以及不同时间段光标的移动轨迹分别去除得到操作结果。The operation result is obtained by removing the cursor at any time in the operation behavior and the movement trajectories of the cursor in different time periods respectively.
  12. 如权利要求10所述的方法,其特征在于,The method of claim 10, wherein:
    所述方案为工具栏变化,所述工具栏变化为非对演示视频播放内容改变的操作;The solution is a toolbar change, and the toolbar change is an operation that does not change the playback content of the demo video;
    将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果包括:Remove all operation processes in the operation behavior, and only keep the operation results in the operation behavior including:
    将操作行为中所有非对演示视频播放内容改变的操作分别去除得到操作结果。The operation results are obtained by respectively removing all operations in the operation behavior that do not change the playback content of the demo video.
  13. 如权利要求5所述装置,其特征在于,The device of claim 5, wherein:
    读取模块包括:The read module includes:
    第一读取单元,所述操作行为包括操作过程和操作结果,用于读取所述操作行为中的操作结果;a first reading unit, wherein the operation behavior includes an operation process and an operation result, and is used to read the operation result in the operation behavior;
    同步模块包括:Synchronization modules include:
    第一同步单元,用于将所述操作结果同步至所述第二窗口。a first synchronization unit, configured to synchronize the operation result to the second window.
  14. 如权利要求13所述装置,其特征在于,The apparatus of claim 13, wherein:
    所述第一读取单元还用于执行以下步骤,包括:The first reading unit is further configured to perform the following steps, including:
    预先设置操作过程的方案;Pre-set programs for operating procedures;
    获取与所述方案对应的操作作为操作过程;Obtain the operation corresponding to the solution as the operation process;
    将操作行为中的所有操作过程去除,仅保留操作行为中的操作结果。All operation processes in the operation behavior are removed, and only the operation results in the operation behavior are retained.
  15. 如权利要求14所述装置,其特征在于,The apparatus of claim 14, wherein:
    所述方案为光标及其移动轨迹;The solution is a cursor and its movement track;
    所述第一读取单元还用于执行以下步骤,包括:The first reading unit is further configured to perform the following steps, including:
    将操作行为中任意时刻的光标以及不同时间段光标的移动轨迹分别去除得到操作结果。The operation result is obtained by removing the cursor at any time in the operation behavior and the movement trajectories of the cursor in different time periods respectively.
  16. 如权利要求14所述装置,其特征在于,The apparatus of claim 14, wherein:
    所述方案为工具栏变化,所述工具栏变化为非对演示视频播放内容改变的操作;The solution is a toolbar change, and the toolbar change is an operation that does not change the playback content of the demo video;
    所述第一读取单元还用于执行以下步骤,包括:The first reading unit is further configured to perform the following steps, including:
    将操作行为中所有非对演示视频播放内容改变的操作分别去除得到操作结果。The operation results are obtained by respectively removing all operations that do not change the playback content of the demo video in the operation behavior.
  17. 一种电子设备,包括存储器和处理器,所述存储器存储计算机程序,其特征在于,所述计算机程序在所述处理器中执行可实现权利要求1-4、9-12中任一种方法。An electronic device, comprising a memory and a processor, wherein the memory stores a computer program, wherein the computer program is executed in the processor to implement any one of the methods in claims 1-4 and 9-12.
  18. 一种存储介质,存储计算机程序,其特征在于,所述计算机程序在处理器中执行可实现权利要求1-4、9-12中任一种方法。A storage medium storing a computer program, wherein the computer program can be executed in a processor to implement any one of the methods in claims 1-4 and 9-12.
PCT/CN2021/101689 2021-03-16 2021-06-23 Optimization method for demo video source output WO2022193461A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110283423.9 2021-03-16
CN202110283423.9A CN112965651A (en) 2021-03-16 2021-03-16 Optimization method for demonstrating video source output

Publications (1)

Publication Number Publication Date
WO2022193461A1 true WO2022193461A1 (en) 2022-09-22

Family

ID=76277938

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/101689 WO2022193461A1 (en) 2021-03-16 2021-06-23 Optimization method for demo video source output

Country Status (2)

Country Link
CN (1) CN112965651A (en)
WO (1) WO2022193461A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112965651A (en) * 2021-03-16 2021-06-15 深圳市前海手绘科技文化有限公司 Optimization method for demonstrating video source output

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150049249A1 (en) * 2013-08-15 2015-02-19 Lei Shao Apparatus, system and method of controlling wireless transmission of video streams
CN109151356A (en) * 2018-09-05 2019-01-04 传线网络科技(上海)有限公司 video recording method and device
CN112965651A (en) * 2021-03-16 2021-06-15 深圳市前海手绘科技文化有限公司 Optimization method for demonstrating video source output

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104407829B (en) * 2014-11-06 2018-01-23 北京凌阳益辉科技有限公司 A kind of image mirrors display methods and its device
CN105094385B (en) * 2015-06-30 2018-01-02 北京奇虎科技有限公司 The method, apparatus and system of remote control
CN110505471B (en) * 2019-07-29 2021-09-14 青岛小鸟看看科技有限公司 Head-mounted display equipment and screen acquisition method and device thereof
CN110688042A (en) * 2019-09-29 2020-01-14 百度在线网络技术(北京)有限公司 Interface display method and device
CN111045772A (en) * 2019-12-02 2020-04-21 维沃移动通信有限公司 Application sharing method, electronic equipment and computer readable storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150049249A1 (en) * 2013-08-15 2015-02-19 Lei Shao Apparatus, system and method of controlling wireless transmission of video streams
CN109151356A (en) * 2018-09-05 2019-01-04 传线网络科技(上海)有限公司 video recording method and device
CN112965651A (en) * 2021-03-16 2021-06-15 深圳市前海手绘科技文化有限公司 Optimization method for demonstrating video source output

Also Published As

Publication number Publication date
CN112965651A (en) 2021-06-15

Similar Documents

Publication Publication Date Title
US7855724B2 (en) Transitioning between two high resolution images in a slideshow
CN108427589B (en) Data processing method and electronic equipment
US10373282B2 (en) Method and system for controlling display parameters through multiple pipelines
US9830880B1 (en) Method and system for adjusting the refresh rate of a display device based on a video content rate
JP2007060388A (en) Video processor, video processing method and program
US20190037100A1 (en) Image processing device, image processing method, and program
CN111726688A (en) Method and device for self-adapting screen projection picture in network teaching
WO2022193461A1 (en) Optimization method for demo video source output
CN101599241A (en) Messaging device
JP2010026219A (en) Information processing apparatus and method, and program
KR101609280B1 (en) Dispaly apparatus and controlling method thereof
US9471960B2 (en) Display apparatus and method of controlling the same
KR101250721B1 (en) Transitioning Between Two High Resolution Video Sources
JP6776504B2 (en) Image transmission device, image transmission system, and control method of image transmission device
JP2011022593A (en) Electronic equipment, and method of controlling display
US20230153517A1 (en) Electronic device and control method therefor
KR20150031693A (en) Dispaly apparatus and controlling method thereof
KR20210066619A (en) Electronic apparatus and control method thereof
CN107680038B (en) Picture processing method, medium and related device
US9948910B2 (en) Method of and apparatus for simultaneously displaying video input along with supplementary information
JP5949393B2 (en) System, terminal device, and image acquisition method
US20200074580A1 (en) Information processing apparatus and non-transitory computer readable medium storing program
KR20000013229A (en) Screen portion zoom-in apparatus
TWI835567B (en) Method for reading and writing frame images with variable frame rates and system
US11106418B2 (en) Image display apparatus, image output apparatus, control methods thereof, and storage medium

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: 21931046

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

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 (EPO FORM 1205A DATED 12.01.2024)