Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
bob.io.base
bob.io.base
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • bob
  • bob.io.basebob.io.base
  • Issues
  • #12

Closed
Open
Opened Jun 03, 2016 by André Anjos@andre.anjos💬
  • Report abuse
  • New issue
Report abuse New issue

Problem with loading .mov files using bob.io.base.load()

Created by: skbidiap

Hello. The following code, to load a .mov video using bob.io.base.load(), does not work: import bob.io.video import bob.io.base import bob.io.image input = bob.io.base.load('/idiap/resource/database/MSU-MFSD/scene01/real/real_client005_laptop_SD_scene01.mov')

I get the following message: RuntimeError: File - /idiap/resource/database/MSU-MFSD/scene01/real/real_client005_laptop_SD_scene01.mov: C++ exception caught: 'The detected decoder (prores' = ProRes') for the video stream on the input video file /idiap/resource/database/MSU-MFSD/scene01/real/real_client005_laptop_SD_scene01.mov' is not currently supported by this version of Bob. Convert the video file to a supported codec or disable the check' flag on the video::Reader object (if you are sure of what you are doing).'

However, the following two examples work: 1> input = bob.io.base.load('/idiap/resource/database/MSU-MFSD/scene01/real/real_client005_android_SD_scene01.mp4') (i.e., bob.io.base.load() is able to load .mp4 video file)

2> input = bob.io.video.reader('/idiap/resource/database/MSU-MFSD/scene01/real/real_client005_laptop_SD_scene01.mov') (i.e., the same .mov file can be opened using bob.io.video.reader())

Sushil

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: bob/bob.io.base#12