A site dedicated to all things anime as well as other animated art forms. Here there are reviews, lists and other articles.
2021-02-25
How to Crop Videos Using Avidemux
2021-02-12
How to Trim Videos Without Re-encoding Using Avidemux
Sometimes you need to trim a long video clip to get a much smaller section, whether you recorded a much longer video and only need a shorter segment, or need a short clip from an already existing video. The problem with trimming videos using traditional video editors is that they require you to re-encode your video, meaning that it takes a long time, especially on low-end computers, and results in a lowering of video quality. Due to these reasons, it can be useful to know how to trim videos without re-encoding, which essentially just takes the data for he frames you want along with its corresponding audio and copies it into a valid video file. Doing this means that it is super quick, only taking as long as it does to read the file from disk and write your new version.
In order to trim videos in Avidemux, first you need to open the video in Avidemux. This can be done either with using the 'File' menu, or by dragging and dropping the video file onto Avidemux. Then you need to select which part of the video you want. This can be achieved by dragging the selector to the part of the video you want to have as the start of your trimmed video. The use the red-coloured button with an 'A' on it. Then, drag the slider to what you want as the end of your video, and click on the button to the right of that 'A' button, which is labelled 'B'. At this point you have selected the part of your original video to use as your trimmed clip.
To export your clip, simply go 'File' then 'Save As'. This will export your video as an .mkv file, but if you want to change the export format, you can use the drop box directly under 'Output Format' on the left-hand side to change this.
2021-02-08
How to Resize Batch Files and Command Prompt
While in Windows 10 you can resize command prompt windows however you want, on Windows 7 your options are much more limited, only allowing you to increase the width of the window to less than half the screen. Even though you can't resize it by dragging, you can still use commands to resize the command prompt window, or if you are making batch files and want to resize the window, you can use this simple command:
mode con cols=<width> lines=<height>
Simply replace the text between the '<' and '>' symbols with the width and height (in character width) you want respectively. You will also need to remove the '<' and '>' symbols, otherwise the code will not work. If you only want to change either the width or height of the window, you can use just the cols or lines part of the code after mode con, to just change that.
2021-02-05
How to Change the Colour In Batch Files and Command Prompt
If you have ever made batch files or used command prompt on windows, you have probably noticed that the default command prompt window is white text on a black background. If you have ever wondered if there is a way to change these colours, well yes their is thanks to the 'color' command.
To use it, simply type 'color', followed by the two digit colour code representing your background and foreground (text) colours. These digits are the hexadecimal values representing the 16 available colours to choose from, as listed below. A valid example would be to type 'color 25', to set the background to green and the text to purple.
Colour | Code | Colour | Code |
Black | 0 | Grey | 8 |
Blue | 1 | Light Blue | 9 |
Green | 2 | Light Green | A |
Aqua | 3 | Light Aqua | B |
Red | 4 | Light Red | C |
Purple | 5 | Light Purple | D |
Yellow | 6 | Light Yellow | E |
White | 7 | Bright White | F |
You can get this list in command prompt by using the 'color' command followed by an invalid colour code. Something to note is that if you just want to change the text colour, you an simply use the one digit colour code for that colour, such as using 'color 2' to set the text colour to green.
-
Video game consoles have had a lot of accessories throughout the years, all the way from retro consoles like the Atari VCS with its Starpath...
-
Disclaimer: This article was written as a YouTube Video script, and hence may make reference to audio of visual elements not available on th...
-
The story of Jesus is well known throughout the world. The Christian god has a son with the Virgin Mary, Jesus is crucified after being betr...
Every First Episode in the Winter 2023 Cour
Now that the Winter 2023 cour has come to an end, what better time to discuss the anime that aired this season. This season I have watched e...