Is it possible to change where the video file(avi.) starts and end at?
For example: change the start from 00:00:00 to 00:02:12 and the end from 00:23:25 to 00:20:59 without using software to cut it out?
Need to do this on my playlist (400 episodes) so i can watch non-stop without minutes long intros and outros..
thank you![]()
+ Reply to Thread
Results 1 to 8 of 8
-
-
Moving you to our software playing section.
I guess you are using your computer to play? And not any standalone media player? -
That's ok. I don't fully understand your question, though.
I am trying to change where the avi. file starts. Let's say at 02:23 rather then 00:00 -
You can't change where the avi starts without cutting it. You might be able to find a software player that can use some form of playlist to play back only specified segments of an avi file, but I can't name one off the top of my head. Some formats, such as mkv or mp4 do support chapters, and some hardware and software players will use these chapters. Not all will. On a standalone player (e.g. a DVD player that supports avi files, you have very little control. If it is Divx Ultra certified or better then you might be able to author something to give you more control, but it would only work on a very small number of players.
Read my blog here.
-
Any recommended cutting software that is simple and does not change the quality? I don't have much experience on this matter.
-
Depends on the clip. Virtualdub or AVI Demux are simple. Both support smart encoding so you don't re-encode an entire clip when making edits.
Read my blog here.
-
A simple way to do this sort of thing is to use Avisynth.
An example script might look like this:
AviSource("myvid.avi")
Trim(2500, 7500)
This plays frames 2500 to 7500 inclusive of the file "myvid.avi".
For a 25fps video, this would correspond to starting at 01:40 (100 secs) and ending at 05:00 (300 secs).
The script can be played directly by any player that accepts Avisynth scripts (MPC, WMP, ...).
There is no need to re-encode and you still have the original video.
Changing the start and end times is as simple as editing the script in a text editor.
You can even extend this to play sections of different videos in a single script, combining them how you choose and keeping the original quality without ever touching the original files.
Similar Threads
-
Where to start? I'm a amateur photographer and I want to start out in video
By James Wright in forum Newbie / General discussionsReplies: 14Last Post: 3rd Jul 2015, 15:12 -
Recording FLV using real player does not start in some video files
By 1234567 in forum ComputerReplies: 5Last Post: 5th Feb 2012, 17:14 -
Changing aspect ratio of video files in iso so for burning w/ correct a/r
By cinesimon in forum Authoring (DVD)Replies: 6Last Post: 10th May 2011, 03:40 -
Having to reinstall files each start
By SeveralButchersApron in forum ffmpegX general discussionReplies: 9Last Post: 2nd Apr 2009, 19:10 -
Files start having 16 characters in parentheses after their names
By edong in forum ComputerReplies: 0Last Post: 3rd Mar 2008, 02:41