Simon wrote: > Hi There, > > We are putting a watermark on a mp4 video (using transcode) before using > mencoder to process it further (to a m4v file with h264 and aacplus). At the > moment we have this basic command: > > #transcode -i movie.mp4 -o movie_out.mp4 -y ffmpeg -F mpeg4 -J > logo=file=watermark-24bit.png:pos=91x79 > > See the output of running the command below.. but the questions i have are > as follows: > > 1). We are getting this: "Error opening configuration file ./ffmpeg.cfg: No > such file or directory", which i understand that becuase of this, it is > using some sort of default settings? We are really trying to just parse this > thru transcode, add a logo and then get a mp4 back with minimal loss of > quality, so compression is not really high on the adjenda. What would be a > good ffmpef.cfg for this?
[mpeg4] vbitrate = 2400 nr = 10 mbd = 2 cmp = 3 subcmp = 3 dia = 4 v4mv = 1 trell = 1