View Single Post
Old 29th July 2020, 17:28   #42  |  Link
BobbyBoberton
Registered User
 
Join Date: Jul 2018
Posts: 24
Quote:
Originally Posted by Asmodian View Post
Try running only the ffmpeg part and see what it says. It sounds like ffmpeg cannot open the file, so yes, not outputting to SDOUT. Changing to -loglevel info instead of -loglevel fatal would also help gain insight into what is going wrong.
it works if I specify the -pix_fmt as yuv420p10 on the FFmpeg command but I cant figure out how to generate that from staxrip so its still not really able to automate it...

actually tried putting -pix_fmt yuv420p10le (as that is what the source is but I still get the error

Quote:
Guessed Channel Layout for Input Stream #0.1 : 5.1
[yuv4mpegpipe @ 0000020f7ba0a740] Warning: generating non standard YUV stream. Mjpegtools will not work.
y4m [info]: 3840x1920 fps 24000/1001 i420p10 sar 1:1 unknown frame count

Last edited by BobbyBoberton; 29th July 2020 at 17:45.
BobbyBoberton is offline   Reply With Quote