alloystorm / dvvr

A versatile character model viewer and motion player that supports a range of model and motion formats including PMX (MMD) & XNALara/XPS models, as well as VMD/BVH motion formats.
http://vrstormlab.com/
71 stars 2 forks source link

Errors when I create videos with Creators #301

Closed Chrisc78 closed 4 months ago

Chrisc78 commented 7 months ago
Screenshot 2023-12-03 071125

Everytime I run Convert.bat I get this error.

Screenshot 2023-12-03 071315

So i add " where needed.

Screenshot 2023-12-03 070013

After it converts most videos can only open in VLC Media Player except for 180VR videos

Chrisc78 commented 7 months ago

I got it to work correctly using the two codes " -c:v h264_nvenc " or " -c:v hevc_nvenc "

" -c:v libx264 " and " -vcodec libx264 " does not work for me except for VLC media player I tried all scenarios also if you put nothing like in the 2D videos it defaults to the above and doesn't work for me.

I installed the newest full FFmpeg git version to make the videos ffmpeg version 2023-11-28-git-47e214245b-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers built with gcc 12.2.0 (Rev10, Built by MSYS2 project)

My opinion i think You should have a second Convert.bat file for Nvidia graphic cards that uses the code

" -hwaccel_output_format cuda"

alloystorm commented 5 months ago

The provided command is more like an example since there are different hardware and software configurations out there and there can be new updates of ffmpeg that break things.

The idea is just to use your favourite tool to convert the image sequence to a video.

We'll add the quotes around the file names but don't expect it to work 100%.