Re: [FFmpeg-user] -enable-debug={level}

トップ ページ

このメッセージに返信
著者: Stefano Sabatini
日付:  
To: ffmpeg-user
題目: Re: [FFmpeg-user] -enable-debug={level}
On date Tuesday 2008-08-19 13:41:56 +0300, Александр К encoded:
> hi, i need debug enabled ffmpeg, but i dont know what level i need
>
> where can i read about this levels, to choose one of them?


--enable-debug=LEVEL sets the debugging level for the compilation command,
that is it will add to it the flag: -g LEVEL.

The meaning of that flag partly depends on the compiler used, for
example check the man page for gcc if you're using that.

Also if you want to debug ffmpeg the tool, it's better to use ffmpeg_g
which contains all the debugging symbols which are stripped away from
ffmpeg (the same is valid for the other tools as well).

Regards.
-- 
ffmpeg-user random tip #21
Create a video from a single image:
ffmpeg -loop_input -f image2 -i image.jpeg -t 20 image-movie.mpeg
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@???
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user