RebelChum Posted September 28, 2013 Share Posted September 28, 2013 So, this is something I've always wanted to try. Creating an .roq file. I know there's a program that helps you make the final product but I'm confused as to how to take a video and break it down into frame by frame pictures. Does anyone know of a program that could accomplish that? As far as video editors go, I just use Sony Vegas Pro 12. But I don't know if it has a functionality like that. Smoo likes this Link to comment
mrwonko Posted September 28, 2013 Share Posted September 28, 2013 Blender can do it. (Edit: "it" being breaking a movie down into images for frames. It can also be used to create CGI movies though.) Link to comment
Circa Posted September 28, 2013 Share Posted September 28, 2013 As in converting a video to .roq, or making an animated video? Link to comment
MagSul Posted September 28, 2013 Share Posted September 28, 2013 If all you want is to create an .roq file, all you need is your video in .avi format. The rest is done in Quake Video Maker. Tutorial! http://jkhub.org/tutorials/article/26-creating-a-roq-video/Whoever wrote it is plainly awesome. Link to comment
Futuza Posted September 29, 2013 Share Posted September 29, 2013 I seem to recall certain codecs with avi won't work...don't remember exactly what was wrong though... Link to comment
Tempust85 Posted September 29, 2013 Share Posted September 29, 2013 Use roq.exe if you want correct colors and the highest quality. It's what I use and I swear by it over QVM any day. Link to comment
RebelChum Posted September 29, 2013 Author Share Posted September 29, 2013 Use roq.exe if you want correct colors and the highest quality. It's what I use and I swear by it over QVM any day. So if you import an avi to roq.exe then it breaks it down for you? Or do you need to have it pre-"broken down" by a program like blender? Link to comment
MoonDog Posted September 29, 2013 Share Posted September 29, 2013 Just an uncompressed AVI. Link to comment
Tempust85 Posted September 29, 2013 Share Posted September 29, 2013 I find it's better to work with sequenced images in a folder & a seperate .wav file, I like more control over what I'm doing. If you need to convert a video to sequenced images, use tMPGenc. It's also a video editor. RoQ.exe also likes tga's better that bmp's in terms of keeping quality. Link to comment
Dusty Posted September 30, 2013 Share Posted September 30, 2013 Yeah I remember a while back I was trying to make .roq files but I remember when I made them they always turned out with weird color problems (this was using a variety of codecs beforehand). Couldn't figure out what I was doing wrong... Tip: Make a very short version of your movie/whatever into an .roq first before doing the whole thing (which takes forever) to tweak the quality and make sure it's going to come out alright ahead of time. Link to comment
RebelChum Posted October 5, 2013 Author Share Posted October 5, 2013 @ Not to sound like a noob... but how do you actually USE roq.exe? Do you just drag your .avi onto the exe, or do you have to use cmd with it like q3map2 or write a batch file? Link to comment
Solution Tempust85 Posted October 5, 2013 Solution Share Posted October 5, 2013 First off, I put roq.exe in C:\DF2Mod\Converted_Videos\ just easier to work with a few files than alot. Now add the below text into a text document where you will call it <yourfile>.param INPUT_DIR C:\DF2Mod\Converted_Videos\DF2_Intro FILENAME DF2_Intro.roq SOUND DF2_Intro.wav INPUT DF2_Intro-*.tga [0000000-0004303] END_INPUT INPUT_DIR - This is where you store all your sequenced texturesFILENAME - This is the RoQ output filename you wantSOUND - Sound file to include, must be in the same directory as roq.exeINPUT - Leave this as-is, this tells roq.exe to load the images below.DF2_Intro-*.tga [0000000-0004303] - This is the image sequence name. I'll break it down below:END_INPUT - Leave this as-is, this tells roq.exe that the loading of images is finished. DF2_Intro- is the base name for all the sequence files.The little * indicates where the sequence numbers start in each of the image filenames.[0000000-0004303] is the sequence numbers part of the image filenames and also lets roq.exe know the range, ie what image it starts with and what image it ends with. Everything inbetween will be processed.So what you want your images to look like is DF2_Intro-0000000.tga, DF2_Intro-0000001.tga, DF2_Intro-0000002.tga, DF2_Intro-0000003.tga, DF2_Intro-0000004.tga and so on. I usually have roq.exe running of a .bat file which looks like this: roq.exe DF2_Intro.param pause The pause simply allows the cmd window to stay open until you press a key. This is usefull when some programs have errors but they close before you can see them. I'm never good at explaining things, but hopefully this helps. P.S I *think* roq.exe can process MPEG videos, but I have no idea and I wouldn't use it anyway as it's not a lossless format. Smoo likes this Link to comment
Dusty Posted October 6, 2013 Share Posted October 6, 2013 @ Not to sound like a noob... but how do you actually USE roq.exe? Do you just drag your .avi onto the exe, or do you have to use cmd with it like q3map2 or write a batch file? Hmm, roq.exe? I use Quake Video Maker. That makes .roq videos for you out of AVIs and stuff. http://www.swift-tools.net/Quake/QVM/ Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now