Skip to content
    Back to all Bounties

    Earn 2,700 ($27.00)

    Time Remainingdue 1 year ago
    Completed

    Use ffmpeg to go from video to frames and back to video

    jparismorgan
    jparismorgan
    Posted 1 year ago
    This Bounty has been completed!
    @jparismorgan's review of @07rishabh
    5.0
    Average Rating
    Communication 5/5, Quality 5/5, Timeliness 5/5
    Everything was completed quickly and with high quality. There was a lot of communication and it went smoothly.

    Bounty Description

    Problem Description

    I would like to use ffmpeg to convert from a .mp4 or .mov video into individual .png or .jpg frames and then convert back to .mp4. I have tried myself but am running into an issue which I have described here: https://stackoverflow.com/q/78047333/4979029

    Your goal is get this working.

    Acceptance Criteria

    • Takes an input video that is either .mp4 or .mov.
    • Converts all frames from the video into either .png or .jpg.
    • Creates a new view from the original video that is either .mp4 or .mov.
    • The new video should also have the original video's audio added to it and it should be synced up with the original video.
    • If play the original and the new videos side by side they should look identical and sound identical.
    • The duration of the video should be the same - when I run ffprobe '/Users/name/images/input.mp4' and ffprobe '/Users/name/images/output.mp4' I should see the same duration.
    • There should be no visual differences between the original and the new videos.

    Technical Details

    Use this post to see the command I am currently running and more details about the issue I'm seeing: https://stackoverflow.com/q/78047333/4979029

    Resources

    I have uploaded a sample input and output video here: https://www.file.io/yn7g/download/CzZOgZ5lKyTN