Replay Mod Forums

This Thread is locked - no new replies are allowed.

Locked Export single frame
    • User
    • 16 forum posts
    User955
    #1

    Aug 30 15, 08:34 PM

    Hi people on the internet,

    I wanted to use replaymod's panorama rendering feature to create a resource pack background, because the only mod that currently is able to create panoramas is outdated(1.6.4). So I was wondering whether it is possible to export a single frame (preferrably png) using ffmpeg export settings or something. I'd rather not use third-party programs because I don't think it's required and most of them cost money.

    Thanks,
    2zqa


    • Developer
    • 818 forum posts
    User1
    #2

    Aug 30 15, 08:40 PM

    @User13 can help you with a nice FFmpeg preset.


    • Moderator
    • Beta Tester
    • 357 forum posts
    User13

    in response to User955

    #3

    Aug 30 15, 08:50 PM | Last edited: Aug 30 15, 08:50 PM

    There are two options, for you to choose:
    1. Set fps to 1, and use PNG sequence, so it will only create frames every second
    2. Use this command line setting: -y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r 1 -ss 1 -t 1 -i - "%FILENAME%.png" (Put it in the right text field, at the command line settings tab.) This will only export the first frame BUT it will crash minecraft


    • User
    • 16 forum posts
    User955

    in response to User13

    #4

    Aug 30 15, 08:50 PM


    There are two options, for you to choose:
    1. Set fps to 1, and use PNG sequence, so it will only create frames every second
    2. Use this command line setting: -y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r 1 -ss 1 -t 1 -i - "%FILENAME%.png" (Put it in the right text field, at the command line settings tab.) This will only export the first frame BUT it will crash minecraft

    I don't mind it crashing, thank you very much :)


    • Moderator
    • Beta Tester
    • 357 forum posts
    User13

    in response to User955

    #5

    Aug 30 15, 08:50 PM

    No problem!