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/
43 stars 8 forks source link

[Bug] AppendFormat "F2" typo #391

Closed ChocDino-Andy closed 3 days ago

ChocDino-Andy commented 1 month ago

Unity Version

2019.4.40

AVPro Movie Capture Version

5.2.4

Which platform(s) are you using?

Windows

Which OS version(s) are you using?

Windows 10

Which rendering API(s) are you using?

Direct3D 11

Hardware

No response

Which capture component are you using?

Capture From Screen

Capture mode

Realtime

Which output mode are you using?

Video file

Video codecs

H264

Audio source

None

Audio codecs

AAC

Any other component configuration

No response

The issue

CaptureBase.cs:2407 reads: .AppendFormat("F2", _frameRate) but it should be: .AppendFormat("{0:F2}", _frameRate)

otherwise it literally prints "F2" instead of the frame rate.

Thanks,

Log output

No response

MorrisRH commented 3 weeks ago

Fixed, will make it into the next release (5.2.5)

Chris-RH commented 3 days ago

AVPro Movie Capture version 5.2.5 has been released. Please let us know if it has not fixed your issue.