получившееся у меня
Код:
ffmpeg -i 1280-704.mov -vf "pad=1280:720:(ow-iw)/2:(oh-ih)/2" -c:v libx264 -c:v:rawvideo -f nut pipe: | ffmpeg -f nut -i pipe:0 -filter_complex "delogo=x=102:y=514:w=110:h=514" -c:v libx264 -crf 21 -c:a copy out.mp4
ругается на
Код:
[NULL @ 00000000028400c0] Unable to find a suitable output format for 'nut'
nut: Invalid argument
[nut @ 00000000005aba80] No main startcode found.
pipe:0: Invalid data found when processing input
И кирдык...