my first question would be @hgy29 , if i don't want audio recording, only video, then what should be instead of theora.beginVideo(id,"theora",30,cw,ch,3,0.6) and theora.encodeVideoFrame(id,(i-1),Camera.texture,(i==120)) in the example? thanks
also, from the example it seems the recording size should be divisible by 16? cannot i export a video of size 1920x1080 then? also from my app in such a resolution i cannot record 30 fps, it lags, therefore recording (adding images) in my own pace (and thus without audio) would be important.
my first question would be @hgy29 , if i don't want audio recording, only video, then what should be instead of theora.beginVideo(id,"theora",30,cw,ch,3,0.6) and theora.encodeVideoFrame(id,(i-1),Camera.texture,(i==120)) in the example? thanks
I am afraid current code expects an audio stream created by microphone plugin, but the API could be reworked to work without. It would also be nice to be able to encode audio files from lua generated data instead of a real microphone.
Comments
theora.beginVideo(id,"theora",30,cw,ch,3,0.6)
and
theora.encodeVideoFrame(id,(i-1),Camera.texture,(i==120))
in the example?
thanks
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
can I suggest having a look at Gideros source code for theora functions, may be you will find one to capture without the audio?
I will have a look on my side asap and update the wiki if necessary
Likes: MoKaLux
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: keszegh
Fragmenter - animated loop machine and IKONOMIKON - the memory game