How to crop video on Xiaomi Redmi 9 phone: all ways with instructions

Xiaomi Redmi 9 is still a popular choice due to its price and functionality balance, but many users face the need to edit videos directly on the device, clipping is needed to remove unnecessary fragments, prepare content for social networks or just to save space in memory. In this article, we will analyze all the available methods, from built-in tools to specialized applications, and also reveal the nuances that will help avoid typical errors.

The Redmi 9 is a feature that works on the MIUI β€” It's a Xiaomi-branded shell, where some of the editing functions are hidden in non-obvious sections, and it doesn't support all video formats equally well, like with the video formats.MOV or 4K There may be problems with trimming through standard means. We tested all methods on the current version. MIUI And only those that are guaranteed to work without failures were selected.

Redmi 9 Video Cutting Methods: Comparison of Methods

Before you get to the instructions, it is important to understand which method is right for you, and all methods fall into two categories:

  • πŸ“± Built-in tools -- no installation, but limited in functionality.
  • πŸ› οΈ App side – offer advanced features (overlay music, transitions, color correction), but take up space in memory and may contain advertising.

Below is a comparison table of key parameters. Pay attention to the column "Support" 4K": If you are working with high-resolution video, the standard Gallery app may not be able to handle it.

MethodMax, permission.4K supportLoss of qualityAdditional functions
MIUI Gallery1080p❌ No.MinimumJust pruning.
Google Photo1080p❌ No.MediumStabilization, filters
CapCut4Kβœ… Yes.No (with the right settings)Effects, text, music
InShot4Kβœ… Yes.No.Templates, speed change
KineMaster4Kβœ… Yes.No.Multi-track installation, chromakei

Important: When clipping a video through a standard gallery MIUI Redmi 9 automatically compresses if the original file weighs more than 500 MB. This can degrade quality, especially for high-bitrate rollers. If you are critical to maintain original quality, use CapCut or KineMaster with manual export settings.

πŸ“Š What video clipping method do you use more often?
Built-in tools
Google Photo
CapCut/InShot
Other annexes
I don't edit the video.

The fastest way, without any additional software, is for simple tasks, when you want to remove the beginning or end of the video. MIUI 12-14 (older versions may have different interfaces).

Open the Gallery app, find the video you want, and tap it. The bottom panel will show you an Edit button (scissors icon). Click on it, then select the Cut tab. Here you will see a timeline with two sliders β€” move them to highlight the desired snippet. Once you click Save the video will be processed, and the original will remain intact (a copy will be created).

Check the space available (at least 20% of the video size is required)

Close the background applications (especially messengers)

Connect charging if the battery is below 30%

Turn off the mobile internet (to avoid interruption)-->

Limitations of the method:

  • ⏱️ Maximum duration of cut fragment - 15 minutes (otherwise the gallery will give an error).
  • πŸ” There is no way to cut the middle of the video, just the beginning/end.
  • πŸ“‰ Automatic compression at file size >500 MB (quality is deteriorating by 15-20%).

⚠️ Warning: If after clipping the video began to "twitch" or artifacts appeared, check the codec of the source file. MIUI It works poorly with videos shot in format HEVC (H.265). The solution is to convert the file into H.264 via Video Converter before trimming.

Pruning in Google Photos: pros and cons

Google Photos is pre-installed on most Xiaomi smartphones and offers more flexible editing tools than the standard gallery, with the main advantage of being able to crop any snippet of video (not just the beginning/end) and add simple effects.

To crop the video:

  1. Open Google Photos and find the right video.
  2. Slip the Edit button (pencil icon).
  3. Select the Cut tab.
  4. Move the sliders or use the Manual cropping mode for precise selection of the fragment.
  5. Press Save Copy.

Benefits of Google Photos:

  • 🎬 The ability to crop the middle of a video (unlike a gallery) MIUI).
  • 🌈 Basic filters and color correction are available.
  • ☁️ Automatic backup to the cloud (if enabled).

Disadvantages:

  • πŸ“‰ Strong compression during export (quality may fall by 30-40% for the export market) 4K-video).
  • ⏳ The processing takes longer than in the gallery MIUI.
  • 🚫 No video support with resolution above 1080p.

πŸ’‘

If the video becomes too dark after cropping in Google Photos, try manually enlarging the Exposure option in the Correction section before saving it.

Professional trimming in CapCut and InShot

For users who need advanced features – overlay music, transitions, speed change – CapCut or InShot will be the best choice. Both apps are free (with ads), support 4K And we're going to use the CapCut process, because it's more stable on the Redmi 9 with 4GB of RAM.

Step-by-step instructions for CapCut:

  1. Install CapCut from Google Play (weight) ~150 MB).
  2. Launch the app and tap the new project.
  3. Select the video from the gallery. If the file weighs >1GB, the app will offer to compress it before importing - refuse to lose quality.
  4. On the timeline, select the fragment you want to cut and click Separate (scissors icon).
  5. Remove unnecessary parts by clicking on them and selecting Remove.
  6. Go to Export, select Original resolution and bitrate High.

CapCut vs InShot Comparison for Redmi 9

ParameterCapCutInShot
4K supportβœ… Yes (no watermarks)βœ… Yes (watermark in the free version)
Stability on Redmi 9βœ… It works smoothly.⚠️ Retards during processing 4K
Lossless exportsβœ… Yes (with manual settings)❌ No (always compression)
Additional functionsEffects, key frames, masksTemplates for TikTok, stickers

⚠️ Warning: When working with video longer than 10 minutes in InShot on Redmi 9, you may experience a "Not enough memory" error. Solution: break the video into 5-7 minutes, trim them separately, then combine them using the same InShot or CapCut.

How to remove watermark in InShot for free?
1. After cutting the video, go to Export. 2. At the bottom of the screen tap the inscription No watermark (advertisements will appear). 3. Wait for the end of the video (don't close the ad!). 4. The video will remain without a logo, but with a slight decrease in quality (bitrate will decrease by a small amount of time). ~10%).

Pruning through the file manager (for experienced users)

If you need to cut video quickly without installing additional apps, you can use the Mi File Manager (pre-installed on all Xiaomi), a method that is suitable for tech-savvy users, as it requires manual settings.

Instructions:

  1. Open Files (the folder icon on the desktop).
  2. Find the video, hold your finger on it and select Open with it. β†’ Others.
  3. In the list of applications, find FFmpeg (if not, install it through Google Play).
  4. Enter the command for pruning (example below), replacing the time values with your own.

Example of a command for trimming from the 10th to the 30th second:

ffmpeg -i input.mp4 -ss 00:00:10 -to 00:00:30 -c copy output.mp4

Explanation to the team:

  • -i input.mp4 β€” Source file (replace with your video name).
  • -ss 00:00:10 β€” pruning-time (10 seconds).
  • -to 00:00:30 β€” time-end (30 seconds).
  • -c copy – copying streams without transcoding (preserving quality).
  • output.mp4 β€” output.

Advantages of the method:

  • 🎯 Precise pruning to milliseconds.
  • πŸ“ˆ No loss of quality (when used) -c copy).
  • πŸ› οΈ Support for all formats (MKV, AVI, MOV).

⚠️ Note: If you enter a command with a β€œPermission denied” error, move the video to the Download folder or to the Download folder. SD-The file system MIUI Restricts access to some directories for third-party utilities.

Optimizing video after trimming

Trimming is just the first step, and to make sure that the video takes up less space and loads faster on social media, we recommend optimizing its settings. Here are the key tips for Redmi 9:

  • πŸ“± For Instagram/Stories: Permission 1080Γ—1920 (vertical), bitrate 4–6 Mbit/s, format MP4.
  • 🎡 For TikTok: Permission 1080Γ—1920, length 60 seconds, format MP4 codeced H.264.
  • πŸ’Ύ Reduce bitrate to 2-3 Mbps (quality will not suffer almost).

To optimize, use the Video Compress app (free, no ads).

  1. Import cropped video.
  2. Select the target permission (for example, 720p save space).
  3. Set the bitrate manually (optimally 3 Mbps for Full) HD).
  4. Turn off the option to Improve the quality (it only increases the file size).

Table of recommended settings for social networks:

PlatformPermissionBitreitFormatMax. Duration.
Instagram (post)1080Γ—10804 MbpsMP4 (H.264)60 seconds.
TikTok1080Γ—19206 MbpsMP4 (H.264)180 seconds
YouTube Shorts1080Γ—19208 MbpsMP4 (H.264)60 seconds.
WhatsApp720Γ—12802 MbpsMP4300 seconds

πŸ’‘

For videos that will be viewed on the phone, the optimal bitrate is 3-4 Mbit / s. Higher values will not give a noticeable improvement in quality, but will significantly increase the file size.

Frequent Mistakes and How to Avoid Them

When you crop up videos on Redmi 9, users often face typical problems, and let's look at the most common and ways to solve them:

  • πŸ”„ Video is not saved: Check the free space on the device (needs at least 1 GB to process).If memory is scarce, transfer files to the device SD-map.
  • 🎞️ Artifacts after pruning: This is due to codec incompatibility.Convert video to H.264 before cropping through Video Converter.
  • ⏱️ Long processing: Close all background apps (especially games and instant messengers). 4K, Use CapCut in Quick Export Mode.
  • πŸ”Š Missing sound: 90% of the time it's due to audio track format.In CapCut, go to Audio β†’ Remove the sound, then add it back.

A specific problem for Redmi 9: When you crop up videos shot on the front camera, you can get a green tint. MIUI for a camera with a resolution of 8 MP:

  1. Cut the video to CapCut.
  2. Go to Correction. β†’ Colour.
  3. Reduce the saturation parameter by 10-15%.
Why does the video weigh more than the original?
This happens if you chose a high bitrate when exporting. For example, the original video could be shot at a bitrate of 5 Mbps, and you saved it from 10 Mbps. To avoid this, in CapCut, in the Export section, select the option File Size: Small or manually set the bitrate 10-20% below the original.

Can you cut 4K video on Redmi 9 without losing quality?
Yes, but only through third-party apps like CapCut or KineMaster. Standard Gallery and Google Photos automatically lower the resolution to 1080p. In CapCut, select when exporting: Resolution: Original. Bitrate: High (15–20 Mbps). Format: MP4 (H.264). If the video still loses quality, check if compression is included in the application settings.
How to cut a video if it doesn’t open in a gallery?
If the video is not played or the gallery gives an error, the reasons may be as follows: A damaged file - try to restore it using Video Repair (available on Google Play,.MKV codeced VP9) β€” convert MP4 (H.264). Limitations MIUI β€” Some files are blocked because of security policies. Solution: Move the video to the Movies folder or to the Movies folder. SD-If nothing helps, try opening the video through the map. VLC Player (it supports all formats) and crop it with the built-in editor.
Can I clip the video directly on Telegram or WhatsApp?
No, messengers don't provide tools for cropping. However, you can: on Telegram: send the video as a file (without compression), then download it to your phone and crop it through any application. On WhatsApp: Before sending the video, click on the scissors icon in the upper right corner, but this will only shorten the duration to the messenger limit (not exact cropping).
Why did the video become "twitchy" after it was cut?
This is a typical problem when working with high frame rate videos (60). FPS 120 FPS). Solutions: In CapCut, go to Project Settings and install FPS The video is equal to the original video (check the file properties) if the video was taken at 60 FPS, You crop it in an app that only supports 30. FPS, You can use KineMaster, which is a good way to handle high-end footage. FPS. Convert the video to 30 FPS You can also get a jittery jiggle from a lack of RAM, close all background applications before processing.
How to cut video if the phone has little memory?
If it's less free 1 GB, follow this algorithm: Move the video to SD-Use CapCut in Quick Export mode (it doesn’t save intermediate files temporarily); crop the video in parts (e.g., first half, then second); after cropping, delete the original file or transfer it to the cloud (Google Drive, Mi Cloud). If memory is critically small (<500 MB), crop video on your computer via Shotcut or OpenShot (free editors).