RenderHeads / UnityPlugin-AVProMovieCapture

AVPro Movie Capture is a Unity Plugin for advanced video capture to AVI/MP4/MOV files
https://renderheads.com/products/avpro-movie-capture/
48 stars 8 forks source link

Using named pipe with il2cpp. #193

Closed ShigemoriHakura closed 2 years ago

ShigemoriHakura commented 2 years ago

Describe the bug When using named pipe in editor, “ffmpeg.exe -y -f rawvideo -codec rawvideo -s 640x480 -r 30 -pix_fmt rgb32 -i \.\pipe\test_pipe -an -c:v libx264 -pix_fmt yuv420p output.mp4” gives the right video but when compile with il2cpp, the video's format seems not right

Your Setup (please complete the following information):

To Reproduce

Logs

Screenshots

Videos

ShigemoriHakura commented 2 years ago

Fixed, the reason is that I have not select the resolution