📄 files_name.bat
字号:
rem @echo off
rem set files_name2=pcm3
rem set files_name1=pcm2
rem set files_name0=pcm1
set files_name0=pcm0
if defined files_name2 ( set files_name=%files_name2%
set audio_param1=-a_sps 44100 -a_ch 2 )
if defined files_name1 ( set files_name=%files_name1%
set audio_param1=-a_sps 22050 -a_ch 1 )
if defined files_name0 ( set files_name=%files_name0%
set audio_param1=-a_sps 8000 -a_ch 1 )
set files_path_in=..\..\..\av_data
set files_path_out=%files_path_in%\codec_out
if not exist %files_path_out%\nul (
echo directory '%files_path_out%' does not exist. creating it now.
mkdir %files_path_out% )
rem @echo on
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -