eddievalentin07
eddievalentin07
Can someone help me to create image with YouTube specifications in FFMPEG? Im trying to create black background 1920x1080 with text in center. I already found and know how to...
Hello everyone, Im confused because ffmpeg libx264 only encodes upto 8 bit is there a way to increase it by 32? or is there a different encoder that can encode...
Can someone help me to create image with YouTube specifications option/command in FFMPEG? Im trying to create black background 1920x1080 with text in center. I already found and know how...
I found the following command in ffmpeg/youtube encoding website: https://trac.ffmpeg.org/wiki/Encode/YouTube ffmpeg -loop 1 -framerate 2 -i input.png -i audio.m4a -c:v libx264 -preset medium -tune stillimage -crf 18 -c:a copy -shortest...