Hi!
I have hundreds of (720p) mp4s waiting to get a small logo watermarked at the far corner, for the first 10 secs of each file.
I really want to do it in a batch and most importantly - only reencode the area where the watermark would appear.
Also - reencode only the period where the logo is shown (not that important).
As a note, I'd really like to keep the audio track untouched in the process.
What would be the best way to do it?
thanks for the help!![]()
+ Reply to Thread
Results 1 to 6 of 6
-
-
Not possible ; a permanent logo requires re-encoding the entire video dimensions (width and height) .
But if it's only the 1st 10 seconds, you can split the files at the 10 second mark, re-encode that section (for 10 seconds) and append it back to the main video . However it's often tricky to get the joins working properly... Sometimes there are glitches , or it will not append properly , or the split is not at the exact location (at the nearest keyframe)
But it is possible to retain (copy) the original audio
You might be able to do this with a ffmpeg batch script -
I know I'll have to reencode but I've read somewhere that you can encode only a specific area of a frame.
Isn't it so? -
-
thanks for the help BTW
so to encode only the first 10 secs will require a split?
as for the appending risks, will it be wiser to split at a certain keyframe? (close to the 10 secs period) -
Similar Threads
-
help adding logo to video
By abm in forum EditingReplies: 3Last Post: 27th Aug 2012, 11:47 -
Adding logo
By kenryuakuma in forum Newbie / General discussionsReplies: 0Last Post: 4th Nov 2011, 01:49 -
Multiple Mpeg sources per frame without reencoding
By bisonrav in forum Video ConversionReplies: 1Last Post: 17th Sep 2011, 05:28 -
batch add logo to mkv video?
By Pitorasilo in forum EditingReplies: 2Last Post: 3rd Feb 2011, 06:04 -
adding frame by frame supplementary/ancillary infomation
By brenhale in forum ProgrammingReplies: 0Last Post: 14th Mar 2010, 16:23