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.
Asked
Active
Viewed 736 times
0
-
1Please add an answer so others who have the same question can benefit. – Shaun314 Jul 12 '13 at 14:18
1 Answers
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
-
-
2Ok, well PLEASE post your answer then so other people can benefit in the future. – Shaun314 Jul 10 '13 at 13:51