Opened 10 months ago

Last modified 10 months ago

#10467 new defect

Avisynth input hangs before transcode starts

Reported by: truehd Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by truehd)

Summary of the bug:
Having an .avs input causes a long hang before successfully transcoding (to prores here but it seems to be encoder independent).
Log has thousands of lines of:

[rawvideo @ 000001eeb94f8240] PACKET SIZE: 8294400, STRIDE: 7680
[vost#0:0/prores_ks @ 000001eeb94f9440] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)

Code to reproduce:

% ffmpeg -i "input.avs" -ss 19:15 -to 19:34 -c:v prores_ks -profile:v hq -quant_mat:v 6 -pix_fmt yuv422p10le -an "output.mov"
ffmpeg version 2023-07-10-git-1c61c24f5f-full_build-www.gyan.dev

Avisynth+ version 3.7.2
Platform: Windows 11 22H2

Attachments (1)

FFMPEGlog.zip (27.4 KB ) - added by truehd 10 months ago.
zip that contains a log file with the verbose terminal output

Download all attachments as: .zip

Change History (2)

by truehd, 10 months ago

Attachment: FFMPEGlog.zip added

zip that contains a log file with the verbose terminal output

comment:1 by truehd, 10 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.