RandomEngy / VidCoder

A Blu-ray, DVD and video file transcoder for Windows.
http://vidcoder.net
GNU General Public License v2.0
693 stars 42 forks source link

Vidcoder just hangs at 0.2% converting DVD to MKV #944

Open Kwongmanlung opened 2 years ago

Kwongmanlung commented 2 years ago

I saw a post where RandomEngy asked the user to see if unchecking 'Use Worker Process to Encode' helped, and doing so seems to have solved my problem. Does this suggest what is wrong with my computer?

thanks

RandomEngy commented 2 years ago

Without details I can't tell you what is going wrong. You could post an encode log to see if anything in the logs indicates an issue. But I have come across issues in the past with software that interferes with the inter-process communication.

Are you able to encode anything at all or is the issue just with DVDs converting to MKV?

Kwongmanlung commented 2 years ago

Thank you for the reply. I turned 'Use Worker Process to Encode' back on and it is no longer hanging like before, but I found the log files. Even after the dvd is read to show chapters, etc, I see reference to the source (Synology NAS) not accessible:
[18:54:49] Starting Task: Encoding Pass [18:54:49] Skipping crop/scale filter [18:54:49] work: track 1, dithering not supported by codec [18:54:49] job configuration: [18:54:49] source [18:54:49] + \Synology412\Video_Unprocessed\Dave Holland Quartet - 1974-07-25 - Antibes Juan-les-Pins (DVD)\VIDEO_TS [18:54:49] + title 1, chapter(s) 1 to 2 [18:54:49] destination [18:54:49] + \Synology412\Video_Unprocessed\Dave Holland Quartet - 1974-07-25 - Antibes Juan-les-Pins (DVD)\Dave Holland Quartet - 1974-07-25 - Antibes Juan-les-Pins (DVD).part.mkv [18:54:49] + container: Matroska (libavformat) [18:54:49] + chapter markers [18:54:49] video track [18:54:49] + decoder: mpeg2video 8-bit (yuv420p) [18:54:49] + bitrate 200 kbps [18:54:49] + filters [18:54:49] + Comb Detect (mode=3:spatial-metric=2:motion-thresh=1:spatial-thresh=1:filter-mode=2:block-thresh=40:block-width=16:block-height=16) [18:54:49] + Decomb (mode=39) [18:54:49] + Framerate Shaper (mode=2:rate=27000000/1080000) [18:54:49] + frame rate: 25.000 fps -> peak rate limited to 25.000 fps [18:54:49] + Output geometry [18:54:49] + storage dimensions: 720 x 576 [18:54:49] + pixel aspect ratio: 16 : 15 [18:54:49] + display dimensions: 768 x 576 [18:54:49] + encoder: H.264 (libx264) [18:54:49] + preset: medium [18:54:49] + profile: main [18:54:49] + level: 3.1 [18:54:49] + quality: 20.00 (RF) [18:54:49] + color profile: 5-5-5 [18:54:49] audio track 1 [18:54:49] + decoder: Unknown (AC3) (2.0 ch) (384 kbps) (track 1, id 0x80bd) [18:54:49] + bitrate: 384 kbps, samplerate: 48000 Hz [18:54:49] + mixdown: Stereo [18:54:49] + encoder: AAC (libavcodec) [18:54:49] + bitrate: 384 kbps, samplerate: 48000 Hz libdvdread: Could not open input: libdvdread: Can't open \Synology412\Video_Unprocessed\Dave Holland Quartet - 1974-07-25 - Antibes Juan-les-Pins (DVD)\VIDEO_TS for reading libdvdread: Device \Synology412\Video_Unprocessed\Dave Holland Quartet - 1974-07-25 - Antibes Juan-les-Pins (DVD)\VIDEO_TS inaccessible, CSS authentication not available. libdvdread: Zero check failed in src/ifo_read.c:567 for vmgi_mat->zero_3 : 0x00000000010000000000000000000000000000 libdvdnav: Unable to open device file \Synology412\Video_Unprocessed\Dave Holland Quartet - 1974-07-25 - Antibes Juan-les-Pins (DVD)\VIDEO_TS. libdvdread: Could not open input: libdvdread: Can't open \Synology412\Video_Unprocessed\Dave Holland Quartet - 1974-07-25 - Antibes Juan-les-Pins (DVD)\VIDEO_TS for reading libdvdread: Device \Synology412\Video_Unprocessed\Dave Holland Quartet - 1974-07-25 - Antibes Juan-les-Pins (DVD)\VIDEO_TS inaccessible, CSS authentication not available. libdvdread: Zero check failed in src/ifo_read.c:567 for vmgi_mat->zero_3 : 0x00000000010000000000000000000000000000 [18:54:49] sync: expecting 39372 video frames [18:54:49] encx264: encoding at constant RF 20.000000 [18:54:49] encx264: unparsed options: level=3.1:8x8dct=0:vbv-bufsize=14000:vbv-maxrate=14000 x264 [info]: using SAR=16/15 x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 x264 [info]: profile Main, level 3.1, 4:2:0, 8-bit [18:54:49] sync: first pts video is 0 [18:54:49] sync: first pts audio 0x80bd is 0 [18:54:49] sync: "Chapter 1" (1) at frame 3 time 7200 [18:56:54] work: average encoding speed for job is 0.000000 fps [18:56:54] comb detect: heavy 4 | light 55 | uncombed 217 | total 276 [18:56:54] decomb: deinterlaced 4 | blended 55 | unfiltered 213 | total 272 [18:56:55] vfr: 268 frames output, 0 dropped and 0 duped for CFR/PFR [18:56:55] vfr: lost time: 0 (0 frames) [18:56:55] vfr: gained time: 0 (0 frames) (0 not accounted for)

After it hangs, I use task manager to kill the process, since clicking the 'x' or stopping application in the tool bar doesn't work.

RandomEngy commented 2 years ago

Hmm, if it's a problem with the source not being accessible, it might not have to do with whether we are using the worker process or not.