View Single Post
Old 13th July 2022, 00:28   #3  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,374
Quote:
Originally Posted by MysteryX View Post
As a bonus question, although not directly Avisynth. Running this on Linux gives me this...

Code:
x264 --preset ultrafast -o "Out.mp4" "Feline Power Muxed.mp4"

raw [error]: raw input requires a resolution.
x264 [error]: could not open input file `Feline Power Muxed.mp4' via any method!
mp4 [error]: failed to finish movie.
Why?
Your x264 binary needs to be compiled with lavf or ffms2 support

--demuxer lavf


Quote:
Originally Posted by MysteryX View Post
Is there such a thing in Linux? How do you feed an Avisynth script through FFmpeg?

I though avisynth works on linux now ? Can linux ffmpeg binaries be complied with avs support ? Windows ffmpeg binaries often do
poisondeathray is offline   Reply With Quote