I am having a 30 minute video in which i need to ADD a horizontal scroll till video end, I made a JPG file of 6000px width and 40px height. Place it in a comp with horizontal scroll effect with -70 speed and adding this code in tile centre expression.
offset = effect("Autoscroll - horizontal")("Speed (pixels/second)") * (time-inPoint) * (100/scale[0]);
reset=thisLayer.width*10; //reset after 100 times the width has been scrolled
[(thisLayer.width/2 + offset)%reset, thisLayer.height/2]
Now when i check it in Ram preview it works fine but when i render it via AME then it stopped somehwere like
8.20 minute - 13 minute
19.52 minute - 22 minutes
between this time scroll doesn't work. Please help me how to solve this problem, It's really urgent for me I need to complete a project.