View Single Post
Old 7th October 2020, 13:55   #12  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
output from:
Code:
"I:\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -i "F:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -pix_fmt yuv420p -f yuv4mpegpipe - | "C:\Users\Selur\Desktop\xvid-1.3.7\examples\xvid_encraw.exe" -cq 3 -i stdin -w 640 -h 352 -csp i420 -framerate 25 -o "E:\Temp\test.m4v"
looks fine here.
@filler5689: have you tried with '-csp i420'?

Cu Selur

Ps.: strange thing is that '-w 640 -h 352' is still required.
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 7th October 2020 at 15:39.
Selur is offline   Reply With Quote