Author Topic: Playing the Alpha Centauri and expansion WVE videos  (Read 21222 times)

0 Members and 2 Guests are viewing this topic.

Online Buster's Uncle

  • With community service, I
  • Ascend
  • *
  • Posts: 49361
  • €944
  • View Inventory
  • Send /Gift
  • Because there are times when people just need a cute puppy  Soft kitty, warm kitty, little ball of fur  A WONDERFUL concept, Unity - & a 1-way trip that cost 400 trillion & 40 yrs.  
  • AC2 is my instrument, my heart, as I play my song.
  • Planet tales writer Smilie Artist Custom Faction Modder AC2 Wiki contributor Downloads Contributor
    • View Profile
    • My Custom Factions
    • Awards
Re: Playing the Alpha Centauri and expansion WVE videos
« Reply #45 on: September 17, 2012, 09:00:31 PM »
I think as long as no one uses it in a commercial game, no one is in danger of anything worse than a cease and desist letter.  We're too small a target to be worth going after.  I wouldn't worry.

Offline Matt the Czar

Re: Playing the Alpha Centauri and expansion WVE videos
« Reply #46 on: October 23, 2012, 01:32:12 AM »
Is there really a way to encode?
(Idea: Email.)
I think in the credits there was a list of the video crew.  Email them
Good artists copy, great artists steal.

--Pablo Picasso, Datalinks

Online Buster's Uncle

  • With community service, I
  • Ascend
  • *
  • Posts: 49361
  • €944
  • View Inventory
  • Send /Gift
  • Because there are times when people just need a cute puppy  Soft kitty, warm kitty, little ball of fur  A WONDERFUL concept, Unity - & a 1-way trip that cost 400 trillion & 40 yrs.  
  • AC2 is my instrument, my heart, as I play my song.
  • Planet tales writer Smilie Artist Custom Faction Modder AC2 Wiki contributor Downloads Contributor
    • View Profile
    • My Custom Factions
    • Awards
Re: Playing the Alpha Centauri and expansion WVE videos
« Reply #47 on: October 23, 2012, 01:43:36 AM »
It ought to be pretty simple if someone could crack the format problem - never heard of it, don't have anything but the game that'll open it.  The video crew may not have had anything to do with that end.


YOU email.  Seriously; that's how things get done.

Offline gwillybj

Re: Playing the Alpha Centauri and expansion WVE videos
« Reply #48 on: July 12, 2013, 02:50:55 AM »
...
Trouble is, CP won't work under XP. Not even in compatibility modes,
...
In case anyone happens to read this thread and note that comment:
I run CvrPlay.exe on my XP system as-is, no compatibility mode needed.
I don't do it very often, though, because I tend to move the image too fast: makes me dizzy.
Two possibilities exist: Either we are alone in the Universe or we are not. Both are equally terrifying. ― Arthur C. Clarke
I am on a mission to see how much coffee it takes to actually achieve time travel. :wave:

Offline jopower

Re: Playing the Alpha Centauri and expansion WVE videos
« Reply #49 on: March 20, 2017, 11:27:25 AM »
Hey, it's been soooome time since I started this thread and if I hadn't been checking the Rolodex for some little visited sites, might've been forever.
THANK YOU FOR KEEPING AGING TOPICS OPEN!  :danc:

All I can say is, WOW, you guys are way over my code level!  ;b;   Thanks for all the usable helps and tips. Weather or not we ever see much of WVE conversions and inventions -- like maybe to BIK, et al -- I'm happy to see this discussion got somewhere.

One other possible way to manipulate these odd files is with Audacity-like programs. https://en.wikipedia.org/wiki/Audacity_(audio_editor) Audacity records what you're playing as an internal loop back to whatever format you wish. Yes, Audacity is for audio only. I haven't extensively looked for a video equivalent yet. Perhaps one of you have a thought. But I'd hope it was as easy as Audacity... but for this hiccup:

Windows 8 and 10... what planetoid will we be on with them??  ???   Lesson: keep a nice cozy Win 7 or XP box in action in case you really want to do some real prestidigitation (just as many still keep a Win98SE box).  8)
"The Universe is Change... but it is not EXACT change..." -Fusco Bros.

Offline Fibonacci

Re: Playing the Alpha Centauri and expansion WVE videos
« Reply #50 on: April 24, 2017, 11:06:43 PM »
No idea whether this is too little too late, but VLC player has the following info:
Stream 0
    Type: Video
    Codec: Electronic Arts TQI (TQIV)
    Display resolution: 320x240
    Buffer dimensions: 320x256
    Fram rate:15
    Decoded format: Planar 4:2:0 YUV
    Orientation: Top left
Stream 1
    Type: Audio
    Codec: EA ADPCM Audio (ADEA)
    Channels: Stereo
    Sample rate: 22050 Hz
    Bits per sample: 16

Looking up TQI I found https://wiki.multimedia.cx/index.php/Electronic_Arts_TQI and https://wiki.multimedia.cx/index.php/Electronic_Arts_Formats looked interesting.

Offline Daemonjax

Re: Playing the Alpha Centauri and expansion WVE videos
« Reply #51 on: April 29, 2017, 03:12:13 AM »
Just thought I'd add to the discussion:

mplayer can play wve files.

http://mplayerwin.sourceforge.net/downloads.html

The main benefit of doing this is for fullscreen video play... or if you experience crashes during video play... or just want to be able to pause the videos ingame. 

If using pracx, you can override the uvplayer15 executable and run a batch file running mplayer, like so:

[Alpha Centauri.Ini]
MoviePlayerCommand=c:\playwve.bat

and then the batch file:

[c:\playwve.bat]
@echo off
"c:\mplayer"\mplayer.exe "E:\Sid Meier's Alpha Centauri\movies"\%~n1.wve -fs

The %~n1.wve shouldn't be necessary... just %1 should work, but it doesn't... for me... last time I checked... but I didn't dig too deep.

EDIT: Even if not using pracx, I suppose you could create an executable using autohotkey (easier than c++ anyways) that runs mplayer in much the same way as the batch file, and stick in it your movie folder (rename existing uvplayer15.exe first).  Dunno, didn't try.

I'd rather watch grainy fullscreen videos than grainy small videos.  Maybe it's just me.
« Last Edit: April 29, 2017, 03:27:23 AM by Daemonjax »

Offline Mart

Re: Playing the Alpha Centauri and expansion WVE videos
« Reply #52 on: October 28, 2017, 08:50:41 PM »
I remember someone wrote (here on the forum?), that the player is embedded actually into exe. Some time ago I tried to play videos in SMACX with other formats, but a 'silly' problem of getting the player window on top of SMACX was not solved. Maybe this is why SMACX has the player embedded, so Windows is happy.


Converting any video to WVE file would be great though. We could then use original player and have new videos in game.
With this Electronic Arts TQI format known, this would be possible.


Offline jopower

Re: Playing the Alpha Centauri and expansion WVE videos
« Reply #53 on: January 11, 2021, 07:35:47 AM »
Yes, I did mention at the beginning of this thread that the Alpha C WVE player is in the game folders. See that 1st page for alllll the details from several authors and be most happy. ;) 8)
http://alphacentauri2.info/index.php?PHPSESSID=po86q4crj72ua772tsr8ei4k57&topic=938.0
"The Universe is Change... but it is not EXACT change..." -Fusco Bros.

 

* User

Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Select language:

* Community poll

SMAC v.4 SMAX v.2 (or previous versions)
-=-
24 (7%)
XP Compatibility patch
-=-
9 (2%)
Gog version for Windows
-=-
103 (32%)
Scient (unofficial) patch
-=-
40 (12%)
Kyrub's latest patch
-=-
14 (4%)
Yitzi's latest patch
-=-
89 (28%)
AC for Mac
-=-
3 (0%)
AC for Linux
-=-
6 (1%)
Gog version for Mac
-=-
10 (3%)
No patch
-=-
16 (5%)
Total Members Voted: 314
AC2 Wiki Logo
-click pic for wik-

* Random quote

Important? Yes. Critical? Absolutely! I would go so far as to say that superconducting fiber alone makes our present economy possible.
~CEO Nwabudike Morgan, Morgan Link 3DVision Live Interview

* Select your theme

*
Templates: 5: index (default), PortaMx/Mainindex (default), PortaMx/Frames (default), Display (default), GenericControls (default).
Sub templates: 8: init, html_above, body_above, portamx_above, main, portamx_below, body_below, html_below.
Language files: 4: index+Modifications.english (default), TopicRating/.english (default), PortaMx/PortaMx.english (default), OharaYTEmbed.english (default).
Style sheets: 0: .
Files included: 45 - 1228KB. (show)
Queries used: 40.

[Show Queries]