Author Topic: Cutscene support  (Read 1683 times)

0 Members and 1 Guest are viewing this topic.

Offline Steel01

  • 25
I don't know if anyone has noticed, but according to this page, ffmpeg supports mve.
http://ffmpeg.sourceforge.net/ffmpeg-doc.html

I remember Taylor saying he was going to use ffmpeg for linux avi and mpeg support. Could this be used for mve support?
« Last Edit: January 23, 2006, 01:38:04 pm by Steel01 »
Snips from Hackers Defend Liberty (Definitions for hacker):
But I like rescuing good words from sad bad fates, and so I cling to Eric Raymond's definition:
    "1. A person who enjoys exploring the details of programmable systems and how to stretch their capabilities, as opposed to most users, who prefer to learn only the minimum necessary...
    "7. One who enjoys the intellectual challenge of creatively overcoming or circumventing limitations.

I also like tinkerer, as defined by Freedom to Tinker:
    "Your freedom to understand, discuss, repair, and modify the technological devices you own."

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
It's been noticed. Don't hold your breath for it though as Taylor tends to be pretty busy.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline Steel01

  • 25
It's been noticed.

Alright. I hadn't seen any talk about it around the boards, so I thought I'd mention it.

Thanks anyway.
Snips from Hackers Defend Liberty (Definitions for hacker):
But I like rescuing good words from sad bad fates, and so I cling to Eric Raymond's definition:
    "1. A person who enjoys exploring the details of programmable systems and how to stretch their capabilities, as opposed to most users, who prefer to learn only the minimum necessary...
    "7. One who enjoys the intellectual challenge of creatively overcoming or circumventing limitations.

I also like tinkerer, as defined by Freedom to Tinker:
    "Your freedom to understand, discuss, repair, and modify the technological devices you own."

 
I don't know if anyone has noticed, but according to this page, ffmpeg supports mve.
http://ffmpeg.sourceforge.net/ffmpeg-doc.html

I remember Taylor saying he was going to use ffmpeg for linux avi and mpeg support. Could this be used for mve support?

Hmm... Must be an other Version of MVE as the FreeSpace 1/2 ones...
I tested it and I couldn't play the CutScenes...

ffplay and mplayer didn't play anything.
xine was able to play audio, but the screen was black... No video...
But it knows, that it is Interplay-Video:
Code: [Select]
[interplayvideo @ 0xb6511084] Interplay video: motion offset < 0 (-3196)
[interplayvideo @ 0xb6511084] Interplay video: decode problem on frame 281, @ block (8, 0)
[interplayvideo @ 0xb6511084] Interplay video: motion offset < 0 (-3196)
[interplayvideo @ 0xb6511084] Interplay video: decode problem on frame 282, @ block (8, 0)
[interplayvideo @ 0xb6511084] Interplay video: motion offset < 0 (-1274)
[interplayvideo @ 0xb6511084] Interplay video: decode problem on frame 283, @ block (0, 0)

  

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Most of the MVE support is for 8-bit movies, not the 16-bit that FS uses.  I think that someone told me current ffmpeg supports 16-bit movies, but the current release that I have doesn't.  But if it doesn't it's not really a concern, when you consider what the 3.6.7 Linux and OS X versions have anyway.