Hi, quick question, how can I disable the progress info. Ie, of all the following debug information, I only want to disable the last one:
[export_ffmpeg.so] Using FFMPEG codec 'mpeg2video' (FourCC 'mpg2', MPEG2 compliant video). [export_ffmpeg.so]: INFO: Selected dvd profile, general video type for video [export_ffmpeg.so]: WARNING: Interlacing parameters unknown, select video type with profile [export_ffmpeg.so]: INFO: Set interlacing to unknown [export_ffmpeg.so]: INFO: Set frame rate to unknown [export_ffmpeg.so]: INFO: Set video bitrate to 5000 [export_ffmpeg.so]: INFO: Set GOP size to 15 tc_memcpy: using sse for memcpy [export_ffmpeg.so] Reading configuration from '/home/tong/.transcode/ffmpeg.cfg' [export_ffmpeg.so] Reading config section 'mpeg2video' from '/home/tong/.transcode/ffmpeg.cfg' [export_ffmpeg.so] Option 'lmax' has a value that is too high (10000.000000 > 255.000000). [export_ffmpeg.so] Option 'ibias' has a value that is too high (999999 > 512). [export_ffmpeg.so] Option 'pbias' has a value that is too high (999999 > 512). [export_ffmpeg.so]: INFO: Starting 1 thread(s) [export_ffmpeg.so]: INFO: Display aspect ratio calculated as 1.333333 [export_ffmpeg.so]: INFO: Sample aspect ratio calculated as 1.090909 [mpeg2video @ 0xb5143808]removing common factors from framerate [export_ffmpeg.so]: INFO: Selected dvd profile for audio [export_ffmpeg.so]: INFO: Resampling filter inactive [mpeg2video @ 0xb5143808]rc buffer underflow encoding frames [000000-126532], 21.37 fps, EMT: 1:24:21, ( 7| 1| 0) I was looking at the "-q debuglevel" switch, but wasn't able to figure it out: possible values for debuglevel: 0 QUIET 1 INFO 2 DEBUG 4 STATS 8 WATCH 16 FLIST 32 VIDCORE Please help. thanks