Gentoo Archives: gentoo-user

From: luis jure <ljc@××××××××××××.uy>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Splitting .mov files
Date: Sat, 26 Apr 2008 21:45:55
Message-Id: 20080426184306.7c6d666d@acme.acmenet
In Reply to: Re: [gentoo-user] Splitting .mov files by Florian Philipp
1 El Sat, 26 Apr 2008 22:06:52 +0200
2 Florian Philipp <lists@f_philipp.fastmail.net> escribió:
3
4 >
5 > mencoder -vf harddup -ovc copy -oac copy -of lavf -lavfopts format=mov
6 > -ss 1:30 -endpos 3:00 -o output.mov input.mov
7 >
8 > explanation:
9 [...]
10 > -ss 1:30 -> skip the first 1 min + 30 sec
11 > -endpos 3:00 -> end input at position 3:00 min of the original film
12 > -o output.mov -> write to output.mov
13 >
14 > This command should result in a file containing a total of
15 > 3:00-1:30=1:30 min of film [...]
16
17 i think this is not entirely correct. according to the manual,
18 "When used in conjunction with −ss option, −endpos time will shift
19 forward by seconds specified with −ss."
20
21 that means that if you want 90 seconds of film, you must use -endpos 90
22 or -endpos 1:30, independently from the time given in -ss. see the
23 example from the man page:
24
25 EXAMPLE:
26 −endpos 56
27 Stop at 56 seconds.
28 −endpos 01:10:00
29 Stop at 1 hour 10 minutes.
30 −ss 10 −endpos 56
31 Stop at 1 minute 6 seconds.
32 ^^^^^^^^^^^^^^^^^^^^^^^^^^
33
34 best,
35
36 lj
37 --
38 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Splitting .mov files Florian Philipp <lists@××××××××××××××××××.net>