build.bat
来自「基于DM642的mpeg2视频编码系统设计与实现 CCS下编写基于DSPBIO」· Batch 代码 · 共 13 行
BAT
13 行
echo off
rem This file is called from top-level build6000.bat to build video examples
rem This script can be run stand-alone if you initialize the 'TIROOT', 'TCONF'
rem and TIMAKE variables.
echo on
set TIROOT=%TI_DIR%
set TCONF=%TIROOT%\bin\utilities\tconf\tconf
set TIMAKE=%TIROOT%\cc\bin\timake
%TIMAKE% mpeg2enc.pjt NTSC %1
%TIMAKE% mpeg2enc.pjt PAL %1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?