CN106131646B - Starting-up video processing method and system based on Android system - Google Patents

Starting-up video processing method and system based on Android system Download PDF

Info

Publication number
CN106131646B
CN106131646B CN201610568213.3A CN201610568213A CN106131646B CN 106131646 B CN106131646 B CN 106131646B CN 201610568213 A CN201610568213 A CN 201610568213A CN 106131646 B CN106131646 B CN 106131646B
Authority
CN
China
Prior art keywords
video
starting
startup
android system
partition
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.)
Active
Application number
CN201610568213.3A
Other languages
Chinese (zh)
Other versions
CN106131646A (en
Inventor
陈莉锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TCL Technology Group Co Ltd
Original Assignee
TCL Technology Group Co Ltd
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 TCL Technology Group Co Ltd filed Critical TCL Technology Group Co Ltd
Priority to CN201610568213.3A priority Critical patent/CN106131646B/en
Publication of CN106131646A publication Critical patent/CN106131646A/en
Application granted granted Critical
Publication of CN106131646B publication Critical patent/CN106131646B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/431Generation of visual interfaces for content selection or interaction; Content or additional data rendering
    • H04N21/4312Generation of visual interfaces for content selection or interaction; Content or additional data rendering involving specific graphical features, e.g. screen layout, special fonts or colors, blinking icons, highlights or animations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/432Content retrieval operation from a local storage medium, e.g. hard-disk
    • H04N21/4325Content retrieval operation from a local storage medium, e.g. hard-disk by playing back content from the storage medium
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
    • H04N21/4432Powering on the client, e.g. bootstrap loading using setup parameters being stored locally or received from the server

Abstract

The invention discloses a startup video processing method and system based on an Android system, wherein the method comprises the following steps: dividing an independent starting-up video storage partition from a partition reserved in a system partition in advance; when the Android system is started, starting a bootstrap program, reading a startup video file, and analyzing and shunting the startup video file; after the bootstrap program and the kernel are started, setting bootanimation of the Android system to be in a transparent state; and when the Android system is started, closing the starting video output, and removing the transparent state setting of bootanimation of the Android system. According to the method, the starting-up video can be played at the first time of starting up, in the whole starting-up process, the video playing is completely and smoothly seamlessly linked with the starting-up animation of the Android, the phenomenon of screen flashing is avoided, and convenience is provided for a user to watch the starting-up video.

Description

Starting-up video processing method and system based on Android system
Technical Field
The invention relates to the technical field of smart televisions, in particular to a starting-up video processing method and system based on an Android system.
Background
The Android system is long in starting time, and the starting video is added in the starting process, so that the enjoyment can be brought to the waiting of a user, and the operation income can be increased. The startup video of many devices on the market at present cannot fully utilize all time in the startup process, the startup video playing time is short, the startup process is divided into two parts, namely a boot logo and the startup video, and when the two parts are switched, phenomena such as screen flashing caused by picture switching often occur, so that the watching effect of a user is influenced.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
The invention aims to provide a starting-up video processing method and system based on an Android system.
The technical scheme of the invention is as follows:
a starting video processing method based on an Android system comprises the following steps:
A. an independent startup video storage partition is divided from a partition reserved in an Android system partition in advance and used for storing startup video files;
B. when the Android system is started, a bootstrap program is started, a startup video program reads a startup video file stored in a startup video storage partition, analyzes and shunts the startup video file, outputs the analyzed and shunted video to a screen for playing, and outputs audio data through an audio output interface;
C. after the bootstrap program and the kernel are started, setting bootanimation of the Android system to be in a transparent state;
D. and when the Android system is started, closing the output of the video and the audio of the starting video, and releasing the transparent state setting of bootanimation of the Android system.
The starting-up video processing method based on the Android system comprises the following specific steps:
a1, dividing an independent startup video storage partition in advance from an idle partition reserved in an Android system partition for storing startup video files;
and A2, initializing the starting video storage partition in advance.
The starting-up video processing method based on the Android system is characterized in that the starting-up video file is acquired through a network or is preset during the manufacturing of a starting-up software package.
The starting-up video processing method based on the Android system, wherein when the starting-up video file is acquired through a network, the step B specifically includes:
b1, when the Android system is started, starting a bootstrap program;
b2, detecting boot video information deployed by the cloud server by the boot video downloading program, judging whether a boot video file needing to be downloaded or updated exists, if so, downloading the boot video file stored by the cloud server to a specific path, and copying the boot video file under the specific path to the initialized boot video storage partition;
b3, the startup video program reads the startup video file stored in the startup video storage partition, analyzes and shunts the startup video file, outputs the analyzed and shunted video to the screen for playing, and outputs the audio through the audio output interface.
The starting-up video processing method based on the Android system, wherein the B3 specifically includes:
b31, the startup video program reads the startup video file stored in the startup video memory partition, and the startup video file is analyzed and divided into video and audio by a hardware decoder;
b32, outputting the analyzed and shunted video to the screen for playing in a mode of a fixed graphic output protocol interface, and outputting the audio through an audio output interface.
A startup video processing system based on an Android system comprises:
the partition dividing module is used for dividing an independent starting video storage partition from a partition reserved in an Android system partition in advance for storing a starting video file;
the starting video playing module is used for guiding a program to start when the Android system is started, reading a starting video file stored in the starting video storage partition by a starting video program, analyzing and shunting the starting video file, outputting the analyzed and shunted video to a screen to play, and outputting audio data through an audio output interface;
the device comprises a setting module, a display module and a display module, wherein the setting module is used for setting bootanimation of the Android system to be in a transparent state after the boot program and the kernel are started;
and the page loading module is used for closing the output of the video and the audio of the starting-up video and removing the transparent state setting of bootanimation of the Android system when the Android system is started.
The starting video processing system based on the Android system comprises the following specific partitioning modules:
the video storage partition dividing unit is used for dividing an independent starting video storage partition from an idle partition reserved in the Android system partition in advance for storing a starting video file;
and the initialization unit is used for initializing the starting-up video storage partition in advance.
The starting-up video processing system based on the Android system is characterized in that the starting-up video file is acquired through a network or is preset during the manufacturing of a starting-up software package.
The startup video processing system based on the Android system comprises a startup video playing module, a starting video playing module and a starting video processing module, wherein the starting video playing module specifically comprises:
the bootstrap program starting unit is used for starting the bootstrap program when the Android system is started;
the starting video file acquisition unit is used for detecting starting video information deployed by the cloud server by a starting video downloading program, judging whether a starting video file needing to be downloaded or updated exists or not, if so, downloading the starting video file stored by the cloud server to a specific path, and copying the starting video file under the specific path to a starting video storage partition after initialization processing;
and the starting video playing unit is used for reading the starting video file stored in the starting video storage partition by the starting video program, analyzing and shunting the starting video file, outputting the analyzed and shunted video to a screen for playing, and outputting the audio through the audio output interface.
The startup video processing system based on the Android system, wherein the startup video playing unit specifically comprises:
the analysis and distribution unit is used for reading the starting video file stored in the starting video storage partition by the starting video program and analyzing and distributing the starting video file into video and audio through the hardware decoder;
and the playing unit is used for outputting the analyzed and shunted video to a screen for playing in a mode of fixing a graphic output protocol interface, and outputting the audio through an audio output interface.
The invention provides a starting-up video processing method and system based on an Android system, which can play a starting-up video at the first time of starting up, and in the whole starting-up process, the video playing is completely and smoothly seamlessly linked with a starting-up animation carried by the Android, so that the phenomenon of screen flashing is avoided, and convenience is provided for a user to watch the starting-up video.
Drawings
Fig. 1 is a flowchart of a boot video processing method based on an Android system according to a preferred embodiment of the present invention.
Fig. 2 is a flowchart of a specific application embodiment of the startup video processing method based on the Android system.
Fig. 3 is a functional schematic block diagram of a boot video processing system based on an Android system according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and effects of the present invention clearer and clearer, the present invention is described in further detail below. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention also provides a flowchart of a preferred embodiment of a boot video processing method based on an Android system, as shown in fig. 1, wherein the method comprises the following steps:
s100, dividing an independent startup video storage partition from partitions reserved in an Android system partition in advance for storing startup video files;
step S200, when the Android system is started, a bootstrap program is started, a startup video program reads a startup video file stored in a startup video storage partition, analyzes and distributes the startup video file, outputs the analyzed and distributed video to a screen for playing, and outputs audio data through an audio output interface;
s300, after detecting that the bootstrap and the kernel are started, setting bootanimation of the Android system to be in a transparent state;
and S400, when the Android system is started, closing the output of the video and the audio of the starting video, and removing the transparent state setting of bootanimation of the Android system.
In specific implementation, in step S100, an independent boot video memory partition video pts partition is partitioned from the reserved idle portion FREE SPACE partition in the system partition for storing data information of the boot video. As shown in table 1 below, video pts represents a boot video storage partition, FREE SPACE represents a system reserved free partition, system represents a partition for storing system programs, data represents a partition for storing data in the system, and cache represents a partition for storing cache data.
TABLE 1
Zone name Partition size
video pts 400KBytes
FREE SPACE 5000KBytes
system 10000KBytes
data 5000KBytes
cache 1024KBytes
In step S200, the startup video file is acquired through a network or is pre-established when the startup software package is manufactured.
Step S300 is specifically that after the boot file uboot and the kernel are started, the Android system itself with the boot animation is output to the screen when being started, so that in order to prevent the boot animation from covering or affecting normal playing of the boot video, the Android self-contained boot animation is recorded as Android bootanimation, and transparent setting is performed on the Android bootanimation, that is, the program runs normally but the picture is not displayed on the screen.
The step S400 is specifically to call a bottom interface to close video and audio data output of the boot video when the Android system is started, and remove the transparent state setting of Android bootanimation, so that the Android system continues to run and load programs such as Launcher page loading according to the normal Android boot process.
In specific implementation, step S100 specifically includes:
step S101, dividing an independent startup video storage partition from an idle partition reserved in an Android system partition in advance for storing a startup video file;
and S102, initializing a starting-up video storage partition in advance.
In specific implementation, an independent boot video memory partition video pts partition is divided from a reserved idle part FREE SPACE partition in a system partition for storing data information of a boot video, and when an equipment system software package such as an IMG (international mobile telecommunication) programming package or an OTA (over the air) upgrade package is manufactured, a video pts partition initialization file such as bootfile. The IMG programming package or the OTA upgrade package is one of the system software packages, and is not described in detail.
Further, when the boot video file is acquired through a network, step S200 specifically includes:
step S201, when the Android system is started, starting a bootstrap program;
step S202, a starting video downloading program detects starting video information deployed by a cloud server, judges whether a starting video file needing to be downloaded or updated exists or not, if yes, downloads the starting video file stored by the cloud server to a specific path, and copies the starting video file in the specific path to a starting video storage partition after initialization processing;
step S203, the startup video program reads the startup video file stored in the startup video storage partition, analyzes and distributes the startup video file, outputs the analyzed and distributed video to the screen for playing, and outputs the audio through the audio output interface.
In specific implementation, the startup video file can be acquired from the network through an operation means, and the video file can be prefabricated during the startup software package production. When the system is started, the boot video downloading program detects boot video information deployed at the cloud, if a boot video file needs to be downloaded or updated, the boot video file such as bootvideo. mp4 is downloaded to a certain appointed path of the local file system, and a boot video copy interface is called to copy the boot video file to the initialized video pts partition. When the equipment is started, uboot is started firstly, so that a starting video file stored in a starting video storage partition is read, the starting video file is analyzed and shunted, the analyzed and shunted video is output to a screen to be played, audio is output through an audio output interface, and the starting video is played.
In specific implementation, step S203 specifically includes:
s231, reading a startup video file stored in a startup video storage partition by a startup video program, and analyzing and shunting the startup video file into video and audio by a hardware decoder;
and S232, outputting the analyzed and shunted video to a screen for playing in a mode of fixing a graphic output protocol interface, and outputting audio through an audio output interface.
In specific implementation, the boot video program reads a video file bootvideo. mp4 stored in a video pts partition, and performs decode and stream distribution by using a hardware decoder. The analyzed and shunted video data is directly output to a screen for playing through a fixed GOP port (the phenomenon that the video data is initialized or reused when kernel or Android is started) and the audio data is output through an audio output interface. And starting the video to play. GOP is a short term for Graphic Output Protocol, and Chinese means graphics Output Protocol, which is used to extend graphics drivers to the interface of UEFI firmware, so as to replace the initialization behavior of conventional VBIOS (video BIOS) in terms of boot resource requirement.
The invention also provides a flowchart of a specific application embodiment of the starting-up video processing method based on the Android system, as shown in fig. 2, the method specifically includes the following steps:
step S10, initializing partitions;
step S20, downloading/prefabricating a starting-up video file;
step S30, copying the video file to the corresponding partition;
step S40, the Uboot starts to read the video files saved in the subarea;
step S50, decoding by Mpu hardware and branching by demux; after decoding and shunting, executing step S60, step S70 and step S80; wherein, the Mpu is a microprocessor of the system;
step S60, outputting the video code stream to a screen through a GOP port;
step S70, outputting the audio code stream to an audio output interface;
step S80, starting Android bootanimation;
step S90, setting bootanimation to be in a transparent state;
step S91, judging whether Android startup is completed, if so, executing step S92, and if not, executing step S50;
step S92, closing the output of the audio and video code stream;
step S93, releasing the Android bootanimation transparent state;
and step S94, loading a Launcher page.
The present invention further provides a functional schematic block diagram of a preferred embodiment of a booting video processing system based on an Android system, as shown in fig. 3, wherein the system includes:
the partition dividing module 100 is configured to divide an independent startup video storage partition in advance from a partition reserved in an Android system partition for storing a startup video file; as described in the method examples above.
The starting video playing module 200 is used for starting a bootstrap program when the Android system is started, reading a starting video file stored in a starting video storage partition by a starting video program, analyzing and shunting the starting video file, outputting the analyzed and shunted video to a screen for playing, and outputting audio data through an audio output interface; as described in the method examples above.
The setting module 300 is configured to set bootanimation of the Android system to a transparent state after detecting that the boot program and the kernel are started; as described in the method examples above.
The page loading module 400 is used for closing the output of the video and the audio of the startup video and removing the transparent state setting of bootanimation of the Android system when the Android system is started; as described in the method examples above.
The starting video processing system based on the Android system comprises the following specific partitioning modules:
the video storage partition dividing unit is used for dividing an independent starting video storage partition from an idle partition reserved in the Android system partition in advance for storing a starting video file; as described in the method examples above.
The initialization unit is used for initializing the starting-up video storage partition in advance; as described in the method examples above.
The starting-up video processing system based on the Android system is characterized in that the starting-up video file is acquired through a network or is preset during the manufacturing of a starting-up software package; as described in the method examples above.
The startup video processing system based on the Android system comprises a startup video playing module, a starting video playing module and a starting video processing module, wherein the starting video playing module specifically comprises:
the bootstrap program starting unit is used for starting the bootstrap program when the Android system is started; as described in the method examples above.
The starting video file acquisition unit is used for detecting starting video information deployed by the cloud server by a starting video downloading program, judging whether a starting video file needing to be downloaded or updated exists or not, if so, downloading the starting video file stored by the cloud server to a specific path, and copying the starting video file under the specific path to a starting video storage partition after initialization processing; as described in the method examples above.
The starting video playing unit is used for reading a starting video file stored in the starting video storage partition by a starting video program, analyzing and shunting the starting video file, outputting the analyzed and shunted video to a screen for playing, and outputting audio through an audio output interface; as described in the method examples above.
The startup video processing system based on the Android system, wherein the startup video playing unit specifically comprises:
the analysis and distribution unit is used for reading the starting video file stored in the starting video storage partition by the starting video program and analyzing and distributing the starting video file into video and audio through the hardware decoder; as described in the method examples above.
The playing unit is used for outputting the analyzed and shunted video to a screen for playing in a mode of a fixed graphic output protocol interface, and outputting audio through an audio output interface; as described in the method examples above.
In summary, the present invention provides a boot video processing method and system based on an Android system, the method includes: dividing an independent starting-up video storage partition from a partition reserved in a system partition in advance; when the Android system is started, a bootstrap program is started, a startup video program reads a startup video file, analyzes and shunts the startup video file, outputs the analyzed and shunted video to a screen for playing, and outputs audio data through an audio output interface; after the boot program and the kernel are detected to be started, the bootanimation of the Android system is set to be in a transparent state; and when the Android system is started, closing the output of the video and the audio of the starting video, and releasing the transparent state setting of bootanimation of the Android system. According to the method, the starting-up video can be played at the first time of starting up, in the whole starting-up process, the video playing is completely and smoothly seamlessly linked with the starting-up animation of the Android, the phenomenon of screen flashing is avoided, and convenience is provided for a user to watch the starting-up video.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (4)

1. A starting video processing method based on an Android system is characterized by comprising the following steps:
A. an independent startup video storage partition is divided from a partition reserved in an Android system partition in advance and used for storing startup video files;
B. when the Android system is started, a bootstrap program is started, a startup video program reads a startup video file stored in a startup video storage partition, analyzes and shunts the startup video file, outputs the analyzed and shunted video to a screen for playing, and outputs audio data through an audio output interface;
C. after the boot program and the kernel are started, setting bootanimation of the Android system to be in a transparent state, wherein the bootanimation is boot animation;
D. when the Android system is started, closing the output of the video and audio of the starting video, and removing the transparent state setting of bootanimation of the Android system, so that the Android system continues to operate according to a normal starting process;
the A specifically comprises the following steps:
a1, dividing an independent startup video storage partition in advance from an idle partition reserved in an Android system partition for storing startup video files;
a2, when making a device system software package, adding a partition initialization file to initialize a video storage partition of the open-top machine in the process of programming the software package;
the B specifically comprises:
b1, when the Android system is started, starting a bootstrap program;
b2, detecting boot video information deployed by the cloud server by the boot video downloading program, judging whether a boot video file needing to be downloaded or updated exists, if so, downloading the boot video file stored by the cloud server to a specific path, and copying the boot video file under the specific path to the initialized boot video storage partition;
b3, the startup video program reads the startup video file stored in the startup video storage partition, analyzes and shunts the startup video file, outputs the analyzed and shunted video to the screen for playing, and outputs the audio through the audio output interface;
the B3 specifically includes:
b31, the startup video program reads the startup video file stored in the startup video memory partition, and the startup video file is analyzed and divided into video and audio by a hardware decoder;
b32, outputting the analyzed and shunted video to the screen for playing in a mode of a fixed graphic output protocol interface, and outputting the audio through an audio output interface.
2. The Android system-based startup video processing method of claim 1, wherein the startup video file is acquired through a network or is pre-established during startup software package production.
3. The utility model provides a start-up video processing system based on Android system which characterized in that, the system includes:
the partition dividing module is used for dividing an independent starting video storage partition from a partition reserved in an Android system partition in advance for storing a starting video file;
the starting video playing module is used for guiding a program to start when the Android system is started, reading a starting video file stored in the starting video storage partition by a starting video program, analyzing and shunting the starting video file, outputting the analyzed and shunted video to a screen to play, and outputting audio data through an audio output interface;
the device comprises a setting module, a starting module and a display module, wherein the setting module is used for setting bootanimation of the Android system to be in a transparent state after a bootstrap and a kernel are started;
the page loading module is used for closing the output of the video and the audio of the starting-up video when the Android system is started up, and removing the transparent state setting of bootanimation of the Android system so as to enable the Android system to continue to run according to a normal starting-up flow;
the partitioning module specifically includes:
the video storage partition dividing unit is used for dividing an independent starting video storage partition from an idle partition reserved in the Android system partition in advance for storing a starting video file;
the initialization unit is used for adding a partition initialization file when the equipment system software package is manufactured so as to initialize the video storage partition of the starting machine in the process of programming the software package;
the startup video playing module specifically comprises:
the bootstrap program starting unit is used for starting the bootstrap program when the Android system is started;
the starting video file acquisition unit is used for detecting starting video information deployed by the cloud server by a starting video downloading program, judging whether a starting video file needing to be downloaded or updated exists or not, if so, downloading the starting video file stored by the cloud server to a specific path, and copying the starting video file under the specific path to a starting video storage partition after initialization processing;
the starting video playing unit is used for reading a starting video file stored in the starting video storage partition by a starting video program, analyzing and shunting the starting video file, outputting the analyzed and shunted video to a screen for playing, and outputting audio through an audio output interface;
the startup video playing unit specifically comprises:
the analysis and distribution unit is used for reading the starting video file stored in the starting video storage partition by the starting video program and analyzing and distributing the starting video file into video and audio through the hardware decoder;
and the playing unit is used for outputting the analyzed and shunted video to a screen for playing in a mode of fixing a graphic output protocol interface, and outputting the audio through an audio output interface.
4. The Android system-based boot video processing system of claim 3, wherein the boot video file is obtained via a network or is pre-established during the manufacture of a boot software package.
CN201610568213.3A 2016-07-19 2016-07-19 Starting-up video processing method and system based on Android system Active CN106131646B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610568213.3A CN106131646B (en) 2016-07-19 2016-07-19 Starting-up video processing method and system based on Android system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610568213.3A CN106131646B (en) 2016-07-19 2016-07-19 Starting-up video processing method and system based on Android system

Publications (2)

Publication Number Publication Date
CN106131646A CN106131646A (en) 2016-11-16
CN106131646B true CN106131646B (en) 2021-01-12

Family

ID=57289039

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610568213.3A Active CN106131646B (en) 2016-07-19 2016-07-19 Starting-up video processing method and system based on Android system

Country Status (1)

Country Link
CN (1) CN106131646B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106792163B (en) * 2016-11-25 2021-10-29 上海乐欢软件有限公司 Method and device for detecting video playing state
CN107333179A (en) * 2017-06-27 2017-11-07 青岛海信电器股份有限公司 A kind of player method and device of video of starting shooting
CN107506196B (en) * 2017-08-25 2021-07-20 康佳集团股份有限公司 Starting-up animation processing method and equipment based on android system and storage device
CN107454447B (en) * 2017-09-04 2021-03-09 海信视像科技股份有限公司 Plug-in loading method and device for player and television
CN107566902A (en) * 2017-09-19 2018-01-09 青岛海信电器股份有限公司 The method and display device of a kind of display device starting-up
CN107623872B (en) * 2017-09-21 2020-08-04 广州视源电子科技股份有限公司 Startup playing method and device, readable storage medium and video playing device
CN107820127B (en) * 2017-11-07 2020-06-05 晶晨半导体(上海)股份有限公司 Video switching method based on multi-channel decoding
CN109151589B (en) * 2018-10-16 2022-03-11 深圳Tcl新技术有限公司 Method, device and storage medium for rapidly playing television programs
CN115802109A (en) * 2022-11-11 2023-03-14 深圳创维-Rgb电子有限公司 Startup video playing method and device, display equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102340694A (en) * 2011-10-27 2012-02-01 Tcl集团股份有限公司 Intelligent television and advertisement implementing method and system for intelligent televisions
CN103686368A (en) * 2013-12-23 2014-03-26 Tcl集团股份有限公司 Method and device for turning on television to play cartoons and television
CN105451064A (en) * 2015-11-16 2016-03-30 深圳Tcl数字技术有限公司 Method for display terminal to be powered on and play video and the display terminal

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120169931A1 (en) * 2011-01-04 2012-07-05 Sony Corporation Presenting customized boot logo on tv display

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102340694A (en) * 2011-10-27 2012-02-01 Tcl集团股份有限公司 Intelligent television and advertisement implementing method and system for intelligent televisions
CN103686368A (en) * 2013-12-23 2014-03-26 Tcl集团股份有限公司 Method and device for turning on television to play cartoons and television
CN105451064A (en) * 2015-11-16 2016-03-30 深圳Tcl数字技术有限公司 Method for display terminal to be powered on and play video and the display terminal

Also Published As

Publication number Publication date
CN106131646A (en) 2016-11-16

Similar Documents

Publication Publication Date Title
CN106131646B (en) Starting-up video processing method and system based on Android system
CN102111663B (en) Method, device and electronic equipment for playing startup pictures
US10860303B2 (en) Selective operating system patching/updating
US8874892B1 (en) Assessing BIOS information prior to reversion
CN108600800B (en) Smart television and starting method thereof
CN105791948A (en) Method and system for realizing starting video of smart television
CN111966311B (en) Display setting method and device for cloud game, readable storage medium and equipment
US20160062774A1 (en) Method, user device and storage medium for controlling boot screen to be played
US20160353160A1 (en) Smart terminal as well as fast channel switching method and device thereof
CN102238265B (en) Mobile phone and method for realizing double-system mobile phone
CN103686368A (en) Method and device for turning on television to play cartoons and television
CN101448149A (en) Computer and method for playing animations during startup process thereof
WO2016107085A1 (en) Startup animation processing method, apparatus and system for set-top box, and computer storage medium
CN108174255A (en) Smart television starting-up method, smart television and computer readable storage medium
CN112506534A (en) Method and system for starting qcow2 format system mirror image by physical machine
CN102819457A (en) Method and device for playing multi-media files during start-up period
CN109947456A (en) Upgrade method and its update device, the computer storage medium of operating system
CN109889877A (en) Car multi-screen display control method and device
CN105721942A (en) Starting method for intelligent television and intelligent television
CN107454447B (en) Plug-in loading method and device for player and television
US20040130557A1 (en) Method for customizing computer booting procedure
CN107734388B (en) Method and device for playing television startup display file
US20150277933A1 (en) Method of operating multiple operating systems and the electronic device thereof
CN107888876B (en) Vehicle-mounted information entertainment system and early image display method thereof
US20240078072A1 (en) Method and apparatus for displaying message box, terminal device and non-transitory computer-readable storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 516006 TCL science and technology building, No. 17, Huifeng Third Road, Zhongkai high tech Zone, Huizhou City, Guangdong Province

Applicant after: TCL Technology Group Co.,Ltd.

Address before: 516006 Guangdong province Huizhou Zhongkai hi tech Development Zone No. nineteen District

Applicant before: TCL RESEARCH AMERICA Inc.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant