6 Apr
2026
6 Apr
'26
3:58 p.m.
Hi, I want to record a vseries movie, a total of 20 frames (frame 0-19). I used the below script. I want to include a frame label (Frame 0 to 19) as the movie oscillates across frames. The frame numbers should appear in sync with the movie frames. How can I include that and record with vseries? movie record; vseries play #1 direction oscillate loop true; wait 200; movie encode ~/Desktop/vseries_movie1.mp4 Best Rayees