I finally got your code up and running in my Ubuntu virtual machine, but when I try to run it with either MP4 files OR MOV files, it simply gives the following error:
Could not open source file /home/creepinson/vid/HD0048.mp4
open_clip() error: Failed to open VideoContext for clip[/home/creepinson/vid/HD0048.mp4]
add_files() warning: failed to allocate clip[/home/creepinson/vid/HD0048.mp4]
sequence_insert_clip_sorted() error: parameters cannot be NULL....
And this happens when I run this command:
./bin/examples/random-splice out.mov 60 44100 ~/vid/ 300 13 10
When I remove the / after ~/vid
it simply gives this error:
pick_frames() error: sequence duration[0] is invalid
random_cut() error: Failed to pick frames....
I finally got your code up and running in my Ubuntu virtual machine, but when I try to run it with either MP4 files OR MOV files, it simply gives the following error:
Could not open source file /home/creepinson/vid/HD0048.mp4
open_clip() error: Failed to open VideoContext for clip[/home/creepinson/vid/HD0048.mp4]
add_files() warning: failed to allocate clip[/home/creepinson/vid/HD0048.mp4]
sequence_insert_clip_sorted() error: parameters cannot be NULL....
And this happens when I run this command:
./bin/examples/random-splice out.mov 60 44100 ~/vid/ 300 13 10
When I remove the / after ~/vid
it simply gives this error:
pick_frames() error: sequence duration[0] is invalid
random_cut() error: Failed to pick frames....