Looking at the debug output.
Audio extraction seems to work fine
Video encoding seems to work fine
Video is then remuxed to mkv (to avoid problem on remuxing raw h.264), which seems to work fine
Muxing the audio&video using:
fails with:
-> I will look into it, as a workaround not muxing into .avi as output container probably works fine.
Cu Selur
Ps.: will send you a link to a dev verison for testing via pm in a few minutes.
Audio extraction seems to work fine
created C:\Users\kakeh\AppData\Local\Temp\iId_1_aid_1_2022-03-08@22_31_41_4010_01.wav (5.596 MB)
created C:\Users\kakeh\AppData\Local\Temp\2022-03-08@22_31_41_4010_05.264 (5.41367 MB)
created C:\Users\kakeh\AppData\Local\Temp\2022-03-08@22_31_41_4010__09.mkv (5.42961 MB)
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -r 50/1 -i "C:\Users\kakeh\AppData\Local\Temp\2022-03-08@22_31_41_4010__09.mkv" -i "C:\Users\kakeh\AppData\Local\Temp\iId_1_aid_1_2022-03-08@22_31_41_4010_01.wav" -vcodec copy -acodec copy -metadata encoding_tool="Hybrid 2021.12.10.1" -map 0:0 -map 1:0 -aspect 1440:1080 -r 50/1 -f avi "F:\VHS\Test V2.avi"
H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb' option with ffmpeg)
Quote:The end goal is working out a basic workflow/post-capture procedure for cropping and deinterlace and then saving it as an .avi again (not encode the output)There is no way around reencoding the video when cropping and deinterlacing video.
Cu Selur
Ps.: will send you a link to a dev verison for testing via pm in a few minutes.