-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
videos and frameworks for contours-following and contours-tracking did not link or play initially #144
Comments
if you're using the master branch of OF can you make sure you are also using the there have been some big changes to OF recently that break compatibility so i'm developing in a new branch. once you test also, which OS? i'm only running 10.9 at the moment and might not have access to the latest crop of bugs. |
I suppose my problems with the contour examples relate to this issue? |
I was seeing this same issue with videos playing back (but not any linking problems). I've seen similar things before with QuickTime...when you try to open the video.mov from example-contours-traacking, QuickTime first "converts" it to H.264. Saving that file & then playing it back works fine. FWIW I also tried converting video.mov with MPEG Streamclip to H.264 as that works as well. As @sethismyfriend mentioned, VLC says the original file is Sorenson SVQ-3 and the new ones are H.264. I'd submit a PR with the new video, but it doesn't play on Windows. Womp womp. Not sure if it's a codec issue or something else going on with video playback on Windows, so I'll hold off for now - just wanted to get this documented for anyone else who runs into the same issue and/or anyone who knows more about video on Windows 😄 |
I had a series of linking errors which I resolved by adding CoreMedia, Foundation, Quartz and AVFoundation frameworks.
Then the app built but did not correctly load the movie - "video.mov" included in bin/data. I tried playing this in the standard videograbber example and it also did not play there. In quicktime these videos use different compressions - I switched the sorenson to H.264 - and now it plays fine.
I didn't want to do a pull request because I don't think I needed to link all these frameworks. Using the master branch of OF from github.
The text was updated successfully, but these errors were encountered: