More precise encoding report in the expert window

Bug report and feature request
Post Reply
kawamoto76
Advanced
Advanced
Posts: 480
Joined: Sun Dec 14, 2008 4:52 pm
Location: JAPAN

More precise encoding report in the expert window

Post by kawamoto76 » Wed Apr 06, 2011 11:40 pm

I want that the expert windows log will report more precisely, otherwise I can not know what happened.

A expert window log is shown below.
This is when a conversion(from TS(mpeg2-aac) to .m2ts(H.264/ac3)) terminated on the way.

The 8th line "Encoder terminated unexpectedly." does not report Encoder's name, then I can not know which was terminated, x264 or ffmpeg.
The 9th line "encoding thread to exit" may report ffmpeg would terminate, but not described explicitly.
The 10th line "Waiting for process to terminate" does not report explicitly what process had been waited to terminate.


*************************************************************************************
[04-06 21:12:59] Initialized
[04-06 21:13:03] Scanning plugins
[04-06 21:14:21] Start transcoding job for E:\xxxxxxxx.ts
[04-06 21:14:21] FFmpeg loaded
[04-06 21:14:22] x264 loaded
[04-06 21:14:22] Starting encoder (x264)
[04-06 21:14:22] Starting encoder (FFmpeg)
[04-06 21:15:02] Encoder terminated unexpectedly.
[04-06 21:15:24] Audio buffer underflow, decoding thread blocked, encoding thread to exit. [AudioEncodeThread]
[04-06 21:15:24] Waiting for process to terminate
[04-06 21:15:24] x264 unloaded
[04-06 21:15:24] FFmpeg unloaded
[04-06 21:15:25] Finished transcoding job for E:\xxxxxxxx.ts
**********************************************************************
Akira Kawamoto

Post Reply