0

I am working on a project where I have to split a movie file into its basic audio and video parts first. After googling and through documentation and psychdemos in psychtoolbox, I am unable to find even a clue to this issue. Is there any function in psychtoolbox to split a movie clip like .mpeg or .mov or .avi or .flv into its audio and video parts ? Please help. Thanks a lot for your consideration.

Martin
  • 657
  • 2
  • 7
  • 8

1 Answers1

1

First off, it is key to realize that pyschtoolbox is well simply a toolbox. There is a host of other built in MATLAB functions that you can use along with pyschtoolbox.

It looks like even in MATLAB, doing this is a pain in the a$$, but I did find this untested by me FEX entry. http://www.mathworks.com/matlabcentral/fileexchange/8028-mmread

It looks like it should be able to do what you want and it does not depend on purchasing other toolboxes, etc.

By the way, is this a project from elance.com?

Shaun314
  • 3,191
  • 4
  • 22
  • 27