Replay Mod Forums

32GB VIDEO
    • User
    • 12 forum posts
    User62342
    #1

    May 02 17, 02:31 PM

    I finished editing the camera paths of my first video. After that. I started to render the file. The frames that I have to render was 144000. I stopped after an hour when it was 10000+. When I go to the folder where the video is placed. The size of that unfinished file was 32 GB.

    What should I do? :(

    I'm using Minecraft 1.11.2 Version.
    34 min video. ;-;

    Thank you!


    • Moderator
    • Beta Tester
    • 357 forum posts
    User13
    #2

    May 02 17, 03:59 PM

    Could you please send us the Command Line Arguments?


    • User
    • 12 forum posts
    User62342
    #3

    May 02 17, 04:19 PM

    Where could I find it? :'(

    Anyway, I tried another one in flat world. 46 seconds = 98 MB.


    • Moderator
    • Beta Tester
    • 357 forum posts
    User13
    #4

    May 02 17, 04:20 PM


    • User
    • 12 forum posts
    User62342
    #5

    May 02 17, 04:27 PM

    -y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r %FPS% -i - %FILTERS%-an -c:v libx264 -preset ultrafast -pix_fmt yuv420p "%FILENAME%"



    • Moderator
    • Beta Tester
    • 357 forum posts
    User13
    #6

    May 02 17, 04:28 PM

    On the first render page you can find the bitrate. Can you tell me what value it is?


    • User
    • 12 forum posts
    User62342
    #7

    May 02 17, 04:30 PM

    It says 10 mbps


    • Moderator
    • Beta Tester
    • 357 forum posts
    User13
    #8

    May 02 17, 04:34 PM

    One more question: What's the output framerate?


    • User
    • 12 forum posts
    User62342
    #9

    May 02 17, 04:39 PM

    Can't seem to find output framerate. Do you mean, video framerate? It is 50


    • Moderator
    • Beta Tester
    • 357 forum posts
    User13
    #10

    May 02 17, 04:43 PM

    Try to change the command line argument to this: -y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r %FPS% -i - %FILTERS%-an -c:v libx264 -preset slow -pix_fmt yuv420p "%FILENAME%"

    This will slow down the encoding but the output file will probably be much smaller



    • User
    • 12 forum posts
    User62342
    #11

    May 02 17, 04:46 PM

    Nothing has changed. :( It takes hours.


    • Moderator
    • Beta Tester
    • 357 forum posts
    User13
    #12

    May 02 17, 04:59 PM

    I didn't want to do this, but I guess I have to... The codec that the ReplayMod uses by default is called x264. It's pretty efficient, but there are codecs that can create a smaller file, for example x265. It's great but really REALLY slow.

    -y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r %FPS% -i - %FILTERS%-an -c:v libx265 -preset ultrafast -pix_fmt yuv420p "%FILENAME%"


    • User
    • 12 forum posts
    User62342
    #13

    May 02 17, 05:04 PM

    Nothing changed ma'am. I guess, Replay Mod is not for me. :( Too bad, I was excited to create more videos. But there is a problem. :(

    Anyway, thank you for trying to solve my problem ma'am! ☺


    • Moderator
    • Beta Tester
    • 357 forum posts
    User13
    #14

    May 02 17, 05:05 PM | Last edited: May 02 17, 05:07 PM

    Uhm... What do you mean by nothing changed?

    Edit: Have you changed the Encoding Preset after changing the Command Line argument?


    • User
    • 12 forum posts
    User62342
    #15

    May 02 17, 05:08 PM

    Yes ma'am. The number of frames to be rendered are still the same, and I have to wait for hours, also the size is huge.



    • Moderator
    • Beta Tester
    • 357 forum posts
    User13
    #16

    May 02 17, 05:09 PM | Last edited: May 02 17, 05:10 PM

    Don't change the encoding preset. It overwrites the command line argument.

    Also, the number of frames will never change, unless you change the frame rate or the length on the path.


    • User
    • 12 forum posts
    User62342
    #17

    May 02 17, 05:12 PM

    I only changed Command Line Settings.


    • Moderator
    • Beta Tester
    • 357 forum posts
    User13
    #18

    May 02 17, 05:15 PM

    Go into the render page, and copy the command line argument, and paste it here.


    • User
    • 12 forum posts
    User62342
    #19

    May 02 17, 05:19 PM

    This is the first command line that I've sent awhile ago (original).

    -y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r %FPS% -i - %FILTERS%-an -c:v libx264 -preset ultrafast -pix_fmt yuv420p "%FILENAME%"


    • User
    • 12 forum posts
    User62342
    #20

    May 02 17, 05:26 PM

    I tried the first command that you've sent awhile ago to other video (26 secs)

    Before (when Command Line is -y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r %FPS% -i - %FILTERS%-an -c:v libx264 -preset ultrafast -pix_fmt yuv420p "%FILENAME%"), the size is 110 MB.

    After I changed it into the command line that you've sent (-y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r %FPS% -i - %FILTERS%-an -c:v libx264 -preset slow -pix_fmt yuv420p "%FILENAME%"), the size became 37.1 MB. But, I think 37.1 MB is still large when the video is only 26 secs.



    • Moderator
    • Beta Tester
    • 357 forum posts
    User13
    #21

    May 02 17, 05:29 PM

    What about the code in this reply?


    • User
    • 12 forum posts
    User62342
    #22

    May 02 17, 05:42 PM

    On the last command line argument that you've sent, (-y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r %FPS% -i - %FILTERS%-an -c:v libx265 -preset ultrafast -pix_fmt yuv420p "%FILENAME%" ), the file size become 12 MB. It changed a lot, but it is too long. ><

    Anyway, thank you ma'am for helping me out. :)