The easiest way to pre-compress your video materials
LearningBOX allows you to upload 500MB of video per video if you subscribe to a high-capacity video plan. As stated in the section on video capacity, even a 1 or 2 hour video can be kept within the 500MB limit with proper compression. However, it is troublesome to purchase video editing software and set up compression settings just to reduce video capacity.
Therefore, we had published a video compression procedure using FFMPEG. Once set up, it is convenient and easy to compress many videos, but FFMPEG has some quirks in its installation, and we think there were some cases where users were stumped by the settings.
This time, we have developed an easier way to compress videos, and we would like to introduce it to you. (Works on Windows 7 or later)
Encoder_20200630.zip
Procedure
Download and unzip the Encoder_20200630.zip file above.
Double-click Encoder.exe to launch it.
Select the image quality if necessary.
The "640 width standard plan" is the setting that produces the smallest video size. This is the recommended setting if you have not subscribed to any video options.
Width 1280 Large Video Plan" is the setting suitable for large video plans. If the video size exceeds 500 MB with this setting, you can reduce the size by using the 640 setting.
No Size Change" is a setting where the video is re-encoded without changing the video size. Although the video size is not changed, the capacity can be reduced in many cases.
Drag and drop video files into the above window to start encoding. If multiple videos are dragged and dropped together, the dragged and dropped videos will be encoded one after another. The encoded files will be saved in the same folder as the original videos with a file name such as ".640.mp4" appended to the end.
FAQ
Can Tatsuno Information System develop encoders?
No, we cannot; we only provide an open source video encoder called FFMPEG for your convenience.
Why does this method reduce the capacity?
The capacity is reduced by adjusting the quality to a level suitable for e-learning. Specifically, we make the following adjustments
Reduce the quality of the video
In addition to adjusting the video size, we also adjust the compression ratio. Although it may not look as good as terrestrial digital or Blu-ray, the settings are sufficient for educational videos.
Reducing the frame rate of the video
Video at 60 frames per second is smooth. But do you need 60 frames per second for video of a board or instructor? By keeping the video at 30 frames per second, we reduce the amount of space required.
Making the audio monaural
By making the audio monaural, the amount of audio data is reduced by half.
Use an appropriate codec
Compression with h264 reduces the capacity of the video.
Fine-tune the image quality
This article is intended to be "simple" and does not provide detailed settings for image quality. Please use ffmpeg on the command line or use "Drag and Drop Video Encoding" to rewrite parameters for encoding. If your goal is to put the video on learningBOX, our LMS, we will support you in setting up the video.
Update History
2018.4.1 First version released
2018.4.2 Fixed bug version released -- improved handling of video filenames with spaces in them