Update comment
This commit is contained in:
parent
dfb2382344
commit
6028f203e1
|
@ -72,7 +72,7 @@ current_piece.end = all_frames[all_frames.length - 1];
|
||||||
|
|
||||||
pieces.push(current_piece);
|
pieces.push(current_piece);
|
||||||
|
|
||||||
// discarding this as using a filter requires reencoding the entire video:
|
// this approach is using a filter, so it requires reencoding the entire video, but lets us be very precise:
|
||||||
const filter = pieces
|
const filter = pieces
|
||||||
.map(
|
.map(
|
||||||
({ start, end }) =>
|
({ start, end }) =>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user