Hello everyone.
Normally with all my videos it works, but one of them crashes.
I use the following command:
And now it tells me:Code:ffmpeg -i video.1080p.mkv -map 0:v:0 -pix_fmt yuv420p10le -vf scale=1280:-1 -f yuv4mpegpipe -strict -1 - | SvtAv1EncApp -i stdin --preset 6 --keyint 240 --input-depth 10 --crf 30 --rc 0 --passes 1 --film-grain 0 -b av1.ivf
.Code:Failed to read proper y4m frame delimeter. Read broken
However, if I tell it to convert without changing the resolution, it works.
Does anyone have an idea?
Thanks.
Ignace.
+ Reply to Thread
Results 1 to 6 of 6
Thread
-
-
Hello, jagabo.
Okay, I'll try that.
For now, I have an encoding in progress but I promise, I'll test after.
Thanks for your quick and accurate answer.
Ignace. -
I changed the vertical scale to -2 and it works perfectly.
Thanks a lot.
Ignace. -
You should almost never use -1 for the width or height. YV12 video can't have odd value widths or heights. And some players can't handle mod 2. I stick with mod 4.
Similar Threads
-
[FFmpeg+SvtAv1] convert a H264 or H265 1080p file to Av1 720p
By ignace72 in forum Video ConversionReplies: 11Last Post: 29th Mar 2022, 17:16 -
What parameters to use to convert videos to av1 with SVT-AV1 with FFmpeg
By ignace72 in forum Video ConversionReplies: 4Last Post: 19th Mar 2022, 09:52 -
AOM adopts Intel SVT-AV1
By sophisticles in forum Latest Video NewsReplies: 2Last Post: 9th Sep 2020, 10:03 -
NetFlix to start using Intel's SVT-AV1
By sophisticles in forum Latest Video NewsReplies: 4Last Post: 8th Jan 2020, 09:12 -
For same bitrate which looks better between 720p and 1080p
By iKron in forum Newbie / General discussionsReplies: 34Last Post: 18th Dec 2019, 12:52