how to change FramesPerSecond

I have an avi video and I need to change the FramePerSecond for splitting the video into frames.
Filename: 'movie.avi'
FileSize: 6536192
FileModDate: '11-Apr-2005 19:02:30'
NumFrames: 84
FramesPerSecond: 25
Width: 180
Height: 144
ImageType: 'truecolor'
VideoCompression: 'none'
Quality: 0
NumColormapEntries: 0
Is it possible to change the FramePerSecond which should results me the few NumFrames??

4 件のコメント

Jan
Jan 2013 年 2 月 2 日
Why do you need to change the frequency if you only want to extract the frames?
Berbia
Berbia 2013 年 2 月 2 日
編集済み: Berbia 2013 年 2 月 2 日
yes, I need to extract frames but the time difference between two frames should be less than actual (around 15 fps).
Jan
Jan 2013 年 2 月 2 日
But why? When you have the single frames the frequency does not matter.
Berbia
Berbia 2013 年 2 月 3 日
I perform further operations on combining successive frames, that's why I need this??

サインインしてコメントする。

回答 (1 件)

Jan
Jan 2013 年 2 月 2 日
編集済み: Jan 2013 年 2 月 2 日

0 投票

You find a lot of tools for this in the net. Simply search for them:
I'd personally try it with VLC.

1 件のコメント

Berbia
Berbia 2013 年 2 月 3 日
mov=aviread('movie.avi');
size(mov)=[1 84];
is it possible to reduce the columnsize by coding??

サインインしてコメントする。

タグ

質問済み:

2013 年 2 月 2 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by