berserk
November 10, 2016, 10:42am
1
Hello there.
Here are some questions about VVVV. Please, reply number) yes/no.
Thanks in advance for any help.
Can it import and export images?
Can it generate images?
Can it manipulate images? (adding filters, cropping, composing, etc)
Can it capture images from scanner and/or webcam?
Can it rasterize text?
Can it do ASCII-Art?
Can it do OCR?
Can it do Trace?
Can it do vector graphics?
Can it import and export SVG files?
Can it rasterize a vector image?
Can it do vector animations?
Can it add text to a vector image?
Can it embed subtitles?
Can a 2D surface be extruded?
Can it generate 3D geometry?
Can it add 3D modifyers? (like twist, tape, bend, etc)
Can it import and export 3D geometry? (like .obj or so)
Can it render 3D graphics?
Can it do 3D animations?
Can a video be used as a texture for a 3D surface?
Can a raster image be used as the texture for a 3D surface?
Can it add text to a 3D scene?
Can it do constructive solid geometry?
Can it simulate particles?
Can it mux or demux video?
Can it generate a video file?
Can it export a video file?
Can it cut and join video?
Can it do video compositing? (like adding a filter to a whole video)
Can a raster image be inserted in or extracted from a video?
Can it capture a video from webcam or the desktop?
Can a raster image be used as a sound? (maybe like a spectrum or so)
Can it convert an audio stream to a raster image?
Can it synthesize audio?
Can it render a MIDI file to a sound file?
Can it edit MIDI files?
Can it manipulate MIDI files?
Can it export MIDI files?
Can it be used with a MIDI controller?
Can it do audio processing? (like delay, flanger, and so)
Can it cut and join audio?
Can it import and export rendered audio? (like .wav, .mp3, and so)
Can it capture audio from a microphone?
Can it do speech synthesis?
Can it do speech recognition?
Bye, Ivano.
Noir
November 10, 2016, 10:57am
2
berserk
November 10, 2016, 11:20am
3
Yes to which question?
Please reply number) yes/no
sunep
November 10, 2016, 11:53am
4
Yes to all of them
VVVV is basically a programming tool, so if you can specify your problem well enough, vvvv can do it. most of your points are very easy to do and require little effort to do, others a bit more, but Yes, vvvv can do all the points you have mentioned
where it’s N (no) you can always develop a plugin or VL gonna be good for that. note that some yesses may require packs from the contribs
YYYYYYYNYYYYYNYYYYYYYYYYYNYYYYYYYYYYYYYYYYYYNY
berserk
November 10, 2016, 1:22pm
6
Thanks a lot. So the only Nos are:
8) Can it do Trace?
14) Can it embed subtitles?
26) Can it mux or demux video?
45) Can it do speech synthesis?
But just out of curiosity, how do you do something like speech recognition in VVVV?
Bye, Ivano.
sunep
November 10, 2016, 2:13pm
7
you use the Speech (String) node to tap in to windows built in speech recognition
yup. well actually simple black and white tracing is possible in realtime but with different phrasing called contour both freeframe and OpenCV. no color tracing though. video demuxing muxing and subtitle embedding can be done through command-line tools like ffmpeg and that can be shellexecuted from vvvv without any problem with any arguments. Speech synthesis might be done through windows api functions you can maybe call from vvvv but you won’t have too much control over the sound (eg. no audio effects on it). BUT there are free VST plugins all around the internet which are capable to make good old parametric speech synthesis.
berserk
November 10, 2016, 5:42pm
9
Thanks a lot. You’ve been very kind and helpful.
system
Closed
November 10, 2017, 5:42pm
10
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.