Запись экрана видео.

Регистрация
28.06.2016
Сообщения
302
Благодарностей
17
Баллы
18
Приветствую. Как сделать запись экрана эмулятора? В определенный момент включить/выключить
 
  • Спасибо
Реакции: Phoenix78

newxomia

Новичок
Регистрация
10.05.2023
Сообщения
26
Благодарностей
5
Баллы
3
Проще всего скачать OBS и сделать запись окна
 

ledsan

Client
Регистрация
15.02.2022
Сообщения
310
Благодарностей
66
Баллы
28
Поставить расширение к примеру скрин рекордер
 
Регистрация
28.06.2016
Сообщения
302
Благодарностей
17
Баллы
18
У них почемуто ипрот из АПК хромает...
 
Регистрация
28.06.2016
Сообщения
302
Благодарностей
17
Баллы
18
В МЕму есть встроенный запись видео, вот как его активировать и остановить с помощью дроида?
Например в МЕму она включатся вот так:
 

Вложения

Последнее редактирование:

ledsan

Client
Регистрация
15.02.2022
Сообщения
310
Благодарностей
66
Баллы
28
Регистрация
28.06.2016
Сообщения
302
Благодарностей
17
Баллы
18

ledsan

Client
Регистрация
15.02.2022
Сообщения
310
Благодарностей
66
Баллы
28
============================================ Recording a device screen ============================================

The screenrecord command is a shell utility for recording the display of devices running Android 4.4 (API level 19) and higher. The utility records screen activity to an MPEG-4 file. Note: Audio is not recorded with the video file.

A developer can use this file to create promotional or training videos. While in a shell, the syntax is: screenrecord [options] To use screenrecord from the command line, type the following: $ adb shell screenrecord /sdcard/demo.mp4 Stop the screen recording by pressing Ctrl-C, otherwise the recording stops automatically at three minutes or the time limit set by --timelimit.

To begin recording your device screen, run the screenrecord command to record the video. Then, run the pull command to download the video from the device to the host computer.

Here's an example recording session: $ adb shell shell@ $ screenrecord --verbose /sdcard/demo.mp4 (press Ctrl-C to stop) shell@ $ exit $ adb pull /sdcard/demo.mp4 The screenrecord utility can record at any supported resolution and bit rate you request, while retaining the aspect ratio of the device display.

The utility records at the native display resolution and orientation by default, with a maximum length of three minutes. There are some known limitations of the screenrecord utility that you should be aware of when using it: Some devices may not be able to record at their native display resolution.

If you encounter problems with screen recording, try using a lower screen resolution. Rotation of the screen during recording is not supported. If the screen does rotate during recording, some of the screen is cut off in the recording. screenrecord options Options Description --help Displays command syntax and options --size Sets the video size: 1280x720. The default value is the device's native display resolution (if supported), 1280x720 if not.

For best results, use a size supported by your device's Advanced Video Coding (AVC) encoder. --bit-rate Sets the video bit rate for the video, in megabits per second. The default value is 4Mbps. You can increase the bit rate to improve video quality, but doing so results in larger movie files.

The following example sets the recording bit rate to 6Mbps: screenrecord --bit-rate 6000000 /sdcard/demo.mp4 --time-limit Sets the maximum recording time, in seconds. The default and maximum value is 180 (3 minutes). --rotate Rotates the output 90 degrees.

This feature is experimental. --verbose Displays log information on the command-line screen. If you do not set this option, the utility does not display any information while running. Other shell commands
 
Последнее редактирование модератором:
  • Спасибо
Реакции: Phoenix78

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)