This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

How to crop and deinterlace in Hybrid?
#2
Looking at the debug output.
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)
Video encoding seems to work fine
created C:\Users\kakeh\AppData\Local\Temp\2022-03-08@22_31_41_4010_05.264 (5.41367 MB)
Video is then remuxed to mkv (to avoid problem on remuxing raw h.264), which seems to work fine
created C:\Users\kakeh\AppData\Local\Temp\2022-03-08@22_31_41_4010__09.mkv (5.42961 MB)
Muxing the audio&video using:
"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"
fails with:
H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb' option with ffmpeg)
-> I will look into it, as a workaround not muxing into .avi as output container probably works fine.

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.
Reply


Messages In This Thread
RE: How to crop and deinterlace in Hybrid? - by Selur - 09.03.2022, 06:11

Forum Jump:


Users browsing this thread: 1 Guest(s)