FFmpegCommand icon indicating copy to clipboard operation
FFmpegCommand copied to clipboard

FFmpeg - combine 2 commands Mirror video and Watermark

Open yanghuabang05 opened this issue 2 years ago • 0 comments

Mirror video ffmpeg -i $srcFile -vf hflip $targetFile Watermark the mirrored video ffmpeg -i $srcFile -i $waterMark

yanghuabang05 avatar Jun 24 '22 08:06 yanghuabang05