View Single Post
Old 7th October 2020, 16:02   #14  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Okay, somwhere I mixed stuff up,
Code:
"I:\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -i "F:\TestClips&Co\files\test.avi" -an -sn -pix_fmt yuv420p -f yuv4mpegpipe - | "C:\Users\Selur\Desktop\xvid-1.3.7\examples\xvid_encraw.exe" -type 0 -w 640 -h 352 -csp i420 -framerate 25 -frames 10 -i stdin -o "E:\Output\test.m4v"
doesn't work, but (using rawvideo):
Code:
"I:\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -i "F:\TestClips&Co\files\test.avi" -an -sn -pix_fmt yuv420p -f rawvideo - | "C:\Users\Selur\Desktop\xvid-1.3.7\examples\xvid_encraw.exe" -type 0 -w 640 -h 352 -csp i420 -framerate 25 -frames 10 -i stdin -o "E:\Output\test.m4v"
thought I copy&pasted the command line before, but apparently I didn't.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote