You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a THP video file requires dummy padding frame files for encoding, the FFMPEG conversion from BMP -> MP4 dummy videos is buggy, and usually creates videos sized larger than the Trunc_Frame limit. This in turn causes the final mp4 video file to be larger than the (trunc_frame * num_of_mults) limit, causing wasted time and temporary HDD space when ripping BMP/JPG frames for THP encoding. Thwimp lazily "fixes" problem by discarding extra frames.
Fix it by either fixing the BMP -> MP4 conversion to created the correct length video files, or just require the user to created pre-defined dummy video instead.
The text was updated successfully, but these errors were encountered:
*Optimized THP Encoder, so that generation of dummy videos from a single dummy frame has the correct framecount (to optimize final MP4 video -> BMP -> JPG conversion near the final step)
When a THP video file requires dummy padding frame files for encoding, the FFMPEG conversion from BMP -> MP4 dummy videos is buggy, and usually creates videos sized larger than the Trunc_Frame limit. This in turn causes the final mp4 video file to be larger than the (trunc_frame * num_of_mults) limit, causing wasted time and temporary HDD space when ripping BMP/JPG frames for THP encoding. Thwimp lazily "fixes" problem by discarding extra frames.
Fix it by either fixing the BMP -> MP4 conversion to created the correct length video files, or just require the user to created pre-defined dummy video instead.
The text was updated successfully, but these errors were encountered: