I was encoding a restoration from avisynth into FFV1 codec, at about 93% it failed on my face, so what I normally do on this cases is load the encoded avi into avisynth, and find out the encoded number of frames. Then finish the restoration of the missing frames in another FFV1 file, join the two parts in avisynth and feed to x264 for encode.
The problem is that this time this avi is not working for me. Avisynth gives me errors using avisource, diretcshowsource says:
And virtualdub:
but actually shows nothing. Yet I can play the file on MPC-HC
The problem is that this time this avi is not working for me. Avisynth gives me errors using avisource, diretcshowsource says:
Code:
DirectShowSource: Could not open as video or audio.
Video returned: "DirectShowSource: unable to determine the duration of the video."
Audio returned: "DirectShowSource: RenderFile, the filter graph manager won't talk to me"
(New File, line 2)
Code:
[!] AVI: Index not found or damaged -- reconstructing via file scan.
[!] AVI: Invalid chunk detected at 21305301746. Enabling aggressive recovery
mode.
[!] AVI: Keyframe flag reconstruction was not specified in open options and
the video stream is not a known keyframe-only type. Seeking in the video
stream may be extremely slow.