readme.txt

来自「This site include optimized H.264 baseli」· 文本 代码 · 共 71 行

TXT
71
字号
/*!
 ************************************************************************
 * 
 *
 * The library contain AVC H.264 baseline codec,which can process video
 * less than 12 minutes. 
 *
 * (C) Copyright 2007 by Tonald DL
 * All rights reserved 
 *
 * Date: 2007-08-11
 * Version: 070811A
 * Contact Personal: Tonald DL
 * Email: dhcodec@hotmail.com
 * 
 ************************************************************************
 */

This is a reference program for Small Fish H.264 on TI DM6437.

To run the program follow this steps:

------------------------------------------------------------
1. Setup  DSP boot up at PCI 
------------------------------------------------------------

1)  Configure your board for PCI boot mode.

    SW2-1:  Off
    SW2-2:  Off
    SW2-3:  Off
    SW2-4:  On

    SW1-1:  On (Boot Mode = 0x1)
    SW1-2:  Off
    SW1-3:  Off
    SW1-4:  Off
    SW1-5:  On (FastBoot = 1)

2)  Turn your PC off.

3)  Insert the EVM into an available PCI slot.

4)  Boot your PC.

5)  After Windows loads, the Add New Hardware Wizard will open automatically
    and prompt for the location of the drivers.  Instruct the wizard to load
    drivers from "CCStudio_v3.3\boards\evmdm6437_v2\pci\drivers\"

------------------------------------------------------------
2. Setup DSP
------------------------------------------------------------

1) After connected to DSP, load the ".\Bin\S264_DSP.out" to DSP

2) Run DSP.

------------------------------------------------------------
3. Run PC application
------------------------------------------------------------

1) Dobule click test.bat (make sure run DSP first).

2) Result will saved to ".\Bin\test.264" and ".\Bin\test.rec"

3) To encode other file, change the original yuv file and command in "S264.bat".

4) If you broke the running, you need re-load DSP and run again (re-do step 2 & 3).


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?