plugin
Credits: zelesha for testing first version, vux for tips, Ruslan-B for FFmpeg.AutoGen, Michael Antykov (http://videofabrika.com) for sponsoring research
Record texture in avi file using H.264 codec (FFmpeg 2.8.1) with fast speed.
v1.2
Submit bugs and requests to:
https://github.com/gumilastik/VVVV.TextureWriter
anonymous user login
~12h ago
~7d ago
~7d ago
~8d ago
~21d ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
woooooooooooooo!
Does it work with 64bit version? can't have it running on my 64 machine ...
brilliant, seems to work pretty good (32 bit)
Thats a gamechanger
doesnt work here,
00:01:55 ERR : Exception occured in TMPluginWrapperNode.Evaluate
00:01:55 ERR : E_OUTOFMEMORY: Ran out of memory (-2147024882)
downloaded the http://ffmpeg.zeranoe.com/builds/
64bit:
1. writing file but crashing vvvv on stop :(
64/32bit:
2. writing proper image when running on intel HD 4000
3. writing scrambled image when running on nvidia card
1000x1000@30fps
Win8.1, vvvv_45beta33.3, nvidia GT 650m (mobile) latest driver
PS: do i need http://ffmpeg.zeranoe.com/builds/ ? When yes, what should i do with it?
Working here. (32bit - gtx 970)
This is insanely good
Massive thanks
How are codec settings determined btw?
for crashing on stop: visual studio debugger says "Unhandled exception at 0x00007FFF5A8D387C (ntdll.dll) in vvvv.exe: 0xC0000374: A heap has been corrupted (parameters: 0x00007FFF5A90CE20)." clicking continue will eventually allow vvvv to go on
also no exception thrown after debugger continue on stop
beta33.3 x64
hi i am getting this when trying to use the help file
An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
could not open codec on x64, x86 works ok
can you maybe specify version of ffmpeg to use?
could there be same problem with PATH?
wow found the problem, it did not liked resolution of 300x505, could we get some specification what can we do? can i somehow change the settings of codec etc?
i can do whatever i want after recording with shellexecute and ffmpeg, but it would be nice to have some control over entry parameters if it is possible
Of late the recorder only seems to record uncompressed. Is there any suggestion about what settings need to be in place to get the right output? (I did install VLC recently. Could that have made a difference?)
Getting a crash on exit, and red writer nodes when record is happening. Only 6KB files being created.
Hi there seems to be a problem with frame-rates. If the frame rate is not stable the final speed of the video seems to be changing.. anybody noticed this?
In any case the resulting videos seems to be always too fast..
S.
Call DisposeTexture() in Initialise() method will fix some problems with red node.
Hello,
I am just trying the help file and I am getting a wierd wave video. I open it on VLC after exporting and even if its in pause the waves still moving.
Any idea on how can i fix this?
35.5x64
ok; forget it and sorry. It was some sort of problem with VLC since I had opened the saved video on WindowsMedia player and it seems to be ok.
Hi gumilastik,
this sounds great, but is unfortunately not working for me. Same issue that g_da has:
"An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"
Any help? How does Writer find FFMpeg?
Same problem on 35.12x64
An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
...and still in 38.1 x64
Any hints to current solutions?
Would it be easy to adjust the AVIDX11.TEXTUREWRITER.dll to match the current version of FFMPEG?
See screenshot, left ist vvvv plugin, right is current FFMPEG.
@andresc4 @blausand this error clearly points at a mix-up in architecures, ie x86 vs. x64. that could mean: make sure that when using vvvv x64 you also have ffmpeg for x64
Ha, indeed: The 64bit version is hidden as "older version" right here on this page.
Now that i found it, it's working as a charm!
~~Three~~Two and a half reason why i prefer this node over third party solutions:
Thank you for your quick support once again, joreg!
@blausand and thanks for pointing this out. i've now "fixed" this so both 32 and 64 bit downloads show up side by side.