MCPcopy Create free account

hub / github.com/LyzenX/DouyinLiveRecorder / functions

Functions628 in github.com/LyzenX/DouyinLiveRecorder

Methodset_audio_sampling_rate
设置音频采样率 :param value:
dylr/util/ffmpeg_utils.py:283
Methodset_auto_record
(self, b: bool)
dylr/core/room.py:19
Methodset_codec
设置编码器 :param codec:
dylr/util/ffmpeg_utils.py:241
Methodset_concat_mode
设置拼接模式,可将多个文件拼接在一起 设置该模式后,只能选择一个-i,不能同时选择视频和音频
dylr/util/ffmpeg_utils.py:207
Functionset_config
(conf: str, info)
dylr/core/config.py:58
Methodset_filelist_mode
设置拼接的输入文件从filelist.txt中读取 因为纯concat模式可能不会加载所有文件 开启filelist mode后,自动开启concat mode :param filelist_name 从哪个文件中读取视频列表,默认
dylr/util/ffmpeg_utils.py:214
Methodset_fps
设置视频帧率(如果不设置视频输出帧率,则不影响视频元数据中的帧率) 比如视频输出帧率是15,fps滤镜是5,则视频观感是5fps,但视频元数据中仍为15fps :param fps:
dylr/util/ffmpeg_utils.py:39
Methodset_input_fps
设置读取的输入帧数 影响输出的速度和持续时间而不是影响输出的帧率 比如原视频是15fps,输入帧率为30,则读取的视频为原视频的2倍速 :param fps:
dylr/util/ffmpeg_utils.py:225
Methodset_last_time
设置读取视频的持续时间 :param t: :return:
dylr/util/ffmpeg_utils.py:327
Methodset_loud_norm
统一音量 :param value:
dylr/util/ffmpeg_utils.py:150
Methodset_no_audio
去除音频
dylr/util/ffmpeg_utils.py:302
Methodset_no_video
去除视频
dylr/util/ffmpeg_utils.py:296
Methodset_output_fps
设置输出视频的帧数 :param fps:
dylr/util/ffmpeg_utils.py:234
Methodset_start_time
设置读取视频的开始时间 :param t:
dylr/util/ffmpeg_utils.py:320
Methodset_video_bit_rate
设置视频比特率 :param value:
dylr/util/ffmpeg_utils.py:269
Methodset_volume
设置音量 :param value:
dylr/util/ffmpeg_utils.py:143
Functionsigint_handler
(signum, frame)
dylr/core/app.py:78
Functionstart_recording
(room, room_info)
dylr/core/record_manager.py:53
Functionstart_transcode
(filename: str)
dylr/core/transcode_manager.py:22
Methodstop
(self)
dylr/core/danmu_recorder.py:55
Methodstop_recording_danmu
(self)
dylr/core/recording.py:90
Methodstop_recording_video
(self)
dylr/core/recording.py:85
Functionstr2cookies
(s: str)
dylr/util/cookie_utils.py:28
Methodto_ord_array
将字符串转换为 ASCII 码列表 (Convert a string to a list of ASCII codes). Args: s (str): 输入字符串 (Input string). Returns:
dylr/core/abogus.py:96
Functiontranscode
(filename: str)
dylr/core/transcode_manager.py:28
Functiontry_add_room
(info)
dylr/core/add_room_manager.py:32
Functionw_0x25f3
(_0x545d0a, _0xb73ac6)
dylr/util/webmssdk.js:12
Functionwarning_and_print
(text: str)
dylr/util/logger.py:52
← previous601–628 of 628, ranked by callers