You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.e.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@
12
12
13
13
### Latest Update(s)
14
14
15
+
#### Release v1.7.3
16
+
17
+
* Now able to split video into multiple segments. Details in [\#16](https://github.com/suntong/ffcvt/issues/16)
18
+
15
19
#### Release v1.7.2
16
20
17
21
* Able to [choose streams by language, instead of streams index. ](https://github.com/suntong/ffcvt/commit/f649609356ef06d22d17d6dbe3f89b945cf18643)Details in [\#9](https://github.com/suntong/ffcvt/issues/9)
* Now able to split video into multiple segments. Details in [\#16](https://github.com/suntong/ffcvt/issues/16)
36
+
32
37
#### Release v1.7.2
33
38
34
39
* Able to [choose streams by language, instead of streams index. ](https://github.com/suntong/ffcvt/commit/f649609356ef06d22d17d6dbe3f89b945cf18643)Details in [\#9](https://github.com/suntong/ffcvt/issues/9)
@@ -107,8 +112,9 @@ Flags:
107
112
-an no audio, output video only (FFCVT_AN)
108
113
-vn no video, output audio only (FFCVT_VN)
109
114
-vss video: same size (FFCVT_VSS)
110
-
-C Cut segment(s) out to keep. Specify in the form of start-[end],
111
-
strictly in the format of hh:mm:ss, and may repeat (FFCVT_C)
115
+
-C,Cut Cut segment(s) out to keep. Specify in the form of start-[end],
116
+
strictly in the format of hh:mm:ss, and may repeat (FFCVT_C,CUT)
117
+
-S,Seg Split video into multiple segments (strictly in format: hh:mm:ss) (FFCVT_S,SEG)
112
118
-lang language selection for audio stream extraction (FFCVT_LANG)
113
119
-sel subtitle encoding language (language picked for reencoded video) (FFCVT_SEL)
114
120
-o more options that will pass to ffmpeg program (FFCVT_O)
@@ -130,6 +136,13 @@ Details:
130
136
-C value
131
137
Cut segment(s) out to keep. Specify in the form of start-[end],
132
138
strictly in the format of hh:mm:ss, and may repeat
139
+
-Cut value
140
+
Cut segment(s) out to keep. Specify in the form of start-[end],
141
+
strictly in the format of hh:mm:ss, and may repeat
142
+
-S string
143
+
Split video into multiple segments (strictly in format: hh:mm:ss)
144
+
-Seg string
145
+
Split video into multiple segments (strictly in format: hh:mm:ss)
0 commit comments