Roman Arzumanyan

Results 18 comments of Roman Arzumanyan

@Dayof Thanks for the detailed instructions. Following those I was able to build the inspect.js decoder but as I run the analyzer ```bash ~/AOMAnalyzer-linux-x64/AOMAnalyzer ~/Git/aom/build_analyzer/examples/inspect.js ~/videos/apple_128x128_2.ivf ``` GUI application stucks...

Hi @tanmayv25 >Can you describe how your changes work? Sure. The main change in the patch is the `CudaSharedMemoryRegionSetDptr` function which acts very similar to `CudaSharedMemoryRegionSet`. The only difference between...

Hi @CoderHam >Why not use a device flag and condition on that to use cudaMemcpyDeviceToDevice or cudaMemcpyHostToDevice? That's perfectly fine by me to add extra flag. However, I didn't add...

Hi @mikeboers and @jlaine What are the chances this patch will be merged to master and if it's possible how can I help you with that? Bitstream filters support turned...

@galad87 >GPU to GPU without any copy should be used only when there are no unsupported filters and when not doing a scan How can I turn scan on/off? This...

@galad87 Thanks a lot for your guidance! >Any reason for using the cuvid decoders directly and not FFmpeg hwaccel? FFMpeg hwaccel API is actually used. The only difference is that...

@galad87 @sr55 Thanks a lot for your guidance! Latest status on this patch: - SW decode is used during scan, previews work fine. - SW decode fallback is done when...

@sr55 >I'm seeing a hard crash when trying to encode (with any encoder). Let me see if I can get a stack trace out gdb for you. I've added flag...

>Test 1: Basic x264 Encode only That happens because FFMpeg HW context is allocated whenever possible. As a consequence, decoder will return video frames in vRAM which `x264` can't work...

@sr55 Two questions: - Is it possible to build Handbrake under Windows? - If not could you please set ffmpeg log level to debug to get more verbose error message?...