Search found 1 match
- Mon Jun 02, 2014 12:30 am
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97171
Re: seamless looping
Hi all, I will appreciate any help on this, I looked for the file: /opt/vc/src/hello_pi/hello_video/ video.c Made the change to line: if(!data_len) break; to if(!data_len) fseek(in, 0, SEEK_SET); Saved the file ran, Make and re-generated the .bin file, however the video files won't loop, at the end ...