Audio/video stream recording forums
Free Tutorials: How to Capture Streaming Video/Audio Step by Step |
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Any command line tools for splitting video files?By video files,i mean wmv,avi,mpg,mp4,mov,etc
all those common video formats |
|
#2
|
|||
|
|||
Re: Any command line tools for splitting video files?Well,
If you are comfortable with using the command line, FFmpeg will do this for you. Your command might look something like this: Code:
ffmpeg -i input.mpg -ss 00:00:10 -t 00:00:30 out1.mpg -t is the length of time in hh:mm:ss of your new segment. So, in the above example, you're starting 10 seconds in from the beginning of the original file and ending 30 seconds later. If you want to create multiple parts in one pass then the following should work: Code:
ffmpeg -i input.mpg -ss 00:00:10 -t 00:00:30 out1.mpg -ss 00:00:35 -t 00:00:30 out2.mpg If you want some other NON-command line options, let me know and I can recomend a few..this is the only one of this type I know of. |
|
#3
|
|||
|
|||
Re: Any command line tools for splitting video files?thanks for your response
![]() |
|
#4
|
|||
|
|||
Re: Any command line tools for splitting video files? |
|
| Tags: avi, command line, mp4, mpg, splitting, splitting video, splitting videos, wmv |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can AVS video converter convert an entire folder of .wmv files to .avi or .mp4? | med007 | Converting audio/video files | 1 | 01-23-2008 06:33 AM |
| Cutting parts/removing TV ads from DVD, MPEG 1,2,4 video files without re-encoding | Stream Recorder | Editing audio/video files | 1 | 12-24-2006 03:12 AM |
| AVS Video Editor - video editing software for editing almost any video files | Stream Recorder | Editing audio/video files | 1 | 12-22-2006 12:26 AM |
| DVD and other video files to iPod,PSP,MP4.3GP Converter | Bill365 | Converting audio/video files | 1 | 12-05-2006 12:18 PM |
| Split Camera - freeware virtual video clone and split video capture driver | splitcam2008 | Webcam recording | 0 | 06-15-2006 06:44 PM |