SFM/Screencast
< SFM
Jump to navigation
Jump to search
You can automatically create timelapses of your work in The Source Filmmaker by using the Screencast feature located under the Help menu. This will automatically save a .PNG file inside the target Screencast folder every time you release the mouse or a hotkey. Any video encoder can be used to make a movie from the image sequence, though Valve tends to use FFMPEG, which can also be found as part of WinFF package.

Here's a snapshot of some typical settings, but they can be altered as needed:
Here are the same FFMPEG settings for copy and paste:
-y -loglevel panic -sameq -f image2 -i %9d.png -vcodec mpeg4 -aspect 16:9 -s 1280x720 -r 23.976 -vb 8000000 <FULL_MOVIE_PATH>