Hi there,
Looking for a hand to help with this issue -
I’ve copied the ffmpeg command line from the doc here and removed the audio part.
So looking like this -
PS D:\Lichfield\_Exports\ExportTest\02> ffmpeg -r 30 -f image2 -start_number 0 -i TAKE_02_28_20_03_35_Export_02_28_20_23_52_%06d.png -map 0:v -c:v libx264 -x264-params mvrange=511 -c:a aac -b:a 320k -shortest -vf scale='min(4096,iw)':'min(ih,4096)':force_divisible_by=2:out_color_matrix=bt709:out_range=full,setsar=1:1 -colorspace bt709 -color_primaries bt709 -color_trc bt709 -color_range pc -b:v 5M -pix_fmt yuv420p C:\Users\Jonathan\Desktop\Lichfield\output.mp4
but I’m getting this error message
[Parsed_scale_0 @ 000001f1437c3bc0] Invalid size 'min(4096'
[AVFilterGraph @ 000001f14376fb00] Error initializing filter 'scale' with args 'min(4096:flags=bicubic'
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0
Any help would be awesome.
Thanks,
Jonathan