File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,13 @@ <h2>Fast FFmpeg Cutter (Preview)</h2>
84
84
< div v-if ="bars.time " class ="button-bar " title ="Preview time ">
85
85
< a href ="# " v-on:click ="navigateTo(0) " class ="time " title ="Go to start "> 0:00</ a >
86
86
< button v-on:click ="move(-period) " title ="Move backward one period "> < i class ="fas fa-backward "> </ i > </ button >
87
- < button v-on:click ="move(-60) " title ="Move backward one minute "> < i class ="fas fa-fast-backward "> </ i > </ button >
87
+ < button v-on:click ="move(-60) " title ="Move backward one minute "> -1mn</ button >
88
+ < button v-on:click ="move(-10) " title ="Move backward ten seconds "> -10s</ button >
88
89
< button v-on:click ="move(-step) " title ="Move backward one step "> < i class ="fas fa-step-backward "> </ i > </ button >
89
90
< input type ="text " v-model ="timeHMS " class ="time " title ="Preview time " />
90
91
< button v-on:click ="move(step) " title ="Move forward one step "> < i class ="fas fa-step-forward "> </ i > </ button >
91
- < button v-on:click ="move(60) " title ="Move forward one minute "> < i class ="fas fa-fast-forward "> </ i > </ button >
92
+ < button v-on:click ="move(10) " title ="Move forward ten seconds "> +10s</ button >
93
+ < button v-on:click ="move(60) " title ="Move forward one minute "> +1mn</ button >
92
94
< button v-on:click ="move(period) " title ="Move forward one period "> < i class ="fas fa-forward "> </ i > </ button >
93
95
< a href ="# " v-on:click ="navigateTo(duration) " class ="time " title ="Go to end "> {{ formatHMS(duration) }}</ a >
94
96
</ div >
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ var vm = new Vue({
16
16
aspectRatio : 0 ,
17
17
bars : {
18
18
nav : true ,
19
- time : false ,
19
+ time : true ,
20
20
cut : true ,
21
- bsearch : false ,
21
+ bsearch : true ,
22
22
project : false
23
23
} ,
24
24
step : 1 ,
You can’t perform that action at this time.
0 commit comments