VLM, Mosaic, output
Posted: 30 Mar 2013 22:03
Hey everyone!
I have this one:
Now I don't know how to stream/save result to file (to flv just for web, for example) and to h264.
In a future Workflow will looks like:
Thanks!
I have this one:
Code: Select all
new channel0 broadcast enabled
setup channel0 input rushfondvert.avi
setup channel0 output #duplicate{dst=mosaic-bridge{id=0,width=1280,height=720,chroma=YUVA,vfilter=bluescreen},select=video,dst=bridge-out{id=0},select=audio}
new channel1 broadcast enabled
setup channel1 input qtcapture://:width=1280:height=720:audio-method=0
setup channel1 output #transcode{vcodec=h264,vb=1024,scale=1}:dst=bridge-in{id=1}:display
control channel1 play
control channel0 play
In a future Workflow will looks like:
- 1) I will have stream from HD camera with chromakey on background as foreground (like Canon LEGRIA HF M52 with uncompressed video over HDMI + device like Blackmagic Intensity Shuttle for USB 3.0). Just now I have only HD-webcamera. «Proof of concept»
2) I have another video file (uncompressed video or h264) as background.
3) I need to process data (remove chroma key) from camera stream.
4) I need to «merge» this videos.
5) Save or re-stream result to file or some media-server like an Erlyvideo or Wowza.
Thanks!