VidCoder icon indicating copy to clipboard operation
VidCoder copied to clipboard

Vidcoder is terminated immediately after the video has been read in.

Open immerzu opened this issue 1 year ago • 1 comments

Problem Description

Vidcoder is terminated immediately after the video has been read in.

What version of VidCoder are you running?

Beta 11.8 Portable

Encode Log

VC [06:58:32] VidCoder Beta 11.8
VC [06:58:32] Starting scan: E:\Downloads\!rar\Rathenow.mp4
HB [06:58:32] CPU: AMD Ryzen 9 7945HX with Radeon Graphics
HB [06:58:32]  - logical processor count: 32
HB [06:58:32] Intel Quick Sync Video support: no
HB [06:58:32] hb_scan: path=E:\Downloads\!rar\Rathenow.mp4, title_index=0
HB Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'E:\Downloads\!rar\Rathenow.mp4':
HB   Metadata:
HB     major_brand     : isom
HB     minor_version   : 512
HB     compatible_brands: isomiso2avc1mp41
HB     artist          : Beobachter Live
HB     date            : 2024
HB     encoder         : Lavf58.39.101
HB   Duration: 00:14:41.82, start: 0.000000, bitrate: 1106 kb/s
HB   Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 970 kb/s, 30 fps, 30 tbr, 15360 tbn (default)
HB       Metadata:
HB         handler_name    : ISO Media file produced by Google Inc.
HB         vendor_id       : [0][0][0][0]
HB   Stream #0:1[0x2](eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)
HB       Metadata:
HB         handler_name    : ISO Media file produced by Google Inc.
HB         vendor_id       : [0][0][0][0]
HB [06:58:32] scan: decoding previews for title 1
HB [06:58:32] scan: audio 0x1: aac, rate=44100Hz, bitrate=127999 English (AAC LC, 2.0 ch, 127 kbps)
HB [06:58:32] using container PAR 1:1
HB [06:58:32] scan: 10 previews, 1280x720, 30.000 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1, color profile: 1-1-1, chroma location: left
HB [06:58:32] libhb: scan thread found 1 valid title(s)
VC [06:58:32] Titles JSON:
{
    "MainFeature": 0,
    "TitleList": [
        {
            "AngleCount": 1,
            "AudioList": [
                {
                    "Attributes": {
                        "AltCommentary": false,
                        "Commentary": false,
                        "Default": true,
                        "Normal": false,
                        "Secondary": false,
                        "VisuallyImpaired": false
                    },
                    "BitRate": 127999,
                    "ChannelCount": 2,
                    "ChannelLayout": 3,
                    "ChannelLayoutName": "stereo",
                    "Codec": 65536,
                    "CodecName": "aac",
                    "CodecParam": 86018,
                    "Description": "English (AAC LC, 2.0 ch, 127 kbps)",
                    "LFECount": 0,
                    "Language": "English",
                    "LanguageCode": "eng",
                    "SampleRate": 44100,
                    "TrackNumber": 1
                }
            ],
            "ChapterList": [
                {
                    "Duration": {
                        "Hours": 0,
                        "Minutes": 14,
                        "Seconds": 41,
                        "Ticks": 79364179
                    },
                    "Name": ""
                }
            ],
            "Color": {
                "BitDepth": 8,
                "ChromaLocation": 1,
                "ChromaSubsampling": "4:2:0",
                "Format": 0,
                "Matrix": 1,
                "Primary": 1,
                "Range": 1,
                "Transfer": 1
            },
            "Container": "mov,mp4,m4a,3gp,3g2,mj2",
            "Crop": [
                0,
                0,
                0,
                0
            ],
            "Duration": {
                "Hours": 0,
                "Minutes": 14,
                "Seconds": 41,
                "Ticks": 79364179
            },
            "FrameRate": {
                "Den": 900000,
                "Num": 27000000
            },
            "Geometry": {
                "Height": 720,
                "PAR": {
                    "Den": 1,
                    "Num": 1
                },
                "Width": 1280
            },
            "Index": 1,
            "InterlaceDetected": false,
            "KeepDuplicateTitles": false,
            "LooseCrop": [
                0,
                0,
                0,
                0
            ],
            "Metadata": {
                "Artist": "Beobachter Live",
                "ReleaseDate": "2024"
            },
            "Name": "Rathenow",
            "Path": "E:\\Downloads\\!rar\\Rathenow.mp4",
            "Playlist": -1,
            "SubtitleList": [],
            "Type": 3,
            "VideoCodec": "h264"
        }
    ]
}
VC [06:58:32] Scan completed

immerzu avatar Dec 19 '24 06:12 immerzu

From the log it looks like the scan succeeded. Was there another error message? Did the scan fail, or did the whole app crash?

RandomEngy avatar Feb 23 '25 07:02 RandomEngy