<br><br>----- 原始邮件 -----<br>发件人:Rafaël_Carré <funman@videolan.org><br>收件人:Mailing list for VLC media player developers <vlc-devel@videolan.org><br>主题:Re: [vlc-devel] how to output ffmpeg message in vlc<br>日期:2012年03月20日 11点15分<br><br>Le 2012-03-19 23:13, haibin_shen@sina.com a écrit :<br>> <br>> <br>> Hi, everyone, <br>> I'm working on enable dxva2 on windows, and I need get ffmpeg's debug <br>> message. but I can't get them in vlc logger window or message dialog, I <br>> just get vlc's debug message. I have tried to add "--enable-debug <br>> --disable-optimizations" in vlc configure, and add "--enable-debug=3" in<br>>  ffmpeg's configure, but it doesn't work, I only get vlc's debug messge.<br>>  <br>> anybody can give me any suggestion on how to get ffmepg's debug log? thanks a lots.<br>> <br>> best regards,<br>ffmpeg messages go to stderr, not sure what happens on Windows.<br>try vlc --ffmpeg-debug option?<br>_______________________________________________<br>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br>http://mailman.videolan.org/listinfo/vlc-devel<br><br><br><br>thanks for your sugguestion. actually I have tried this way. my test steps are:<br>1. cross compile vlc and all contrib on ubuntun for windows. make package-win-common. vlc-2.1.0<br>2. copy vlc-2.1.0-git to win7.<br>3. run vlc in command console, like: vlc --ffmpeg-debug=3 test.avi. it will pop up a vlc player windows, but command console there aren't debug message. <br>and I have tried to run vlc -vvv, open logger interface in vlc player, in the logger windows can get vlc message, not ffmpeg log.<br><br>best regards,<br><br>