我正在使用最新的測試版本,遇到一個奇怪的結果:轉換後的檔案都是 0 位元組。日誌並沒有明確列出轉換失敗,但給我的最終檔案卻沒有影片。
Supernatural S15E04 20191107 [20191108-0100].mpg-rawedl-2019-11-10T08-43-46.4181141-05-00.log (2.7 MB)
我切換到 2.5.1 穩定版後,似乎就沒有這個 bug 了,原因不明。
2.5.1 穩定版目前看來運作良好,除了一個節目出現問題——那是《Talking Dead》的現場直播。這次日誌在歷史記錄中標示為錯誤,但仍輸出一個 0 位元組的檔案。我已設定重新錄製這一集,看看能否成功轉換。
您的转换后文件为800MB:
MCEBuddy.Engine.ConversionJob → Finished writing metadata, file size [KB] 816,418.00
似乎是Windows在将转换后的文件复制到您的网络目标位置时失败,它似乎会尝试复制文件然后失败。MCEBuddy在复制前会检查是否存在重复文件,但Windows却报告没有,随后出现以下错误:
MCEBuddy.Engine.ConversionJob → Moving converted file C:\Users\riopa\Videos\temp\working1\Supernatural S15E04 20191107 [20191108-0100].mpg to \DS214PLAY\Uploads\Lumia 925 Converted Files\EDL\Supernatural S15E04 20191107 [20191108-0100].mpg
ERROR → Unable to move file C:\Users\riopa\Videos\temp\working1\Supernatural S15E04 20191107 [20191108-0100].mpg to \DS214PLAY\Uploads\Lumia 925 Converted Files\EDL
Error :System.IO.IOException: The file exists.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
at MCEBuddy.Util.FileIO.MoveAndInheritPermissions(String source, String destination, Boolean overwriteDestination)
at MCEBuddy.Engine.ConversionJob.MoveConvertedFile(String subDestinationPath, Log jobLog)
ERROR> 2019-11-10T09:37:21 MCEBuddy.Engine.ConversionJob → Moving converted file to destination failed
是的。我不确定是 MCEBuddy 导致的,还是 Windows 本身的问题。看起来如果同时传输的文件太多,Windows 就会在文件传输时卡住。我会把并发转换数从当前的 4 个降到 2 个。