User:ANA/Slide test
From Wiki4Intranet
< User:ANA
- Title
- Введение в VHDL...
- Author
- Ololo
- Footer
- ANA/Slide test
- Subfooter
- Ololo, 07:14, 18 September 2012
Слайд: Entity — Не светит
entity example is generic ( cnt : integer := 10); port ( inp in : std_logic; outp out : std_logic); end entity;
Слайд: cam2/audio.avs — а так, почему-то, светит?
#Audio AVS-script, for opening with WAVSource function. #Time-adjusted according to start-time.py import("common.avs") audio = AVISource("source.py.avs").KillVideo() #Uncomment following lines, if you want to use external audio file. import("start_time.py.avs") #audio = WavSource("source.avs.wav") audio = audio.TrimAudioMS(TRIM_START_MS) audio