Skip to content

Commit 6068827

Browse files
committed
Changing preset to veryfast
1 parent cad7c0b commit 6068827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow/modules/compression.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ process COMPRESS_VIDEO_CRF {
1919

2020
script:
2121
"""
22-
ffmpeg -i ${video_file} -c:v libx264 -pix_fmt yuv420p -preset slow -crf ${crf} -g ${keyframe_interval} -f mp4 ${video_file.baseName}_g${keyframe_interval}_crf${crf}.mp4
22+
ffmpeg -i ${video_file} -c:v libx264 -pix_fmt yuv420p -preset veryfast -crf ${crf} -g ${keyframe_interval} -f mp4 ${video_file.baseName}_g${keyframe_interval}_crf${crf}.mp4
2323
"""
2424
}
2525

0 commit comments

Comments
 (0)