I,ve trying to invert the video frames of an filestream so they play backwards i,d like to make a loop going backards or normal (normal i did with framedelay), i try changing the speed to negative also inverting the start and end , using framedelay in duration and out in start and so on
nothing worked ¡
, i want to scratch 2 videos in the same time one going normal and the other backwards .
"Reverse Playing
We dont think there is a windows codec, where “speed = -1” works. Please prove us wrong.
If you need to playback your video in reverse one way could be to encode it in reverse and append it to your video. when you need to play in reverse seek to the according position at the second half of your video and play from there."
the technique i use for reverse video is using the indeo 5 codec with keyframes set to every frame. then set filestream seek mode to 1 forever and control the playback with the seek position. works on every machine i have but never tried insane resolutions though.
I use Indeo with keyframes set to every frame too ,
I attached a little patch for you to see ,
How to make a loop going in reverse play ?
How to make a clip going forward and the other backward ?
analyse my patch please…its all there. using the seek technique and a prepared video u can play it in whatever fashion u want.
if u want 2 videos doing different things u will need 2 filestreams as well. no way u can access frames of one movie with one filestream in more than one way…unless u read the frames into a buffer…which is not neccessary i think.
but maybe i just dont get what u are trying to do ;)
hi
i wanted to scratch the same video into 2 diferent filestreams one going normal and the other reverse and control both from one slider only , my original idea was to control this with just one filestream , yes i can sort of manage now with the lfo trick i think