Got the files.
Will look at it after the Christmas days and report back then.
atm. there are a few issues.
a. Hybrid should not deinterlace since the output is flagged to be interlaced (due to a typo)
b. Hybrid should again setting the interlaced flags if the it muxes an .avi file. (overlooked that since I didn't mux the additional audio in my tests)
----
had a quick go at it:
Cu Selur
Ps.: created a post over at videohelp (https://forum.videohelp.com/threads/4127...essive-why), maybe someone sees the problem. Will look at it further after the Christmas days. (send you a link to the version I used above)
Will look at it after the Christmas days and report back then.
atm. there are a few issues.
a. Hybrid should not deinterlace since the output is flagged to be interlaced (due to a typo)
b. Hybrid should again setting the interlaced flags if the it muxes an .avi file. (overlooked that since I didn't mux the additional audio in my tests)
----
had a quick go at it:
- extracting audio:
ffmpeg -y -threads 8 -i "C:\Users\Selur\Desktop\HuffInterlaced.avi" -map 0:1 -vn -sn -ac 2 -ar 96000 -acodec pcm_s16le -f wav -map_metadata -1 -metadata encoding_tool="Hybrid 2023.12.23.1" "J:\tmp\iId_1_aid_1_2023-12-23@07_12_29_4610_01.wav"
- reencoding video:
Video (stream&container) is properly flagged as interlaced.ffmpeg -y -noautorotate -nostdin -threads 8 -i "C:\Users\Selur\Desktop\HuffInterlaced.avi" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv,setfield=tff -pix_fmt yuv444p -vsync 0 -top 1 -vcodec ffvhuff -coder 0 -context 0 -non_deterministic true -flags +ildct+ilme -top 1 -metadata encoding_tool="Hybrid 2023.12.23.1" "J:\tmp\HuffInterlaced_new_1_2023-12-23@07_12_29_4610_02.avi"
- muxing audio&video:
Video container is flagged as progressive, video stream is flagged as interlaced.ffmpeg -y -r 30000/1001 -fflags +genpts -i "J:\tmp\HuffInterlaced_new_1_2023-12-23@07_12_29_4610_02.avi" -top 1 -flags +ildct+ilme -i "J:\tmp\iId_1_aid_1_2023-12-23@07_12_29_4610_01.wav" -metadata encoding_tool="Hybrid 2023.12.23.1" -c:0 copy -c:1 copy -map 0:0 -map 1:0 -aspect 720:480 -r 30000/1001 -f avi "G:\Output\HuffInterlaced_new.avi"
Cu Selur
Ps.: created a post over at videohelp (https://forum.videohelp.com/threads/4127...essive-why), maybe someone sees the problem. Will look at it further after the Christmas days. (send you a link to the version I used above)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.