Hey need a video editor or a program to cut videos

You can get Filmora pro version 9 for free and cracked.. search youtube tutorials.. goodluck
 
  1. Avidemux. Avidemux is a free open-source video editing program for Windows, Mac OS X and Linux. ...
  2. Lightworks. This also you can try for video editing or cutter tool. ...
 
You can use this code with ffmpeg

Code:
ffmpeg -i input.mp4 -c copy -map 0 -segment_time 00:01:00 -f segment output%03d.mp4

Let say you have a 1 hour video and you want to split it in many parts, ps 1 min on each part. Ffmpeg with that code will split your video in 60 parts in just few seconds.
You also can do it on bulk to target a specific folder and it will do the same for all videos on that folder.

Or if you want you can split specific duration of video by using this code:
Code:
ffmpeg -i input.mp4 -ss 00:10:00 -to 00:12:00 -c copy output.mp4
can you give me the code to do a 5-10 second deletion of every part in the video, and it happens once every 15 seconds?
 
hey i need a video editor or a program to auto cut a full video as i chosse lets say from 7 sec to 9 sec or something like that but to do it auto , ive searched everywhere on google but cant come across one , does anyone has any ideea if something like this exists ?
Ffmpeg is my first choice
Lightweight and quick
 
hey i need a video editor or a program to auto cut a full video as i chosse lets say from 7 sec to 9 sec or something like that but to do it auto , ive searched everywhere on google but cant come across one , does anyone has any ideea if something like this exists ?
i can edit vedios for you, np
 
is there a code to delete a 2 minute video part automatically every 5 minutes, and automatically becomes 1 video output
You can use this code with ffmpeg

Code:
ffmpeg -i input.mp4 -c copy -map 0 -segment_time 00:01:00 -f segment output%03d.mp4

Let say you have a 1 hour video and you want to split it in many parts, ps 1 min on each part. Ffmpeg with that code will split your video in 60 parts in just few seconds.
You also can do it on bulk to target a specific folder and it will do the same for all videos on that folder.

Or if you want you can split specific duration of video by using this code:
Code:
ffmpeg -i input.mp4 -ss 00:10:00 -to 00:12:00 -c copy output.mp4
 
ffmpeg is the best choice here
 
if you need any further help regarding video editing and all things media related, i'm your man and because i'm a student i can price my work fairly competitively. just shoot me a pm and tell me what you would need and depending on the size of the project it can be delivered within 1-2 days. if its just a small job, same day delivery is possible.
 
I'd learn Adobe Premier, if I were you - it'll take slightly longer to master, than single use tools, but will benefit you way more in the long run.
 
If you have an old windows 7 pc running (like me) windows movie maker - the free one - works great.
If not, get ShotCut, it is an open source film and audio editor.
Audacity is you go to for pure audio fixing.
OBS is great for all capture needs too.

If you pay for anything like this you are stupid... Just warning you a sucker is born every minute - don't be the sucker!
 
Back
Top