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?

2). Based on the output below, is there anything else we are doing wrong?

Many thanks,

Simon

#transcode -i movie.mp4 -o movie_out.mp4 -y ffmpeg -F mpeg4 -J
logo=file=watermark-24bit.png:pos=91x79
transcode v1.1.0 (C) 2001-2003 Thomas Oestreich, 2003-2009 Transcode Team
[h264 @ 0xb710e610]brainfart cropping not supported, this could look
slightly wrong ...
[h264 @ 0xb70ed610]brainfart cropping not supported, this could look
slightly wrong ...
[transcode] V: auto-probing     | movie.mp4 (OK)
[transcode] V: import format    | (null) in QuickTime (module=mov)
[transcode] A: auto-probing     | movie.mp4 (OK)
[transcode] A: import format    | PCM in QuickTime (module=mov)
[transcode] V: AV demux/sync    | (1) sync AV at initial MPEG sequence
[transcode] V: import frame     | 406x228  1.78:1  encoded @ UNKNOWN
[transcode] V: bits/pixel       | 0.778
[transcode] V: decoding fps,frc | 25.000,3
[transcode] V: video format     | YUV420 (4:2:0) aka I420
[transcode] A: import format    | 0x1     PCM          [44100,16,2]
[transcode] A: export format    | 0x55    MPEG ES Layer 3 [44100,16,2]  128
kbps
[transcode] V: export format    | unknown (module dependant)
[transcode] V: encoding fps,frc | 25.000,3
[transcode] A: bytes per frame  | 7056 (7056.000000)
[transcode] A: adjustment       | 0...@1000
[transcode] V: IA32/AMD64 accel | sse3 sse2 sse mmx cmove asm
[transcode] V: video buffer     | 10 @ 406x228 [0x2]
[transcode] A: audio buffer     | 10 @ 44100x2x16
[import_mov.so] v0.1.3 (2005-12-04) (video) * | (audio) *
[filter_logo.so] options=file=watermark-24bit.png:pos=91x79
[filter_logo.so] v0.10 (2003-10-16) render image in videostream
[export_ffmpeg.so] v0.3.18 (2008-11-29) (video) Lavc51.58.0 | (audio)
MPEG/AC3/PCM
[h264 @ 0xa5502610]brainfart cropping not supported, this could look
slightly wrong ...
[import_mov.so] codec=mp4a, rate=44100 Hz, bits=16, channels=2,
samples=800280
[h264 @ 0xa5502610]brainfart cropping not supported, this could look
slightly wrong ...
[import_mov.so] VIDEO: codec=avc1, fps=25.000, width=406, height=228,
frames=450
[export_ffmpeg.so] Using FFMPEG codec 'mpeg4' (FourCC 'DIVX', MPEG4
compliant video).
[export_ffmpeg.so] No profile selected
[export_ffmpeg.so] warning: Error opening configuration file ./ffmpeg.cfg:
No such file or directory
[export_ffmpeg.so] Starting 1 thread(s)
[export_ffmpeg.so] Set display aspect ratio to input
[mpeg4 @ 0xa5502610]removing common factors from framerate
[export_ffmpeg.so] warning: Usage of this module for audio encoding is
deprecated.
[export_ffmpeg.so] warning: Consider switch to export_tcaud module.
[transcode] Audio: using lame-3.98.2
[h264 @ 0xa5502610]AVC: Consumed only 11414 bytes instead of 11419
[decoder.c] cancelling the import threads 0:00:17,  (15| 0| 5)
[transcode] encoded 450 frames (0 dropped, 0 cloned), clip length  18.00 s

Reply via email to