Video preview conversion
Component/part description
Related projects
Implementations Options considered
Current implementation
ffmpeg -i inputfile -vf "scale=-1:360" -c:v libx264 -preset ultrafast -crf 40 output.mp4What needs refactoring
Last updated