Creating video from images produces black screen video for certain image formats [duplicate]
- 阅读更多 关于 Creating video from images produces black screen video for certain image formats [duplicate]
问题 This question already has answers here : FFMPEG x264 MP4 Encoding all grey (1 answer) FFmpeg converting image sequence to video results in blank video [closed] (1 answer) Closed 2 years ago . I am using below command to create video from images.The command works fine for most images but for png images the video created cannot be played and I just get a black screen. String[] command = new String[]{"-y", "-f", "concat", "-safe", "0", "-i", src.getAbsolutePath(), "-vsync", "vfr", "-vf", "scale