Odd coloring in captured videos

2 posters

Go down

Odd coloring in captured videos Empty Odd coloring in captured videos

Post by Slowaner Wed Aug 05, 2015 8:00 am

When I use x264 vfw codec to capture my games.
I have odd coloring when I open captured videos in any video editors (Vegas Pro, Adobe Premiere Pro, Corel Video Studio Pro) except of Movavi Video Editor.
Also my videos opens normally (without odd coloration) in all video players that I have (GOM Player, Windows Media Player, Windows Media Player Classic x86, Windows Media Player Classic x64, Video and TV in Widows 10)

This trouble I have in ALL videos captured with any program (Bandicam, Fraps, PlayClaw etc.).

Capture settings are on the screenshot
Odd coloring in captured videos 7cb116fdba9f
I capture 60 FPS.

You can see what I have on videos bellow

https://youtu.be/MXXGEZWtzrM
https://youtu.be/Q1pZsTDb1N4

What should I do to solve my problem?

Slowaner

Posts : 6
Join date : 2015-08-05

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Admin Wed Aug 05, 2015 12:46 pm

Can you post MediaInfo details for one of the captured files?

Admin
Admin

Posts : 7384
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Admin Wed Aug 05, 2015 12:49 pm

Change output mode from VFW to File and save as a .mp4 file.

Admin
Admin

Posts : 7384
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Slowaner Wed Aug 05, 2015 1:54 pm

MediaInfo:

General
Complete name               : D:\PlayClaw\Videos\trine2_32bit_2015-07-27\trine2_32bit_2015-07-27_21-31-13.avi
Format                      : AVI
Format/Info                 : Audio Video Interleave
File size                   : 1.97 GiB
Duration                    : 13mn 54s
Overall bit rate            : 20.2 Mbps
Writing library             : AVI AVI AVI AVI

Video
ID                          : 0
Format                      : AVC
Format/Info                 : Advanced Video Codec
Format profile              : Baseline@L4.1
Format settings, CABAC      : No
Format settings, ReFrames   : 1 frame
Codec ID                    : H264
Duration                    : 13mn 54s
Bit rate                    : 20.2 Mbps
Nominal bit rate            : 17.0 Mbps
Width                       : 1 920 pixels
Height                      : 1 080 pixels
Display aspect ratio        : 16:9
Frame rate                  : 60.000 fps
Original frame rate         : 25.000 fps
Color space                 : YUV
Chroma subsampling          : 4:2:0
Bit depth                   : 8 bits
Scan type                   : Progressive
Bits/(Pixel*Frame)          : 0.163
Stream size                 : 1.96 GiB (100%)
Writing library             : x264 core 146 r2538bm 121396c
Encoding settings           : cabac=0 / ref=1 / deblock=0:0:0 / analyse=0:0 / me=dia / subme=0 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=8 / lookahead_threads=8 / sliced_threads=1 / slices=8 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=0 / weightp=0 / keyint=250 / keyint_min=25 / scenecut=0 / intra_refresh=0 / rc=abr / mbtree=0 / bitrate=17000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=0


I tried capturing with output mode "to file". This video is normal but it is captured with 25fps (I need 60fps).
When I captures 30fps with output mode "vfw" in any program I have normal video (without odd coloring).
I need to capture 60fps without odd coloring.

Slowaner

Posts : 6
Join date : 2015-08-05

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Admin Wed Aug 05, 2015 8:20 pm

Why do you need 60 fps? Because you seem to be capturing at 25fps. Messing with the framerate like you are doing now confuses those programs and results in wrong decoding. I think they are skipping frames.

If you really need a different framerate, you should change it during editing, not during capturing.

Add this to the extra command line field:
Code:
--keyint 1
Then each frame in the video will be a keyframe that is independent of other frames. That will probably avoid the decoding bug that some of your programs have. But quality will be lower because encoding is less efficient.

Admin
Admin

Posts : 7384
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Slowaner Thu Aug 06, 2015 12:22 am

How can I configure h264 to capture exactly 60fps or above?

Slowaner

Posts : 6
Join date : 2015-08-05

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Slowaner Thu Aug 06, 2015 12:31 am

Admin wrote: But quality will be lower because encoding is less efficient.

With '--keyint 1' quality is really terrible. I won't capture videos with this settings.

Slowaner

Posts : 6
Join date : 2015-08-05

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Admin Thu Aug 06, 2015 1:06 pm

If you want proper 60fps, then you need to capture at 60fps.

Admin
Admin

Posts : 7384
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Slowaner Thu Aug 06, 2015 1:43 pm

Admin wrote:If you want proper 60fps, then you need to capture at 60fps.

How?
My capturing program captures 60fps, but codec works in 25fps. How can I make codec work in 60 fps?

Slowaner

Posts : 6
Join date : 2015-08-05

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Admin Thu Aug 06, 2015 2:38 pm

The codec is not forcing 25fps. It should work at whatever framerate your capturing tool gives it as input.

Admin
Admin

Posts : 7384
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Slowaner Thu Aug 06, 2015 2:56 pm

All my capturing tools gives as input 60fps setting. When I use other codecs I get real 60fps on output.
What am I doing wrong?

Slowaner

Posts : 6
Join date : 2015-08-05

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Admin Fri Aug 07, 2015 12:33 pm

I don't know.

I suggest trying a lossless codec such as Lagarith.

Admin
Admin

Posts : 7384
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Odd coloring in captured videos Empty Re: Odd coloring in captured videos

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum