ffmpeg .iff image sequence to video

rajat

I have a file sequence of format test2#.iff, and i want to convert this sequence to a video, i have tried following commands:

ffmpeg -f IFF -r 25 -start_number 75 -i "test2%d.iff" -vcodec libx264 test2.mp4
Error: test2%d.iff: No such file or directory

ffmpeg -f image2 -r 25 -start_number 75 -i "test2%d.iff" -vcodec libx264 test2.mp4
Error: [image2 @ 00000000002ee220] Could not find codec parameters for stream 0 (Video: none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options test2%d.iff: could not find codec parameters

I also have tried various codecs but it gives me same errors, can any of you please shed some light on what might be wrong?

rajat

the problem was that ffmpeg does not support .iff format sequence, i tried with png and jpg it seems to work fine.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

ffmpeg - convert image sequence to video with reversed order

From Dev

FFMPEG create image sequence of equal length to original video

From Dev

python script for convert video to image sequence using FFmpeg

From Dev

Using every Nth image in sequence to create video using FFmpeg

From Dev

FFMpeg image sequence to video using VP9 encoder

From Dev

Convert image sequence to video using ffmpeg and list of files

From Dev

Create video from a growing image sequence using FFMPEG

From Dev

FFMPEG Multiple task for converting video to image sequence for MacOS

From Dev

Image sequence handling in ffmpeg

From Dev

Playing image sequence as video

From Dev

Concatenating an image with a video with ffmpeg

From Dev

Image sequence of 1500 frames to loop 30 times in a 30 min video FFMPEG

From Dev

FFmpeg drops frames when encoding a png image sequence into an x264 mp4 video

From Dev

FFmpeg disable image sequence realtime

From Dev

FFMPEG image sequence with various durations

From Dev

Convert Video to Image Sequence MATLAB

From Dev

Create video from image sequence

From Dev

Image Sequence to Video using Javascript

From Dev

FFMPEG images to video with reverse sequence with other filters

From Dev

ffmpeg export video from png sequence is not correct

From Dev

Add image overlay on video FFmpeg

From Dev

concatenate image and video using ffmpeg

From Dev

FFMPEG scale video according to image height when overlaying video on image

From Dev

Convert a video file to an image sequence of equal length?

From Dev

Convert image sequence to video using Moviepy

From Dev

FFMPEG : overlay image on video and retain size

From Dev

Concatenate a video, image and audio using ffmpeg

From Dev

ffmpeg video slideshow only takes first image

From Dev

ffmpeg: overlay a png image on a video with custom transparency?

Related Related

  1. 1

    ffmpeg - convert image sequence to video with reversed order

  2. 2

    FFMPEG create image sequence of equal length to original video

  3. 3

    python script for convert video to image sequence using FFmpeg

  4. 4

    Using every Nth image in sequence to create video using FFmpeg

  5. 5

    FFMpeg image sequence to video using VP9 encoder

  6. 6

    Convert image sequence to video using ffmpeg and list of files

  7. 7

    Create video from a growing image sequence using FFMPEG

  8. 8

    FFMPEG Multiple task for converting video to image sequence for MacOS

  9. 9

    Image sequence handling in ffmpeg

  10. 10

    Playing image sequence as video

  11. 11

    Concatenating an image with a video with ffmpeg

  12. 12

    Image sequence of 1500 frames to loop 30 times in a 30 min video FFMPEG

  13. 13

    FFmpeg drops frames when encoding a png image sequence into an x264 mp4 video

  14. 14

    FFmpeg disable image sequence realtime

  15. 15

    FFMPEG image sequence with various durations

  16. 16

    Convert Video to Image Sequence MATLAB

  17. 17

    Create video from image sequence

  18. 18

    Image Sequence to Video using Javascript

  19. 19

    FFMPEG images to video with reverse sequence with other filters

  20. 20

    ffmpeg export video from png sequence is not correct

  21. 21

    Add image overlay on video FFmpeg

  22. 22

    concatenate image and video using ffmpeg

  23. 23

    FFMPEG scale video according to image height when overlaying video on image

  24. 24

    Convert a video file to an image sequence of equal length?

  25. 25

    Convert image sequence to video using Moviepy

  26. 26

    FFMPEG : overlay image on video and retain size

  27. 27

    Concatenate a video, image and audio using ffmpeg

  28. 28

    ffmpeg video slideshow only takes first image

  29. 29

    ffmpeg: overlay a png image on a video with custom transparency?

HotTag

Archive