Activity for BugMaster

  • BugMaster BugMaster posted a comment on ticket #9

    No. The previous information should be enough if they really want to fix a bug in their product. I doubt that the place in the x264vfw code (codec.c:1881) where the memory access violation occurs will be useful to them.

  • BugMaster BugMaster posted a comment on ticket #9

    Hi. I tried to export using Adobe Media Encoder and it failed. This is Adobe's bug: they send a broken memory pointer (icf) in the ICM_COMPRESS_FRAMES_INFO message and therefore the codec crashes due to memory access violation. Ignoring this message is a bad idea because it signals the frame rate and therefore if you ignore it, all bitrates will be incorrect (as if it is always 25 fps). I also tried exporting to Xvid but it fails for the same reason.

  • BugMaster BugMaster modified a comment on ticket #9

    What do you mean no longer supported? I tested Adobe Premiere Pro 2023 (23.6) and Adobe Media Encoder 2023 (23.6), both still support x264vfw codec selection when using the AVI output format. Have you installed the full version of the codec, both 32-bit and 64-bit?

  • BugMaster BugMaster posted a comment on ticket #9

    What do you mean no longer supported? I tested Adobe Premiere Pro 2023 (23.6) and Adobe Media Encoder 2023 (23.6), both still support x264vfw codec selection when using the AVI output format.

  • BugMaster BugMaster posted a comment on discussion Help

    x264vfw even says in its name that it is a VfW (Video for Windows) codec, not DirectShow. in GraphStudioNext it is visible in Video Compressors as ACM/ICM type with category "DMO Video Encoder" and category GUID={33D9A760-90C8-11D0-BD43-00A0C911CE86} make sure that your application has the same bit depth as the installed x264vfw, or install the full version (both 32-bit and 64-bit).

  • BugMaster BugMaster posted a comment on ticket #25

    If by "dropped" you mean that capture side starts capture in 5 fps instead of 30 fps because your CPU is not fast enough to capture and encode simultaneously than x264vfw can't do anything about this (it encodes every frame it gets but can't encode something it doesn't get because it wasn't captured) and all you can do is to choose faster preset which will need less CPU to encode.

  • BugMaster BugMaster posted a comment on ticket #25

    Sorry, but I don't under stand what you mean by "The problem is that the video is very dropped" or "the image is sharp but the movements are dropped." . Can you be specific (screenshots or sample) what exactly are your settings and what wrong with output? Preferably also post mediainfo text output for you encoded sample (like this https://pastebin.com/adD6qZRM).

  • BugMaster BugMaster posted a comment on ticket #25

    Are you sure that x264vfw codec was used at all? "10Gb per minute " sounds like it raw uncompressed video without any codec i.e. x264vfw wasn't used at all. Check your output video in mediainfo and if it is not H.264 video than something is wrong with how you used x264vfw in you app (i.e. it wasn't choosed).

  • BugMaster BugMaster posted a comment on discussion Help

    Hi. There is no real video output during "Multipass - 1st pass"/ "Multipass - 1st pass (fast)" as like you used --no-output option. That is why you didn't get x264vfw.avi file (or would get empty/dummy output if you have used VFW output mode). 1st pass is only used to create stats files (x264.stats/x264.stats.mbtree) so encode output is discarded. After encoding "Multipass - Nth pass" you will get resulting x264vfw.avi, no need to change file name between passes (but you can if you want). If you...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Hi. It is due to hardware resources i.e. not enough CPU to simultaneously play game and make encoding in realtime. You should find the slowest "Preset" which would be still fast enough for your CPU i.e. probably something around "Veryfast" or "Faster". Also you should set "Zero Latency" tuning if you output in VFW mode in anything else than VirtualDub. And imho "Fast Decode" is not needed for you as you should optimize encoding here and not decoding.

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Hi. That probably was changed in this commit of x264. Not showing of LZCNT and BMI2 together now is normal. But probably due use of XP (where AVX is not supported) it now detects BMI2 but don't show it also without AVX while already have hidden LZCNT. IMHO it should show LZCNT without BMI2 in your case.

  • BugMaster BugMaster posted a comment on ticket #11

    I can't control what video info show (except really changing bitrate which it do) or how Sony Vegas mux output file. Do filesize correctly change when you change bitrate in x264vfw or filesize also always the same? Also your bitrate looks like uncompressed video bitrate. Are you sure Sony Vegas really use x264vfw during output?

  • BugMaster BugMaster modified ticket #9

    X264 raises brightness when converting

  • BugMaster BugMaster modified ticket #12

    codec for power riect 14 to burn and playback windows 10 64 bit

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Hi. I have released new version: 44_2851bm_44825

  • BugMaster BugMaster committed [r44]

    Bump dates to 2017

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    If you mean report like this (5 / 57) than this false positive. As for more proof...

  • BugMaster BugMaster posted a comment on discussion Help

    Presets have effect at 1st pass also even with fast 1st pass (at least part of the...

  • BugMaster BugMaster posted a comment on discussion Help

    Yes. 1st pass is only needed for generation of stats and mbtree files and avi itself...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Good. That means that Premiere have problems with decoding streams which needed frame...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Can you try with this build: x264vfw_full_43_2694bm_43159_fix.exe? If it works than...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Anyway I tried to decode your sample in VirtualDub with x264vfw's decoder and it...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    And what about this exact recorder file when you try to import to Premiere Pro while...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    So problem is decoding of this x264vfw file by Premiere Pro (i.e. even before exporting?)...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Sorry, but this file look like total mess in any player (VLC or MPC+LAVFilters) or...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Can you upload this encoded file on some file hosting instead (not youtube because...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Dunno. I don't have Premiere Pro here so can't test it myself. But it sounds like...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Yes. Zero Latency will cost you compression efficiency (i.e. lower quality at the...

  • BugMaster BugMaster modified ticket #10

    latest x264vfw only with SSE2 support

  • BugMaster BugMaster posted a comment on ticket #10

    Hi. Try x264vfw_oldcpu_43_2694bm_43159.exe build. I hope it will fix it. But yes,...

  • BugMaster BugMaster modified ticket #8

    OpenCL

  • BugMaster BugMaster posted a comment on ticket #8

    Толку от OpenCL в x264 мало, а проблем со стабильностью и с корректностью дофига....

  • BugMaster BugMaster posted a comment on ticket #9

    x264vfw doesn't change brightness. So if you see some constant colors change than...

  • BugMaster BugMaster modified ticket #7

    x264 only using 33% CPU

  • BugMaster BugMaster modified ticket #6

    Sample Aspect Ration 2:1 not works

  • BugMaster BugMaster modified ticket #18

    x264_encoder_encode failed (--tff)

  • BugMaster BugMaster modified ticket #21

    H264 4:4:2 and 4:4:4

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Try with "Zero Latency" option enabled. Or use direct output to file instead of VFW...

  • BugMaster BugMaster committed [r43]

    Bump dates to 2016

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Faze Hi. I am ok with general announcement which Mpxplay made. But can you move your...

  • BugMaster BugMaster posted a comment on ticket #21

    Decoder is the same as in ffmpeg and so it supports both High 4:2:2 and High 4:4:4...

  • BugMaster BugMaster modified a comment on ticket #7

    If you have bad CPU utilization with x264vfw and good CPU utilization with x264 cli...

  • BugMaster BugMaster posted a comment on ticket #7

    If you have bad CPU utilization with x264vfw and good CPU utilization with x264 cli...

  • BugMaster BugMaster posted a comment on ticket #6

    That is the problem with GDSMux (not with x264vfw). x264vfw correctly signal SAR...

  • BugMaster BugMaster posted a comment on ticket #6

    If you want my support than you need to provide your configuration and sample. Because...

  • BugMaster BugMaster posted a comment on ticket #6

    It works here without problems. How do you check it? Post your full encoder configuration...

  • BugMaster BugMaster posted a comment on ticket #20

    Not the bug.

  • BugMaster BugMaster modified ticket #20

    Default present

  • BugMaster BugMaster posted a comment on ticket #20

    Default preset is "Medium". If you want to change it then open codec configuration...

  • BugMaster BugMaster modified ticket #19

    x64 DirectShow codec does not appear

  • BugMaster BugMaster posted a comment on ticket #19

    Short answer: You can't use any VfW codec (not only x264vfw) through DirectShow because...

  • BugMaster BugMaster modified ticket #10

    Please create new 64 bit builds too!

  • BugMaster BugMaster posted a comment on ticket #10

    1) What about ~400 each month who download README.md (stats)? Should I be sorry for...

  • BugMaster BugMaster modified ticket #10

    Please create new 64 bit builds too!

  • BugMaster BugMaster posted a comment on ticket #10

    Text of README.md is directly showed at the bottom of page of this directory. So...

  • BugMaster BugMaster posted a comment on ticket #10

    What is the problem with current 64-bit build? Or you haven't noticed that now one...

  • BugMaster BugMaster modified ticket #9

    Adobe Premiere Pro support

  • BugMaster BugMaster posted a comment on ticket #9

    Forcing I-frames probably will fix corruption (they don't depend from each other...

  • BugMaster BugMaster posted a comment on ticket #9

    Looks like it is Premiere bug. It sometimes write output frames out of order into...

  • BugMaster BugMaster posted a comment on ticket #9

    Hi. Not sure about what type of support are you asking? This is VFW codec so the...

  • BugMaster BugMaster posted a comment on ticket #18

    Looks like you simply go out of memory (32-bit apps without /LARGEADDRESSAWARE flag...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    I don't see here proper bug report (and I can't guess/parse what topic starter meant)....

  • BugMaster BugMaster posted a comment on discussion Help

    As said VfW interface is not good for such things. So if you want this feature than...

  • BugMaster BugMaster posted a comment on discussion Help

    If you mean change bitrate on the fly when encoding already started than no it is...

  • BugMaster BugMaster committed [r42]

    Bump dates to 2015

  • BugMaster BugMaster posted a comment on discussion Help

    Yes, I am saying Sony Vegas is responsible for the muxing of audio in to the file....

  • BugMaster BugMaster posted a comment on discussion Help

    This probably QuickTime issue with either decoding (than you can try suggestions...

  • BugMaster BugMaster posted a comment on discussion Help

    Hi. I am not sure I fully understand what you mean by tagging but that probably something...

  • BugMaster BugMaster modified ticket #8

    Set FPS

  • BugMaster BugMaster posted a comment on ticket #8

    What do you mean by FPS support? i.e. what exactly you want? And what is not ok with...

  • BugMaster BugMaster posted a comment on discussion Open Discussion

    Hi. x264vfw_full_41_2525bm_41092.exe installer have both 32-bit and 64-bit versions...

  • BugMaster BugMaster committed [r41]

    Update L-SMASH MP4-muxer

  • BugMaster BugMaster modified ticket #5

    rcc@owntv.com

  • BugMaster BugMaster posted a comment on discussion Help

    x264vfw can use any of this FourCCs: "H264", "h264", "X264", "x264", "AVC1", "avc1",...

  • BugMaster BugMaster posted a comment on ticket #5

    You have few options: 1) As you already find out you can set "Log level" to "None"....

  • BugMaster BugMaster posted a comment on discussion Help

    Hi. This sounds like decoder lag (because encoder lag when not using "VirtualDub...

  • BugMaster BugMaster posted a comment on discussion Help

    Starting from release 40_2491bm_40895 I updated installer (x264vfw_full) to include...

  • BugMaster BugMaster committed [r40]

    Update installers

  • BugMaster BugMaster modified ticket #17

    x264 Recording multiple audio streams issue

  • BugMaster BugMaster posted a comment on ticket #17

    Sorry, but this doesn't have anything todo with x264vfw because it is video only...

  • BugMaster BugMaster posted a comment on discussion Help

    Hi. My main priority with "ffh264 decoder" in x264vfw was correct decoding with minimal...

  • BugMaster BugMaster posted a comment on discussion Help

    I am out of ideas. If "fsutil.exe 8dot3name set 0" and reinstalling (full uninstall...

  • BugMaster BugMaster modified a comment on discussion Help

    Do you run it with admin rights (Run as administrator)? Because "access denied" hints...

  • BugMaster BugMaster posted a comment on discussion Help

    Do you run it with admin rights (Run as administrator)? Because "access denied" hints...

  • BugMaster BugMaster posted a comment on discussion Help

    It means exactly what is written i.e. you change the value in Windows registry (with...

  • BugMaster BugMaster posted a comment on discussion Help

    What is your OS version? If it is Windows 8.x than you try to look at this topic...

  • BugMaster BugMaster posted a comment on discussion Help

    Try to download 64-bit VirtualDub and check if x264vfw64 show up there. If it show...

  • BugMaster BugMaster modified ticket #4

    How to resize video to 480p, 720p, 1080p?

  • BugMaster BugMaster posted a comment on ticket #4

    It is not job of encoder itself. For resizing you should use resizing filters in...

  • BugMaster BugMaster posted a comment on discussion Help

    To download 64-bit version instead of 32-bit which is suggested by download button...

  • BugMaster BugMaster modified ticket #14

    Output frame buffer too small

  • BugMaster BugMaster posted a comment on ticket #14

    Should be probably fixed in 39_2453bm_40246 release.

  • BugMaster BugMaster committed [r39]

    Added Unicode support

  • BugMaster BugMaster posted a comment on ticket #16

    Short answer: nothing. Long answer: second (N-th) do not do slicetype decision but...

  • BugMaster BugMaster modified ticket #16

    Seems to set mbtree=0 for encode no matter that Preset is set to Slow

  • BugMaster BugMaster posted a comment on ticket #16

    I use Sony Vegas and encode project from it using x264vfw codec. Should I use Virtualdub...

  • BugMaster BugMaster modified ticket #15

    The "slices" parameter is ignored.

1 >