Difference between revisions of "SA INIT"

From Wiki4Intranet
Jump to: navigation, search
(План .-.)
(План .-.)
Line 30: Line 30:
  
 
<graph>
 
<graph>
 +
  
 
digraph G{
 
digraph G{
Line 46: Line 47:
 
"../sources/cam1/video.avs" -> "../sources/cam1/videofilters.avs" [label="includes" style=dashed color=lightblue ]
 
"../sources/cam1/video.avs" -> "../sources/cam1/videofilters.avs" [label="includes" style=dashed color=lightblue ]
 
"../sources/cam1/source.py.avs" [style=filled fillcolor=lightgrey]
 
"../sources/cam1/source.py.avs" [style=filled fillcolor=lightgrey]
 +
"../sources/cam1/sa-sample-camera.avi" [style=filled fillcolor=yellow]
 
"../sources/cam1/source.py.avs" -> "../sources/cam1/sa-sample-camera.avi" [label="includes" style=dashed color=lightblue ]
 
"../sources/cam1/source.py.avs" -> "../sources/cam1/sa-sample-camera.avi" [label="includes" style=dashed color=lightblue ]
 
"../sources/screen1/common.avs" -> "../lib/lib.avs" [label="includes" style=dashed color=lightblue ]
 
"../sources/screen1/common.avs" -> "../lib/lib.avs" [label="includes" style=dashed color=lightblue ]
Line 63: Line 65:
 
"../sources/cam1/source.py.avs" -> "../sources/cam1/source.py" [label="parent" style=solid color=darkblue ]
 
"../sources/cam1/source.py.avs" -> "../sources/cam1/source.py" [label="parent" style=solid color=darkblue ]
 
"../lib/lib.avs" -> "../lib/cachemode.avs" [label="includes" style=dashed color=lightblue ]
 
"../lib/lib.avs" -> "../lib/cachemode.avs" [label="includes" style=dashed color=lightblue ]
 +
"../sources/cam1/sa-sample-camera.avi" [style=filled fillcolor=yellow]
 
"../sources/cam1/sa-sample-camera.avi.meta" -> "../sources/cam1/sa-sample-camera.avi" [label="parent" style=solid color=darkblue ]
 
"../sources/cam1/sa-sample-camera.avi.meta" -> "../sources/cam1/sa-sample-camera.avi" [label="parent" style=solid color=darkblue ]
 
"../sources/cam1/source.py.avs" [style=filled fillcolor=lightgrey]
 
"../sources/cam1/source.py.avs" [style=filled fillcolor=lightgrey]
Line 73: Line 76:
 
"../sources/screen1/video.avs$vbitrate=800.avi" [style=filled fillcolor=lightgrey]
 
"../sources/screen1/video.avs$vbitrate=800.avi" [style=filled fillcolor=lightgrey]
 
"2012-08-08-test.uncut" -> "../sources/screen1/video.avs$vbitrate=800.avi" [label="includes" style=dashed color=lightblue ]
 
"2012-08-08-test.uncut" -> "../sources/screen1/video.avs$vbitrate=800.avi" [label="includes" style=dashed color=lightblue ]
 +
"../sources/screen1/sa-sample-screencast.avi" [style=filled fillcolor=yellow]
 
"../sources/screen1/sa-sample-screencast.avi.meta" -> "../sources/screen1/sa-sample-screencast.avi" [label="parent" style=solid color=darkblue ]
 
"../sources/screen1/sa-sample-screencast.avi.meta" -> "../sources/screen1/sa-sample-screencast.avi" [label="parent" style=solid color=darkblue ]
 
"../sources/screen1/source.py" -> "../sources/screen1/sa-sample-screencast.avi.meta" [label="includes" style=dashed color=lightblue ]
 
"../sources/screen1/source.py" -> "../sources/screen1/sa-sample-screencast.avi.meta" [label="includes" style=dashed color=lightblue ]
Line 78: Line 82:
 
"../sources/screen1/source.py.avs" -> "../sources/screen1/source.py" [label="parent" style=solid color=darkblue ]
 
"../sources/screen1/source.py.avs" -> "../sources/screen1/source.py" [label="parent" style=solid color=darkblue ]
 
"../sources/screen1/source.py.avs" [style=filled fillcolor=lightgrey]
 
"../sources/screen1/source.py.avs" [style=filled fillcolor=lightgrey]
 +
"../sources/screen1/sa-sample-screencast.avi" [style=filled fillcolor=yellow]
 
"../sources/screen1/source.py.avs" -> "../sources/screen1/sa-sample-screencast.avi" [label="includes" style=dashed color=lightblue ]
 
"../sources/screen1/source.py.avs" -> "../sources/screen1/sa-sample-screencast.avi" [label="includes" style=dashed color=lightblue ]
 
"../sources/cam1/video.avs$vbitrate=700.avi" [style=filled fillcolor=lightgrey]
 
"../sources/cam1/video.avs$vbitrate=700.avi" [style=filled fillcolor=lightgrey]

Revision as of 22:19, 31 August 2012

Title

«SA INIT»
Author
Stas Fomin
Subfooter

Stas Fomin, 18:06, 7 September 2012

Базовый CRASH-course .-.

Берем запись

  • с камеры
  • скринкаст

Делаем:

  • «Матрешку»



Исходники .-.

Папка проекта .-.

  • Название:
    • советую начинать с даты в формате YYYY-MM-DD
    • без русского и пробелов. Kirrilica eta nekulturno
      • проблемы начнуться рано или поздно дальше.

В папке проекта

sa init


План .-.

[svg]