首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >模拟与神经科学应用平台

模拟与神经科学应用平台
EN

Stack Overflow用户
提问于 2014-02-25 11:49:26
回答 1查看 252关注 0票数 0

是否有关于如何使用模拟和神经科学应用平台(1)的文档/帮助手册?

我想用一个用于刺激的.avi文件来运行运动图像示例场景,而不是图像。怎样才能做到呢?

使用AlphaCalibration场景时会获得以下错误,该场景提供代码来播放avi file.Any帮助。

代码语言:javascript
复制
:movies:ffmpeg(warning): parser not found for codec indeo4, packets or times may be invalid.
:movies:ffmpeg(warning): max_analyze_duration 5000000 reached at 5000000
:movies(error): Could not open /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi
:audio(error): Cannot open file: /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi
:audio(error): Could not open audio /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi
:movies:ffmpeg(warning): parser not found for codec indeo4, packets or times may be invalid.
:movies:ffmpeg(warning): max_analyze_duration 5000000 reached at 5000000
:movies(error): Could not open /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi
:gobj(error): Texture "/e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi" exists but cannot be read.
Traceback (most recent call last):
  File "E:\BCI_Feb2014\SNAP-master\src\framework\latentmodule.py", line 458, in _run_wrap
    self.run()
  File "modules\BCI\AlphaCalibration.py", line 30, in run
Exception during run():
    m = self.movie(self.moviefile, block=False, scale=[0.7,0.4],aspect=1.125,contentoffset=[0,0],volume=0.3,timeoffset=self.begintime+t*self.awake_duration,looping=True)
Could not load texture: bird.avi
  File "E:\BCI_Feb2014\SNAP-master\src\framework\basicstimuli.py", line 348, in movie
    tex = self._engine.base.loader.loadTexture(filename)
  File "E:\BCI_Feb2014\Panda3D-1.8.0\direct\showbase\Loader.py", line 554, in loadTexture
    raise IOError, message
IOError: Could not load texture: bird.avi
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-12-02 01:32:28

由于文件大小,视频文件不包含在github存储库中。但是,如果您使用在搜索路径上放置的任何其他视频文件(例如,在其他媒体文件旁边-也请参见Panda3d的内容搜索路径的概念),您的用例应该可以工作。

有一个包含在:ftp://sccn.ucsd.edu/pub/software/LSE-SDK/的媒体文件的SNAP版本,它可能包含您要查找的文件。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/22013328

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档