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.

ffmpeg and x265 benchmark CMD - help
#2
No accounts were copied on the move from forum.selur.de to forum.selur.net Wink

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"
assuming you want 4:2:0 output
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"
if you want 10bit 4:2:0 output.

Instead of
-o "video.hevc"
use:
-o NUL
on Windows and
-o /dev/null
anywhere else.

Cu Selur
------
offline 02.-07. July, https://www.rockharz-festival.com/ Big Grin
Reply


Messages In This Thread
RE: ffmpeg and x265 benchmark CMD - help - by Selur - 30.05.2018, 18:17

Forum Jump:


Users browsing this thread: 2 Guest(s)