Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
baja blast rd.

-viddump rapidly inverting the screen

Recommended Posts

My first guess is it's the fault of the video encoder you set up viddump to use. What are your settings?

Share this post


Link to post

# Video capture encoding settings
cap_soundcommand "oggenc2 -r -R %s -q 5 - -o output.ogg"
cap_videocommand "x264 -o output.264 --crf 22 --muxer auto --demuxer raw --input-csp rgb --input-depth 8 --input-res %wx%h --fps 35 -"
cap_muxcommand "mkvmerge -o %f output.264 output.ogg"
cap_tempfile1 "output.ogg"
cap_tempfile2 "output.264"
cap_remove_tempfiles 1

Share this post


Link to post

My config looks like this

# Video capture encoding settings
cap_soundcommand          "oggenc2 -r -R %s -q 5 - -o output.ogg"
cap_videocommand          "x264 -o output.264 --crf 22 --muxer auto --demuxer raw --input-csp rgb --input-depth 8 --input-res 1280x720 --fps 35 -"
cap_muxcommand            "mkvmerge -o %f output.264 output.ogg"
cap_tempfile1             "output.ogg"
cap_tempfile2             "output.264"
cap_remove_tempfiles          1

Share this post


Link to post

You can minimize even in windowed mode, can't you? Do you have it, like, active somewhere, or is it "hidden" in the bottom Windows panel (donno how you call it in English)? I'm almost 100% sure that your problem is related do this because I've seen this exact effect when viddumping in OpenGL with a minimized window.

Share this post


Link to post

Hmm, that's probably it. I guess it was accidental.

Also, how do you get music to show up? I recorded the original demo with music, and it even plays back during the viddump, but it doesn't show up in the actual video.

Share this post


Link to post

Because you can record music only with 'fluidsyncs' midi player. Put mp3 music into wad if midi sounds disgusting with that player.

Share this post


Link to post

I am currently unable to record videos. I have all necessary files and the settings in cfg are also correct, but the demo runs at a very fast rate and the video is not recorded. I have recorded videos before and it worked fine but now it just doesnt.

Share this post


Link to post
SWDude said:

I am currently unable to record videos. I have all necessary files and the settings in cfg are also correct, but the demo runs at a very fast rate and the video is not recorded. I have recorded videos before and it worked fine but now it just doesnt.

Try to download that Pack
Drop to there iwads and your demo...
There two exe:
1) glboom-plus.exe - launch - exe to watch
2) glboom-plus.exe - Record - exe for recording.
Here the Video how to record video correctly.

Share this post


Link to post

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×