Announcement: Why not try our official idea generator for inspiration when making puzzles?


Caravel Forum : DROD Boards : Architecture : So, has anyone done a video in a hold yet? (3.0 feature)
New Topic New Poll Post Reply
Poster Message
tokyokid
Level: Smiter
Avatar
Rank Points: 453
Registered: 05-06-2006
IP: Logged
icon So, has anyone done a video in a hold yet? (0)  
I've been waiting patiently for someone to completely take advantage of the 'Play Video' option in 3.0.

So, the big question is: has anyone done it?

If you have, and want to post it, feel free to post it here! :)
07-07-2007 at 06:18 PM
View Profile Send Private Message to User Show all user's posts This architect's holds Quote Reply
Pilchard VIII
Level: Smiter
Rank Points: 392
Registered: 01-21-2006
IP: Logged
icon Re: So, has anyone done a video in a hold yet? (0)  
I'm waiting to find a Vista compatible Ogg Theora codec so I can stick them into KPVIIID3... :angry

____________________________
The DROD Dragon
07-07-2007 at 07:02 PM
View Profile Send Private Message to User Send Email to User Show all user's posts This architect's holds Quote Reply
mrimer
Level: Legendary Smitemaster
Avatar
Rank Points: 5064
Registered: 02-04-2003
IP: Logged
icon Re: So, has anyone done a video in a hold yet? (0)  
You may create an avi file, and then use ffmpeg2theora, found on the libtheora site, to convert it to an Ogg Theora file. I'd run it something like this:

ffmpeg2theora-0.17.exe --optimize --nosound -v 10 movie.avi

Here are some caveats for playing a Theora file, including info in how to make it fill the DROD room area correctly (which isn't trivial).

NOTE: Video dimensions must be a multiple of 16.
This means that rooms of 836x704 are logically stretched twelve more pixels to 848x704, even though an area of only the actual frame size is displayed.
To fix this, the room must be shrunk 12 pixels, and a 12 pixel buffer added to the right side of the image. Then, when it is stretched, the room will appear the correct size.

Edit: Ooh, they're up to version 0.19 now.

____________________________
Gandalf? Yes... That's what they used to call me.
Gandalf the Grey. That was my name.
I am Gandalf the White.
And I come back to you now at the turn of the tide.

[Last edited by mrimer at 07-07-2007 07:07 PM]
07-07-2007 at 07:06 PM
View Profile Send Private Message to User Send Email to User Show all user's posts High Scores This architect's holds Quote Reply
Neathro
Level: Delver
Avatar
Rank Points: 41
Registered: 04-24-2007
IP: Logged
icon Re: So, has anyone done a video in a hold yet? (0)  
You could have saved me 20 minutes by including instructions in the help file, whoever made it! :angry

____________________________
This is not a signature, it is a
collection of randomly selected
words. Teaspoon.
07-10-2007 at 09:25 AM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
mrimer
Level: Legendary Smitemaster
Avatar
Rank Points: 5064
Registered: 02-04-2003
IP: Logged
icon Re: So, has anyone done a video in a hold yet? (0)  
More specific instructions on how I constructed a Theora movie file from static frame images:


To convert from different (image, etc) formats to (lossless) .avi, use IMGCON, a utility at:
 
 http://www.fmrib.ox.ac.uk/~yongyue/imgcon.html
 http://www.fmrib.ox.ac.uk/~yongyue/imgcondl.html

TO RUN:
imgcon.exe -avi -output room.avi -list list.txt
where list.txt has the sequence of image files to include, with one file per line.

TO MAKE A DROD ROOM-SIZED VIDEO:
* Theora videos must be a multiple of 16 pixels, but DROD rooms don't fit that.
1.  So, we need to start with images that have a buffer area on the right side.
    Irfanview batch convert can be used for that to preprocess all the static image
    frames being compiled to make a movie (the Advanced options has a special
    setting in the corner for adding a pixel border around the image.)
2.  Create the video, squashing the images+border to the original room size:
    imgcon.exe -avi -output room.avi -scale 836 704 -list list.txt
3.  Then run:
    ffmpeg2theora-0.17.exe --optimize --nosound -v 10 room.avi
    (Later versions, like the current 0.19, of ffmpeg2theora should also work)
    When this video is played, it will be stretched to 848x704.
    The video will show at the correct (room) size, albeit first unstretched and
    then stretched.  The buffer will be off the edge in the hidden area.


____________________________
Gandalf? Yes... That's what they used to call me.
Gandalf the Grey. That was my name.
I am Gandalf the White.
And I come back to you now at the turn of the tide.

[Last edited by mrimer at 11-29-2007 05:04 PM]
11-29-2007 at 05:03 PM
View Profile Send Private Message to User Send Email to User Show all user's posts High Scores This architect's holds Quote Reply
techant
Level: Smitemaster
Avatar
Rank Points: 854
Registered: 06-08-2004
IP: Logged
icon Re: So, has anyone done a video in a hold yet? (0)  
So no one has tried this feature (I wonder why?? :~( )

____________________________
DROD RPG Released!! You must try it out it is Great!!
Click here to view the secret text

09-15-2008 at 08:11 AM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
CuriousShyRabbit
Level: Smitemaster
Rank Points: 3170
Registered: 10-14-2006
IP: Logged
icon Re: So, has anyone done a video in a hold yet? (+1)  
Pilchard VIII did include a simple Theora movie in his hold KPVIIID3: The Final Floors. It's the credits at the end.
09-15-2008 at 08:17 AM
View Profile Send Private Message to User Show all user's posts Quote Reply
AlternativePuzzles
Level: Disabled
Rank Points: 30
Registered: 08-22-2008
IP: Logged
icon Re: So, has anyone done a video in a hold yet? (0)  
There was one other time that this feature was used, and that was for the TCB ending, which I so desire to watch.

____________________________
You guys like DROD, eh?

Test out my hold currently in
architecture:
[url=http://forum.caravelgames.com/
viewtopic.php?TopicID=26578]Spike
Pit
09-16-2008 at 11:22 PM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
Insane
Level: Master Delver
Avatar
Rank Points: 154
Registered: 08-06-2005
IP: Logged
icon Re: So, has anyone done a video in a hold yet? (0)  
I have made a few rooms with videos in them, but I'm not much of an architect so naturally I haven't made any Holds with videos.

-Insane
09-22-2008 at 05:13 PM
View Profile Send Private Message to User Visit Homepage Show all user's posts This architect's holds Quote Reply
New Topic New Poll Post Reply
Caravel Forum : DROD Boards : Architecture : So, has anyone done a video in a hold yet? (3.0 feature)
Surf To:


Forum Rules:
Can I post a new topic? No
Can I reply? No
Can I read? Yes
HTML Enabled? No
UBBC Enabled? Yes
Words Filter Enable? No

Contact Us | CaravelGames.com

Powered by: tForum tForumHacks Edition b0.98.8
Originally created by Toan Huynh (Copyright © 2000)
Enhanced by the tForumHacks team and the Caravel team.