ffmpeg -y -i “https://knowledge-base-crmone.s3.amazonaws.com/final_videos/1769751447_contact_test_video_spanish_1769751988095.mp4?AWSAccessKeyId=AKIAYE24AMHCYVHMJYVD&Signature=G1v4jW80gmzDu9thJbULbAGooyk%3D&Expires=1770356801” -vf “scale=eval=frame:w=trunc(iw*(1+(1.5-1)*(between(t,15,16)*((t-15)/(16-15))+between(t,16,36)+between(t,36,37)*(1-((t-36)/(37-36))))/2)*2):h=trunc(ih*(1+(1.5-1)*(between(t,15,16)*((t-15)/(16-15))+between(t,16,36)+between(t,36,37)*(1-((t-36)/(37-36))))/2)*2),crop=iw:ih:(in_w-out_w)*0.69:(in_h-out_h)*0.55” -c:v libx264 -pix_fmt yuv420p -preset slow -crf 18 -c:a copy output_69_55.mp4 I use this command to […]