30.05.2018, 18:17
No accounts were copied on the move from forum.selur.de to forum.selur.net
You probably want:
assuming you want 4:2:0 output
and
if you want 10bit 4:2:0 output.
Instead of
use:
on Windows and
anywhere else.
Cu Selur
You probably want:
ffmpeg -f lavfi -i nullsrc=s=4096x2160 -r 50 -filter_complex "geq=random(1)*255:128:128" -t 2 -pix_fmt yuv420p -vsync 0 -f yuv4mpegpipe - | x265 --input - --y4m --ouput-depth=8 --keyint=60 --ref=3 --bframes=4 --profile=main --preset placebo --crf 27 -o "video.hevc"
and
ffmpeg -f lavfi -i nullsrc=s=4096x2160 -r 50 -filter_complex "geq=random(1)*255:128:128" -t 2 -strict -1 -pix_fmt yuv420p10le -vsync 0 -f yuv4mpegpipe - | x265 --input - --y4m --output-depth=10 --keyint=60 --ref=3 --bframes=4 --profile=main10 --preset placebo --crf 27 -o "video.hevc"
Instead of
-o "video.hevc"
-o NUL
-o /dev/null
Cu Selur
----
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.