Difference between revisions of "User:ANA/Slide test"
From Wiki4Intranet
< User:ANA
(Created page with "<slideshow style="custis" headingmark="Слайд:" incmark=":step" scaled="true"> ;title: Введение в VHDL... ;author: Ololo </slideshow> ===Слайд: Entity=== <s...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
</slideshow> | </slideshow> | ||
− | ===Слайд: Entity=== | + | ===Слайд: Entity — Не светит === |
<source lang="vhdl"> | <source lang="vhdl"> | ||
entity example is | entity example is | ||
Line 14: | Line 14: | ||
end entity; | end entity; | ||
</source> | </source> | ||
+ | |||
+ | === Слайд: cam2/audio.avs — а так, почему-то, светит? === | ||
+ | |||
+ | <code-perl> | ||
+ | #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 | ||
+ | </code-perl> |
Latest revision as of 07:14, 18 September 2012
- 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