[FFmpeg-user] removing logo
Moritz Barsnick
barsnick at gmx.net
Sat Feb 7 22:13:00 CET 2015
On Sat, Feb 07, 2015 at 18:08:13 +0000, Eng.Hany Ahmed wrote:
> this is helpful with transcoding the movie thank you very much for care and help but how i can use this with copy method because it's not workThe code line i using nice -n 8 ffmpeg -i "tesmov.mp4" -map 0 -vcodec copy -scodec copy -acodec aac -ab 128k -strict experimental -vf "delogo=x=1684:y=106:w=150:h=50:t=4:show=0" -f flv out.flvanother thing if i have moving area " like nudity " can i remove with tracing the area ?Thanks again
Again, once more:
You cannot copy a stream while at the same time trying to change the
content. To copy means to preserve content and encoding.
In other words:
To change the picture, e.g. for delogo-ing, just MUST reencode. Period.
Moritz
More information about the ffmpeg-user
mailing list