Video Editing

Dragon Drop

Member
Member
Messages
347
I need to "crop" an MP4 video file, i.e. pick out one part just a few minutes long from the middle of it and remove the parts before and after.
Does anyone know of any good software for that purpose -- either free or inexpensive?
 

My Computer

System One

  • OS
    64-bit Windows 8
    System Manufacturer/Model
    HP 23-D030
An update ...... I find that Windows Live Movie Maker can do the cropping, but it can only save the result as a "*.wmv" file,
which is no good for my purpose since I want to burn it to a DVD so that any DVD player can read it.
I'm trying to find ways to convert a file from "wmv" to "mp4", but no success there.
So I have to find some software that will edit an mp4 video and then save it with the changes, but still as an mp4.
If anyone knows of any such software, please let me know.
 

My Computer

System One

  • OS
    64-bit Windows 8
    System Manufacturer/Model
    HP 23-D030
From the command line the free open source FFmpeg can do that. To crop from 1 minute 30 seconds in to 2 minutes in, use...

FFmpeg -i Input.mp4 -ss 1:30 -to 2:00 output.mp4


Download the Windows executables here:
 

My Computer

System One

  • OS
    8.1
    System Manufacturer/Model
    Hyper-V
An update ...... I find that Windows Live Movie Maker can do the cropping, but it can only save the result as a "*.wmv" file...
FFmpeg can convert that for you with the command line:

FFmpeg -i input.wmv output.mp4

There are also online converters available, or ones to download such as FreeMake.

 
Last edited:

My Computer

System One

  • OS
    8.1
    System Manufacturer/Model
    Hyper-V
Thanks, I'll try it.
But what I really need is a program that can edit and save as mp4 so I don't have to convert. There must be one somewhere out there, and I'll find it sooner or later!
 

My Computer

System One

  • OS
    64-bit Windows 8
    System Manufacturer/Model
    HP 23-D030
...what I really need is a program that can edit and save as mp4...
I'm told by others that Shotcut is a good alternative to Movie Maker.

 

My Computer

System One

  • OS
    8.1
    System Manufacturer/Model
    Hyper-V

My Computer

System One

  • OS
    Windows 8.1 Professional x64
    Computer type
    PC/Desktop
    CPU
    i7 3770 (non K) @ 4.45 GHZ / Ryzen 5 3600
    Motherboard
    MSI Z77 / MSI B450
    Memory
    16GB DDR3 / 16GB DDR4
    Graphics Card(s)
    GTX 1050 Ti / GTX 970
    Screen Resolution
    x2 1920x1080
    Internet Speed
    10 Mb/s Down | 2Mb/s Up
    Browser
    Google Chrome 109
    Antivirus
    No
    Other Info
    No Windows Update/Windows Defender
Just use movavi. It supports 8 and it can do the crop of course. I wouldn't recommend it if it didn't. And it has a ton of simple guides, here's a good example www.movavi.com/support/how-to/how-to-blur-video.html . The software is fast and you can do some good tricks with it.
 

My Computer

System One

  • OS
    8 64
    Computer type
    PC/Desktop
    CPU
    ryzen 5600g
    Motherboard
    GIGABYTE X570S
    Memory
    SSD
    Graphics Card(s)
    rx 5700 xt
    Browser
    Edge
    Antivirus
    avira
I recommend FFmpeg or Movavi for doing this. There are like tons of online converters but if you have the time and resources I would suggest to try this on your own using any of these tools.
 

My Computer

System One

  • OS
    Windows 7
    Computer type
    PC/Desktop
    Browser
    Firefox
    Antivirus
    Kaspersky
Back
Top