SuslikV
SuslikV
What is the issue with the existing tests? There is no clear explanation given.
It's harmless change. But it is good to know format rules that is preferable for c++, python, .ui and other files of the project (including openshot-qt files). Key points: indentation,...
Nightly builds (automated builds here at github actions, at least for Windows) not always running OK in comparison to official releases. Scripting (may be) not fully operational or else. Better...
For different modes/quality of filming (at manual mentioned as "format") - your camera uses different codecs. So, nothing wrong with it. PCM is hard to recover, because sample size will...
@garnio by packet "header" and flow of uncompressed data (that is PCM) that follows highly compressed data (that is h264 packet). If size is wrong, the recovery will be interrupted...
@ponchio , The first IDR frame starts at 0x74 (field size 4, NAL type at 0x78) - 'mdat' has small box of additional data that needed to be ignored (8...
@sampleref Have you short samples of the files? It looks like it stuck at the begging of the broken file. You can truncate it to 2MB and share (if there...
Hardly believable. Are you sure that the keyframe is present in the corrupted file and the header of the file is not damaged? More likely that the few frames were...
You can try to extract raw streams from the recovered file to use them in your completely new file.
No. The [KSPROPERTY_VIDEOPROCAMP_POWERLINE_FREQUENCY](https://docs.microsoft.com/en-us/windows-hardware/drivers/stream/ksproperty-videoprocamp-powerline-frequency) is part of different API (https://docs.microsoft.com/en-us/windows-hardware/drivers/stream/video-capture-minidriver-property-sets), more powerful and... more complex to implement and to check. And I just used the: [CameraControlProperty enumeration](https://docs.microsoft.com/en-us/windows/win32/api/strmif/ne-strmif-cameracontrolproperty) [VideoProcAmpProperty enumeration](https://docs.microsoft.com/en-us/windows/win32/api/strmif/ne-strmif-videoprocampproperty) so no...