Skip to content

Commit a532846

Browse files
authored
Fix GIF filename generation
GIF filename incluced `videoCocecOptions` (e.g. `-pix_fmt yuv420p -movflags +faststart -filter:v crop=\'floor(in_w/2)*2:floor(in_h/2)*2\' `) Do not include this param in the filename
1 parent 7c065c4 commit a532846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/Transcode.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class Transcode extends Component
5757
'sharpen',
5858
'synchronous',
5959
'stripMetadata',
60+
'videoCodecOptions',
6061
];
6162

6263
// Mappings for getFileInfo() summary values

0 commit comments

Comments
 (0)