Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ffmpeg でのショット検出にこのスクリプトを使用しています。
ffprobe -show_frames -of compact=p=0 -f lavfi "movie=test.mp4,select=gt(scene\,0.3)"
ac プログラムからの出力を読み取るために、出力をテキスト ファイルに書き込む必要があります。これどうやってするの?どんな助けでも大歓迎です。