Best way to encoder and whatermark
Posted: Wed Feb 09, 2022 7:21 pm
I have two process separate:
Whatermark
Encode h264
(In monitor is:
)
is it possible to have them in a single process? (Some example , please )
And will this improve speed?
Thanks!!!
Whatermark
Encode h264
(In monitor is:
Code: Select all
c:\windows\system32\cmd.exe /u /c ""C:\FFASTRANS\processors\FFMpeg\x64\ffmpeg.exe" -stats_period 1.2 -nostdin -hide_banner -i "T:\TEMP\20210202-1139-2858-1bb7-d27de0d917e3\20220209-2001-0181-2859-b71f05dd9b63\114-12-8~220209200153401~2000~20191011-101459-695-AC94383267FE~enc_av_mp4.avs" -f lavfi -i aevalsrc=0 -f lavfi -i color=color=black:size=1920x1080 -shortest -map_metadata -1 -map 0:0 -filter_complex "[0:1]pan=1|c0=c0[a1],[0:1]pan=1|c0=c1[a2],[a1][a2]amerge=2,apad[astr1]" -map "[astr1]" -c:a:0 aac -b:a:0 192k -ar:a:0 44100 -vf sidedata=mode=delete,colorspace=fast=1:all=bt709:format=yuv422p:ispace=bt709:itrc=bt709:iprimaries=bt709,fps=25,colorspace=fast=1:iall=bt709:all=bt709:format=yuv420p,setfield=prog,setdar=16/9,setsar=1 -aspect 16:9 -profile:v main -level 2.2 -preset medium -movflags faststart -b:v 8000k -c:v libx264 -r 25 -color_primaries bt709 -color_trc bt709 -colorspace bt709 -color_range tv -field_order progressive -brand mp42 -timecode 00:00:00:00 -max_muxing_queue_size 700 -map_metadata -1 -metadata creation_time=now -y "T:\TEMP\20210202-1139-2858-1bb7-d27de0d917e3\20220209-2001-0181-2859-b71f05dd9b63\114-12-8~220209200156177~2000~20191011-101459-695-AC94383267FE~enc_av_mp4.MP4""
is it possible to have them in a single process? (Some example , please )
And will this improve speed?
Thanks!!!