ฉันกำลังพยายามใช้ FFmpeg สำหรับการแยกวิดีโอออกเป็นหลาย ๆ วิดีโอย่อยแบบฉากเดียวโดยใช้scenecut
คุณสมบัติและเกณฑ์ ฉันพบคำสั่งต่อไปนี้ใน SE:
ffmpeg -i myVideo.mp4 -y -c:v libx264 -profile:v high -prese6t:v fast -deinterlace -x264opts min-keyint=15:keyint=1000:scenecut=20 -b:v 2000k -c:a aac -b:a 128k -f segment -segment_format mp4 -segment_format_options movflags=empty_moov+frag_keyframe+default_base_moof+skip_trailer+faststart /home/1/output%%05d.mp4
แต่คำสั่งต่อไปนี้ใช้ไม่ได้สำหรับฉันและแสดงข้อผิดพลาด:
Unrecognized option 'prese6t:v'.
Error splitting the argument list: Option not found
มีการเปลี่ยนแปลงตั้งแต่ FFmpeg สุดท้ายหรือไม่ ฉันใช้เวอร์ชั่นล่าสุด
[segment @ 00000210c1e1f040] Could not parse format options list 'faststart' Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument Error initializing output stream 0:0 --