Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode failing due to extra space in file path #597

Open
Buzz0016 opened this issue Aug 11, 2024 · 13 comments
Open

Encode failing due to extra space in file path #597

Buzz0016 opened this issue Aug 11, 2024 · 13 comments
Labels
bug Something isn't working

Comments

@Buzz0016
Copy link

Fastflix Version: 5.8.0

OS: Windows 11

Description:
For whatever reason, fastflix fails to due to an extra space in the file path that it somehow adds to the start of the file name. The file does exist and i can open it and setup the conversion process from fastflix, but the conversion process fails due to this issue

The file path should be D:\Rips\Con Air.mkv, but its outputing D:\Rips\ Con Air.mkv.

Log:
2024-08-11 08:19:39 Monolith fastflix-core[5304] INFO Starting FastFlix 5.8.0
2024-08-11 08:19:46 Monolith fastflix[20568] DEBUG Using config file C:\Users\Brenn\AppData\Roaming\FastFlix\fastflix.yaml
2024-08-11 08:19:46 Monolith fastflix[20568] INFO Checking for available NVEncC encoders
2024-08-11 08:19:47 Monolith fastflix[20568] INFO Running task Gather FFmpeg version
2024-08-11 08:19:47 Monolith fastflix[20568] INFO Running command: C:\Windows\system32\ffmpeg.EXE -version
2024-08-11 08:19:47 Monolith fastflix[20568] INFO Running task Gather FFprobe version
2024-08-11 08:19:47 Monolith fastflix[20568] INFO Running command: C:\Windows\system32\ffprobe.EXE -version
2024-08-11 08:19:47 Monolith fastflix[20568] INFO Running task Gather FFmpeg audio encoders
2024-08-11 08:19:47 Monolith fastflix[20568] INFO Running command: C:\Windows\system32\ffmpeg.EXE -hide_banner -encoders
2024-08-11 08:19:47 Monolith fastflix[20568] INFO Running task Determine OpenCL Support
2024-08-11 08:19:47 Monolith fastflix[20568] INFO Running command: C:\Windows\system32\ffmpeg.EXE -hide_banner -log_level error -init_hw_device opencl:0.0 -h
2024-08-11 08:19:47 Monolith fastflix[20568] INFO Running task Initialize Encoders
2024-08-11 08:20:01 Monolith fastflix[20568] DEBUG Checking for newer versions of FastFlix
2024-08-11 08:20:02 Monolith fastflix[20568] DEBUG FastFlix is up tp date
2024-08-11 08:22:25 Monolith fastflix[20568] DEBUG Starting conversion process
2024-08-11 08:22:25 Monolith fastflix[20568] DEBUG System has been asked to not sleep
2024-08-11 08:22:25 Monolith fastflix[20568] DEBUG System has been asked to not sleep
2024-08-11 08:22:25 Monolith fastflix-core[5304] DEBUG Using work dir: C:\Users\Brenn\AppData\Roaming\FastFlix\temp_103136f141f8fdc30c5ab166
2024-08-11 08:22:25 Monolith fastflix-core[5304] DEBUG command output file set to: C:\Users\Brenn\AppData\Roaming\FastFlix\temp_103136f141f8fdc30c5ab166\encoder_output_eff455b38ece.log
2024-08-11 08:22:25 Monolith fastflix-core[5304] DEBUG command error output file set to: C:\Users\Brenn\AppData\Roaming\FastFlix\temp_103136f141f8fdc30c5ab166\encoder_error_output_1b618d64a162.log
2024-08-11 08:22:25 Monolith fastflix-core[5304] INFO Running command: "C:\hevctools\NVEncC64.exe" --avsw --device 0 -i "D:\Rips\ Con Air.mkv" --seekto 6925.2 --video-metadata clear --metadata clear --chapter-copy -c hevc --vbr 7000 --bref-mode disabled --preset quality --tier high --no-aq --level auto --chromaloc auto --colorrange auto --colormatrix bt709 --transfer bt709 --colorprim bt709 --output-depth 8 --multipass 2pass-full --mv-precision Auto --avsync cfr --audio-metadata 1?language=eng --audio-stream 1?:5.1(side) --audio-codec 1?flac --audio-metadata 1?clear --audio-metadata 1?title="Surround 5.1" --audio-metadata 1?handler="Surround 5.1" --audio-disposition 1?default --audio-metadata 2?language=eng --audio-stream 2?:5.1(side) --audio-codec 2?aac --audio-bitrate 2?640k --audio-metadata 2?clear --audio-metadata 2?title="Surround 5.1" --audio-metadata 2?handler="Surround 5.1" --audio-disposition 2?unset --sub-copy 1,2,3,4,5,6,7 --sub-disposition 1?unset --sub-metadata 1?language='eng' --sub-disposition 2?unset --sub-metadata 2?language='fra' --sub-disposition 3?unset --sub-metadata 3?language='spa' --sub-disposition 4?unset --sub-metadata 4?language='fra' --sub-disposition 5?unset --sub-metadata 5?language='fra' --sub-disposition 6?unset --sub-metadata 6?language='spa' --sub-disposition 7?unset --sub-metadata 7?language='spa' -m default_mode:infer_no_subs -o "A:\Emby\Movies\Con Air\Con Air.mkv"
2024-08-11 08:22:25 Monolith fastflix-core[5304] INFO Set command priority to Normal
2024-08-11 08:22:25 Monolith fastflix-core[5304] INFO --------------------------------------------------------------------------------
2024-08-11 08:22:25 Monolith fastflix-core[5304] INFO A:\Emby\Movies\Con Air\Con Air.mkv
2024-08-11 08:22:25 Monolith fastflix-core[5304] INFO --------------------------------------------------------------------------------
2024-08-11 08:22:26 Monolith fastflix-core[5304] INFO avsw: error opening file "D:\Rips\ Con Air.mkv": No such file or directory
2024-08-11 08:22:26 Monolith fastflix-core[5304] INFO failed to initialize file reader(s).
2024-08-11 08:22:26 Monolith fastflix-core[5304] INFO Failed to open input file.
2024-08-11 08:22:26 Monolith fastflix-core[5304] INFO
2024-08-11 08:22:26 Monolith fastflix-core[5304] INFO
2024-08-11 08:22:26 Monolith fastflix-core[5304] INFO Error detected while converting
2024-08-11 08:22:27 Monolith fastflix[20568] WARNING Reorder queue called while encoding
2024-08-11 08:22:27 Monolith fastflix[20568] DEBUG Updating queue from command worker: Response(status='error', video_uuid='f8a0a6f1-802a-460f-ab52-a83a59addd6a', command_uuid='7df32f25-a811-4011-bb17-9f7d194b3029')
2024-08-11 08:22:27 Monolith fastflix[20568] DEBUG System has been allowed to enter sleep mode again
2024-08-11 08:22:33 Monolith fastflix[20568] DEBUG System has been allowed to enter sleep mode again

@Buzz0016 Buzz0016 added the bug Something isn't working label Aug 11, 2024
@cdgriffith
Copy link
Owner

Hi @Buzz0016 that is extremely weird, and I have not seen before and unsure how it is happening.

Would appreciate some feedback to track this down:

  1. Do you drag and drop the video, or select it via the "Source" button?
  2. When it's loaded into FastFlix, does the "Source" area show the space as well?
  3. If you select that file with a different encoder, does it also have the space in it?

Thanks for any additional info!

@Buzz0016
Copy link
Author

Thanks for getting back to me. I select the source file by selecting the source button and the extra space does not show up in the source area. It happens on all encoders, but if i restart the conversion without putting it in the queue first, it works normally.

@Buzz0016
Copy link
Author

Ok so it appears that if there are multiple videos in the queue, it will always fail to convert due to the issue but if only 1 video is in the queue it will fail but if the conversion is restarted with the convert button instead of the add to queue button, the conversion will work fine.

@cdgriffith
Copy link
Owner

That is really odd. As this seems to be a one off issues, I am wondering if it's just something got messed up during the install (will happen if FastFlix is running and trying to install it at same time.)

So just a first sanity check, can you make sure FastFlix isn't running, uninstall it (search for "add or remove programs" via start menu, and find it in list). And then use the installer to install it again and try.

I will also keep looking at places this might happen in the code, but want to make sure it's not a wild goose chase :)

@Buzz0016
Copy link
Author

Buzz0016 commented Aug 12, 2024

I made sure it was closed then I tried uninstalling it from the settings app then reinstalled it and deleted the fastflix folder in AppData\Roaming to make sure fastflix was starting from a clean slate, i then loaded the queue file and the bug still persists. This is a weird bug

@cdgriffith
Copy link
Owner

Checking two other things to narrow down. 1. This happens with other video files? Does it happen to videos on C: drive as well?

@Buzz0016
Copy link
Author

It happens with videos on all of my connected drives

@cdgriffith
Copy link
Owner

I have created a special build to try and figure this out. When the space appears it should throw a lot of information into the log.

I put it here starting with DEBUG https://github.com/cdgriffith/FastFlix/releases/tag/5.8.0b0

@Buzz0016
Copy link
Author

I spotted the file path in the Current Video debug log

attachment_tracks: []
audio_tracks:

  • channels: 6
    codec: ''
    conversion_aq: 1
    conversion_bitrate: null
    conversion_codec: flac
    dispositions:
    attached_pic: false
    captions: false
    clean_effects: false
    comment: false
    default: true
    dependent: false
    descriptions: false
    dub: false
    forced: false
    hearing_impaired: false
    karaoke: false
    lyrics: false
    metadata: false
    original: false
    still_image: false
    timed_thumbnails: false
    visual_impaired: false
    downmix: 5.1(side)
    enabled: true
    friendly_info: Surround 5.1 - pcm_s16le - 6 channels
    index: 1
    language: eng
    original: true
    outdex: 1
    profile: null
    raw_info:
    avg_frame_rate: 0/0
    bit_rate: '4608000'
    bits_per_sample: 16
    channel_layout: 5.1(side)
    channels: 6
    codec_long_name: PCM signed 16-bit little-endian
    codec_name: pcm_s16le
    codec_tag: '0x0001'
    codec_tag_string: '[1][0][0][0]'
    codec_type: audio
    disposition:
    attached_pic: 0
    captions: 0
    clean_effects: 0
    comment: 0
    default: 1
    dependent: 0
    descriptions: 0
    dub: 0
    forced: 0
    hearing_impaired: 0
    karaoke: 0
    lyrics: 0
    metadata: 0
    original: 0
    still_image: 0
    timed_thumbnails: 0
    visual_impaired: 0
    extradata_size: 22
    index: 1
    r_frame_rate: 0/0
    sample_fmt: s16
    sample_rate: '48000'
    start_pts: 0
    start_time: '0.000000'
    tags:
    BPS-eng: '4608000'
    DURATION-eng: 01:55:25.001583333
    NUMBER_OF_BYTES-eng: '3988800912'
    NUMBER_OF_FRAMES-eng: '207751'
    SOURCE_ID-eng: '001100'
    _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
    _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
    language: eng
    title: Surround 5.1
    time_base: 1/1000
    title: Surround 5.1
  • channels: 6
    codec: ''
    conversion_aq: null
    conversion_bitrate: '640'
    conversion_codec: aac
    dispositions:
    attached_pic: false
    captions: false
    clean_effects: false
    comment: false
    default: false
    dependent: false
    descriptions: false
    dub: false
    forced: false
    hearing_impaired: false
    karaoke: false
    lyrics: false
    metadata: false
    original: false
    still_image: false
    timed_thumbnails: false
    visual_impaired: false
    downmix: 5.1(side)
    enabled: true
    friendly_info: Surround 5.1 - ac3 - 6 channels
    index: 2
    language: eng
    original: true
    outdex: 2
    profile: null
    raw_info:
    avg_frame_rate: 0/0
    bit_rate: '640000'
    bits_per_sample: 0
    channel_layout: 5.1(side)
    channels: 6
    codec_long_name: ATSC A/52A (AC-3)
    codec_name: ac3
    codec_tag: '0x0000'
    codec_tag_string: '[0][0][0][0]'
    codec_type: audio
    disposition:
    attached_pic: 0
    captions: 0
    clean_effects: 0
    comment: 0
    default: 0
    dependent: 0
    descriptions: 0
    dub: 0
    forced: 0
    hearing_impaired: 0
    karaoke: 0
    lyrics: 0
    metadata: 0
    original: 0
    still_image: 0
    timed_thumbnails: 0
    visual_impaired: 0
    index: 2
    r_frame_rate: 0/0
    sample_fmt: fltp
    sample_rate: '48000'
    start_pts: 0
    start_time: '0.000000'
    tags:
    BPS-eng: '640000'
    DURATION-eng: 01:55:25.024000000
    NUMBER_OF_BYTES-eng: '554001920'
    NUMBER_OF_FRAMES-eng: '216407'
    SOURCE_ID-eng: '001101'
    _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
    _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
    language: eng
    title: Surround 5.1
    time_base: 1/1000
    title: Surround 5.1
    concat: false
    duration: 6925.024
    format:
    bit_rate: '29470867'
    duration: '6925.024000'
    filename: D:\Rips\Con Air.mkv
    format_long_name: Matroska / WebM
    format_name: matroska,webm
    nb_programs: 0
    nb_streams: 10
    probe_score: 100
    size: '25510808180'
    start_time: '0.000000'
    tags:
    creation_time: '2024-08-08T11:10:04.000000Z'
    encoder: libmakemkv v1.17.7 (1.3.10/1.5.2) win(x64-release)
    hdr10_plus: []
    hdr10_streams: []
    interlaced: false
    source: !!python/object/apply:pathlib.WindowsPath
  • D:\
  • Rips
  • Con Air.mkv
    status:
    cancelled: false
    complete: false
    current_command: 0
    error: true
    running: false
    subtitle_fixed: false
    success: false
    streams:
    attachment: []
    audio:
    • avg_frame_rate: 0/0
      bit_rate: '4608000'
      bits_per_sample: 16
      channel_layout: 5.1(side)
      channels: 6
      codec_long_name: PCM signed 16-bit little-endian
      codec_name: pcm_s16le
      codec_tag: '0x0001'
      codec_tag_string: '[1][0][0][0]'
      codec_type: audio
      disposition:
      attached_pic: 0
      captions: 0
      clean_effects: 0
      comment: 0
      default: 1
      dependent: 0
      descriptions: 0
      dub: 0
      forced: 0
      hearing_impaired: 0
      karaoke: 0
      lyrics: 0
      metadata: 0
      original: 0
      still_image: 0
      timed_thumbnails: 0
      visual_impaired: 0
      extradata_size: 22
      index: 1
      r_frame_rate: 0/0
      sample_fmt: s16
      sample_rate: '48000'
      start_pts: 0
      start_time: '0.000000'
      tags:
      BPS-eng: '4608000'
      DURATION-eng: 01:55:25.001583333
      NUMBER_OF_BYTES-eng: '3988800912'
      NUMBER_OF_FRAMES-eng: '207751'
      SOURCE_ID-eng: '001100'
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
      language: eng
      title: Surround 5.1
      time_base: 1/1000
    • avg_frame_rate: 0/0
      bit_rate: '640000'
      bits_per_sample: 0
      channel_layout: 5.1(side)
      channels: 6
      codec_long_name: ATSC A/52A (AC-3)
      codec_name: ac3
      codec_tag: '0x0000'
      codec_tag_string: '[0][0][0][0]'
      codec_type: audio
      disposition:
      attached_pic: 0
      captions: 0
      clean_effects: 0
      comment: 0
      default: 0
      dependent: 0
      descriptions: 0
      dub: 0
      forced: 0
      hearing_impaired: 0
      karaoke: 0
      lyrics: 0
      metadata: 0
      original: 0
      still_image: 0
      timed_thumbnails: 0
      visual_impaired: 0
      index: 2
      r_frame_rate: 0/0
      sample_fmt: fltp
      sample_rate: '48000'
      start_pts: 0
      start_time: '0.000000'
      tags:
      BPS-eng: '640000'
      DURATION-eng: 01:55:25.024000000
      NUMBER_OF_BYTES-eng: '554001920'
      NUMBER_OF_FRAMES-eng: '216407'
      SOURCE_ID-eng: '001101'
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
      language: eng
      title: Surround 5.1
      time_base: 1/1000
      data: []
      subtitle:
    • avg_frame_rate: 0/0
      codec_long_name: HDMV Presentation Graphic Stream subtitles
      codec_name: hdmv_pgs_subtitle
      codec_tag: '0x0000'
      codec_tag_string: '[0][0][0][0]'
      codec_type: subtitle
      disposition:
      attached_pic: 0
      captions: 0
      clean_effects: 0
      comment: 0
      default: 0
      dependent: 0
      descriptions: 0
      dub: 0
      forced: 0
      hearing_impaired: 0
      karaoke: 0
      lyrics: 0
      metadata: 0
      original: 0
      still_image: 0
      timed_thumbnails: 0
      visual_impaired: 0
      duration: '6925.024000'
      duration_ts: 6925024
      index: 3
      r_frame_rate: 0/0
      start_pts: 0
      start_time: '0.000000'
      tags:
      BPS-eng: '64962'
      DURATION-eng: 01:48:45.373020833
      NUMBER_OF_BYTES-eng: '52988402'
      NUMBER_OF_FRAMES-eng: '2840'
      SOURCE_ID-eng: '001200'
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
      language: eng
      time_base: 1/1000
    • avg_frame_rate: 0/0
      codec_long_name: HDMV Presentation Graphic Stream subtitles
      codec_name: hdmv_pgs_subtitle
      codec_tag: '0x0000'
      codec_tag_string: '[0][0][0][0]'
      codec_type: subtitle
      disposition:
      attached_pic: 0
      captions: 0
      clean_effects: 0
      comment: 0
      default: 0
      dependent: 0
      descriptions: 0
      dub: 0
      forced: 0
      hearing_impaired: 0
      karaoke: 0
      lyrics: 0
      metadata: 0
      original: 0
      still_image: 0
      timed_thumbnails: 0
      visual_impaired: 0
      duration: '6925.024000'
      duration_ts: 6925024
      index: 4
      r_frame_rate: 0/0
      start_pts: 0
      start_time: '0.000000'
      tags:
      BPS-eng: '61305'
      DURATION-eng: 01:47:38.639687500
      NUMBER_OF_BYTES-eng: '49494093'
      NUMBER_OF_FRAMES-eng: '2474'
      SOURCE_ID-eng: '001201'
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
      language: fra
      time_base: 1/1000
    • avg_frame_rate: 0/0
      codec_long_name: HDMV Presentation Graphic Stream subtitles
      codec_name: hdmv_pgs_subtitle
      codec_tag: '0x0000'
      codec_tag_string: '[0][0][0][0]'
      codec_type: subtitle
      disposition:
      attached_pic: 0
      captions: 0
      clean_effects: 0
      comment: 0
      default: 0
      dependent: 0
      descriptions: 0
      dub: 0
      forced: 0
      hearing_impaired: 0
      karaoke: 0
      lyrics: 0
      metadata: 0
      original: 0
      still_image: 0
      timed_thumbnails: 0
      visual_impaired: 0
      duration: '6925.024000'
      duration_ts: 6925024
      index: 5
      r_frame_rate: 0/0
      start_pts: 0
      start_time: '0.000000'
      tags:
      BPS-eng: '48407'
      DURATION-eng: 01:47:38.848229166
      NUMBER_OF_BYTES-eng: '39081731'
      NUMBER_OF_FRAMES-eng: '2406'
      SOURCE_ID-eng: '001202'
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
      language: spa
      time_base: 1/1000
    • avg_frame_rate: 0/0
      codec_long_name: HDMV Presentation Graphic Stream subtitles
      codec_name: hdmv_pgs_subtitle
      codec_tag: '0x0000'
      codec_tag_string: '[0][0][0][0]'
      codec_type: subtitle
      disposition:
      attached_pic: 0
      captions: 0
      clean_effects: 0
      comment: 0
      default: 0
      dependent: 0
      descriptions: 0
      dub: 0
      forced: 0
      hearing_impaired: 0
      karaoke: 0
      lyrics: 0
      metadata: 0
      original: 0
      still_image: 0
      timed_thumbnails: 0
      visual_impaired: 0
      duration: '6925.024000'
      duration_ts: 6925024
      index: 6
      r_frame_rate: 0/0
      start_pts: 0
      start_time: '0.000000'
      tags:
      BPS-eng: '1336'
      DURATION-eng: 01:31:30.172187500
      NUMBER_OF_BYTES-eng: '917068'
      NUMBER_OF_FRAMES-eng: '68'
      SOURCE_ID-eng: '001203'
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
      language: fra
      time_base: 1/1000
    • avg_frame_rate: 0/0
      codec_long_name: HDMV Presentation Graphic Stream subtitles
      codec_name: hdmv_pgs_subtitle
      codec_tag: '0x0000'
      codec_tag_string: '[0][0][0][0]'
      codec_type: subtitle
      disposition:
      attached_pic: 0
      captions: 0
      clean_effects: 0
      comment: 0
      default: 0
      dependent: 0
      descriptions: 0
      dub: 0
      forced: 0
      hearing_impaired: 0
      karaoke: 0
      lyrics: 0
      metadata: 0
      original: 0
      still_image: 0
      timed_thumbnails: 0
      visual_impaired: 0
      duration: '6925.024000'
      duration_ts: 6925024
      index: 7
      r_frame_rate: 0/0
      start_pts: 0
      start_time: '0.000000'
      tags:
      BPS-eng: '1336'
      DURATION-eng: 01:31:30.172187500
      NUMBER_OF_BYTES-eng: '917068'
      NUMBER_OF_FRAMES-eng: '68'
      SOURCE_ID-eng: '001203'
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
      language: fra
      time_base: 1/1000
    • avg_frame_rate: 0/0
      codec_long_name: HDMV Presentation Graphic Stream subtitles
      codec_name: hdmv_pgs_subtitle
      codec_tag: '0x0000'
      codec_tag_string: '[0][0][0][0]'
      codec_type: subtitle
      disposition:
      attached_pic: 0
      captions: 0
      clean_effects: 0
      comment: 0
      default: 0
      dependent: 0
      descriptions: 0
      dub: 0
      forced: 0
      hearing_impaired: 0
      karaoke: 0
      lyrics: 0
      metadata: 0
      original: 0
      still_image: 0
      timed_thumbnails: 0
      visual_impaired: 0
      duration: '6925.024000'
      duration_ts: 6925024
      index: 8
      r_frame_rate: 0/0
      start_pts: 0
      start_time: '0.000000'
      tags:
      BPS-eng: '581'
      DURATION-eng: 01:23:21.016854166
      NUMBER_OF_BYTES-eng: '363575'
      NUMBER_OF_FRAMES-eng: '34'
      SOURCE_ID-eng: '001204'
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
      language: spa
      time_base: 1/1000
    • avg_frame_rate: 0/0
      codec_long_name: HDMV Presentation Graphic Stream subtitles
      codec_name: hdmv_pgs_subtitle
      codec_tag: '0x0000'
      codec_tag_string: '[0][0][0][0]'
      codec_type: subtitle
      disposition:
      attached_pic: 0
      captions: 0
      clean_effects: 0
      comment: 0
      default: 0
      dependent: 0
      descriptions: 0
      dub: 0
      forced: 0
      hearing_impaired: 0
      karaoke: 0
      lyrics: 0
      metadata: 0
      original: 0
      still_image: 0
      timed_thumbnails: 0
      visual_impaired: 0
      duration: '6925.024000'
      duration_ts: 6925024
      index: 9
      r_frame_rate: 0/0
      start_pts: 0
      start_time: '0.000000'
      tags:
      BPS-eng: '581'
      DURATION-eng: 01:23:21.016854166
      NUMBER_OF_BYTES-eng: '363575'
      NUMBER_OF_FRAMES-eng: '34'
      SOURCE_ID-eng: '001204'
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
      language: spa
      time_base: 1/1000
      video:
    • avg_frame_rate: 24000/1001
      bit_depth: 8
      bits_per_raw_sample: '8'
      chroma_location: left
      closed_captions: 0
      codec_long_name: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
      codec_name: h264
      codec_tag: '0x0000'
      codec_tag_string: '[0][0][0][0]'
      codec_type: video
      coded_height: 1080
      coded_width: 1920
      color_primaries: bt709
      color_range: tv
      color_space: bt709
      color_transfer: bt709
      display_aspect_ratio: 16:9
      disposition:
      attached_pic: 0
      captions: 0
      clean_effects: 0
      comment: 0
      default: 0
      dependent: 0
      descriptions: 0
      dub: 0
      forced: 0
      hearing_impaired: 0
      karaoke: 0
      lyrics: 0
      metadata: 0
      original: 0
      still_image: 0
      timed_thumbnails: 0
      visual_impaired: 0
      extradata_size: 62
      field_order: progressive
      film_grain: 0
      has_b_frames: 4
      height: 1080
      index: 0
      is_avc: 'true'
      level: 41
      nal_length_size: '4'
      pix_fmt: yuv420p
      profile: High
      r_frame_rate: 24000/1001
      refs: 1
      sample_aspect_ratio: 1:1
      start_pts: 0
      start_time: '0.000000'
      tags:
      BPS-eng: '24051767'
      DURATION-eng: 01:55:25.001416666
      NUMBER_OF_BYTES-eng: '20819814109'
      NUMBER_OF_FRAMES-eng: '166034'
      SOURCE_ID-eng: '001011'
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
      language: eng
      time_base: 1/1000
      width: 1920
      subtitle_tracks:
  • burn_in: false
    disposition: ''
    dispositions:
    attached_pic: false
    captions: false
    clean_effects: false
    comment: false
    default: false
    dependent: false
    descriptions: false
    dub: false
    forced: false
    hearing_impaired: false
    karaoke: false
    lyrics: false
    metadata: false
    original: false
    still_image: false
    timed_thumbnails: false
    visual_impaired: false
    enabled: true
    index: 3
    language: eng
    long_name: HDMV Presentation Graphic Stream subtitles
    outdex: 3
    raw_info:
    avg_frame_rate: 0/0
    codec_long_name: HDMV Presentation Graphic Stream subtitles
    codec_name: hdmv_pgs_subtitle
    codec_tag: '0x0000'
    codec_tag_string: '[0][0][0][0]'
    codec_type: subtitle
    disposition:
    attached_pic: 0
    captions: 0
    clean_effects: 0
    comment: 0
    default: 0
    dependent: 0
    descriptions: 0
    dub: 0
    forced: 0
    hearing_impaired: 0
    karaoke: 0
    lyrics: 0
    metadata: 0
    original: 0
    still_image: 0
    timed_thumbnails: 0
    visual_impaired: 0
    duration: '6925.024000'
    duration_ts: 6925024
    index: 3
    r_frame_rate: 0/0
    start_pts: 0
    start_time: '0.000000'
    tags:
    BPS-eng: '64962'
    DURATION-eng: 01:48:45.373020833
    NUMBER_OF_BYTES-eng: '52988402'
    NUMBER_OF_FRAMES-eng: '2840'
    SOURCE_ID-eng: '001200'
    _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
    _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
    language: eng
    time_base: 1/1000
    subtitle_type: picture
  • burn_in: false
    disposition: ''
    dispositions:
    attached_pic: false
    captions: false
    clean_effects: false
    comment: false
    default: false
    dependent: false
    descriptions: false
    dub: false
    forced: false
    hearing_impaired: false
    karaoke: false
    lyrics: false
    metadata: false
    original: false
    still_image: false
    timed_thumbnails: false
    visual_impaired: false
    enabled: true
    index: 4
    language: fra
    long_name: HDMV Presentation Graphic Stream subtitles
    outdex: 4
    raw_info:
    avg_frame_rate: 0/0
    codec_long_name: HDMV Presentation Graphic Stream subtitles
    codec_name: hdmv_pgs_subtitle
    codec_tag: '0x0000'
    codec_tag_string: '[0][0][0][0]'
    codec_type: subtitle
    disposition:
    attached_pic: 0
    captions: 0
    clean_effects: 0
    comment: 0
    default: 0
    dependent: 0
    descriptions: 0
    dub: 0
    forced: 0
    hearing_impaired: 0
    karaoke: 0
    lyrics: 0
    metadata: 0
    original: 0
    still_image: 0
    timed_thumbnails: 0
    visual_impaired: 0
    duration: '6925.024000'
    duration_ts: 6925024
    index: 4
    r_frame_rate: 0/0
    start_pts: 0
    start_time: '0.000000'
    tags:
    BPS-eng: '61305'
    DURATION-eng: 01:47:38.639687500
    NUMBER_OF_BYTES-eng: '49494093'
    NUMBER_OF_FRAMES-eng: '2474'
    SOURCE_ID-eng: '001201'
    _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
    _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
    language: fra
    time_base: 1/1000
    subtitle_type: picture
  • burn_in: false
    disposition: ''
    dispositions:
    attached_pic: false
    captions: false
    clean_effects: false
    comment: false
    default: false
    dependent: false
    descriptions: false
    dub: false
    forced: false
    hearing_impaired: false
    karaoke: false
    lyrics: false
    metadata: false
    original: false
    still_image: false
    timed_thumbnails: false
    visual_impaired: false
    enabled: true
    index: 5
    language: spa
    long_name: HDMV Presentation Graphic Stream subtitles
    outdex: 5
    raw_info:
    avg_frame_rate: 0/0
    codec_long_name: HDMV Presentation Graphic Stream subtitles
    codec_name: hdmv_pgs_subtitle
    codec_tag: '0x0000'
    codec_tag_string: '[0][0][0][0]'
    codec_type: subtitle
    disposition:
    attached_pic: 0
    captions: 0
    clean_effects: 0
    comment: 0
    default: 0
    dependent: 0
    descriptions: 0
    dub: 0
    forced: 0
    hearing_impaired: 0
    karaoke: 0
    lyrics: 0
    metadata: 0
    original: 0
    still_image: 0
    timed_thumbnails: 0
    visual_impaired: 0
    duration: '6925.024000'
    duration_ts: 6925024
    index: 5
    r_frame_rate: 0/0
    start_pts: 0
    start_time: '0.000000'
    tags:
    BPS-eng: '48407'
    DURATION-eng: 01:47:38.848229166
    NUMBER_OF_BYTES-eng: '39081731'
    NUMBER_OF_FRAMES-eng: '2406'
    SOURCE_ID-eng: '001202'
    _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
    _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
    language: spa
    time_base: 1/1000
    subtitle_type: picture
  • burn_in: false
    disposition: ''
    dispositions:
    attached_pic: false
    captions: false
    clean_effects: false
    comment: false
    default: false
    dependent: false
    descriptions: false
    dub: false
    forced: false
    hearing_impaired: false
    karaoke: false
    lyrics: false
    metadata: false
    original: false
    still_image: false
    timed_thumbnails: false
    visual_impaired: false
    enabled: true
    index: 6
    language: fra
    long_name: HDMV Presentation Graphic Stream subtitles
    outdex: 6
    raw_info:
    avg_frame_rate: 0/0
    codec_long_name: HDMV Presentation Graphic Stream subtitles
    codec_name: hdmv_pgs_subtitle
    codec_tag: '0x0000'
    codec_tag_string: '[0][0][0][0]'
    codec_type: subtitle
    disposition:
    attached_pic: 0
    captions: 0
    clean_effects: 0
    comment: 0
    default: 0
    dependent: 0
    descriptions: 0
    dub: 0
    forced: 0
    hearing_impaired: 0
    karaoke: 0
    lyrics: 0
    metadata: 0
    original: 0
    still_image: 0
    timed_thumbnails: 0
    visual_impaired: 0
    duration: '6925.024000'
    duration_ts: 6925024
    index: 6
    r_frame_rate: 0/0
    start_pts: 0
    start_time: '0.000000'
    tags:
    BPS-eng: '1336'
    DURATION-eng: 01:31:30.172187500
    NUMBER_OF_BYTES-eng: '917068'
    NUMBER_OF_FRAMES-eng: '68'
    SOURCE_ID-eng: '001203'
    _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
    _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
    language: fra
    time_base: 1/1000
    subtitle_type: picture
  • burn_in: false
    disposition: ''
    dispositions:
    attached_pic: false
    captions: false
    clean_effects: false
    comment: false
    default: false
    dependent: false
    descriptions: false
    dub: false
    forced: false
    hearing_impaired: false
    karaoke: false
    lyrics: false
    metadata: false
    original: false
    still_image: false
    timed_thumbnails: false
    visual_impaired: false
    enabled: true
    index: 7
    language: fra
    long_name: HDMV Presentation Graphic Stream subtitles
    outdex: 7
    raw_info:
    avg_frame_rate: 0/0
    codec_long_name: HDMV Presentation Graphic Stream subtitles
    codec_name: hdmv_pgs_subtitle
    codec_tag: '0x0000'
    codec_tag_string: '[0][0][0][0]'
    codec_type: subtitle
    disposition:
    attached_pic: 0
    captions: 0
    clean_effects: 0
    comment: 0
    default: 0
    dependent: 0
    descriptions: 0
    dub: 0
    forced: 0
    hearing_impaired: 0
    karaoke: 0
    lyrics: 0
    metadata: 0
    original: 0
    still_image: 0
    timed_thumbnails: 0
    visual_impaired: 0
    duration: '6925.024000'
    duration_ts: 6925024
    index: 7
    r_frame_rate: 0/0
    start_pts: 0
    start_time: '0.000000'
    tags:
    BPS-eng: '1336'
    DURATION-eng: 01:31:30.172187500
    NUMBER_OF_BYTES-eng: '917068'
    NUMBER_OF_FRAMES-eng: '68'
    SOURCE_ID-eng: '001203'
    _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
    _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
    language: fra
    time_base: 1/1000
    subtitle_type: picture
  • burn_in: false
    disposition: ''
    dispositions:
    attached_pic: false
    captions: false
    clean_effects: false
    comment: false
    default: false
    dependent: false
    descriptions: false
    dub: false
    forced: false
    hearing_impaired: false
    karaoke: false
    lyrics: false
    metadata: false
    original: false
    still_image: false
    timed_thumbnails: false
    visual_impaired: false
    enabled: true
    index: 8
    language: spa
    long_name: HDMV Presentation Graphic Stream subtitles
    outdex: 8
    raw_info:
    avg_frame_rate: 0/0
    codec_long_name: HDMV Presentation Graphic Stream subtitles
    codec_name: hdmv_pgs_subtitle
    codec_tag: '0x0000'
    codec_tag_string: '[0][0][0][0]'
    codec_type: subtitle
    disposition:
    attached_pic: 0
    captions: 0
    clean_effects: 0
    comment: 0
    default: 0
    dependent: 0
    descriptions: 0
    dub: 0
    forced: 0
    hearing_impaired: 0
    karaoke: 0
    lyrics: 0
    metadata: 0
    original: 0
    still_image: 0
    timed_thumbnails: 0
    visual_impaired: 0
    duration: '6925.024000'
    duration_ts: 6925024
    index: 8
    r_frame_rate: 0/0
    start_pts: 0
    start_time: '0.000000'
    tags:
    BPS-eng: '581'
    DURATION-eng: 01:23:21.016854166
    NUMBER_OF_BYTES-eng: '363575'
    NUMBER_OF_FRAMES-eng: '34'
    SOURCE_ID-eng: '001204'
    _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
    _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
    language: spa
    time_base: 1/1000
    subtitle_type: picture
  • burn_in: false
    disposition: ''
    dispositions:
    attached_pic: false
    captions: false
    clean_effects: false
    comment: false
    default: false
    dependent: false
    descriptions: false
    dub: false
    forced: false
    hearing_impaired: false
    karaoke: false
    lyrics: false
    metadata: false
    original: false
    still_image: false
    timed_thumbnails: false
    visual_impaired: false
    enabled: true
    index: 9
    language: spa
    long_name: HDMV Presentation Graphic Stream subtitles
    outdex: 9
    raw_info:
    avg_frame_rate: 0/0
    codec_long_name: HDMV Presentation Graphic Stream subtitles
    codec_name: hdmv_pgs_subtitle
    codec_tag: '0x0000'
    codec_tag_string: '[0][0][0][0]'
    codec_type: subtitle
    disposition:
    attached_pic: 0
    captions: 0
    clean_effects: 0
    comment: 0
    default: 0
    dependent: 0
    descriptions: 0
    dub: 0
    forced: 0
    hearing_impaired: 0
    karaoke: 0
    lyrics: 0
    metadata: 0
    original: 0
    still_image: 0
    timed_thumbnails: 0
    visual_impaired: 0
    duration: '6925.024000'
    duration_ts: 6925024
    index: 9
    r_frame_rate: 0/0
    start_pts: 0
    start_time: '0.000000'
    tags:
    BPS-eng: '581'
    DURATION-eng: 01:23:21.016854166
    NUMBER_OF_BYTES-eng: '363575'
    NUMBER_OF_FRAMES-eng: '34'
    SOURCE_ID-eng: '001204'
    _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    _STATISTICS_WRITING_APP-eng: MakeMKV v1.17.7 win(x64-release)
    _STATISTICS_WRITING_DATE_UTC-eng: '2024-08-08 11:10:04'
    language: spa
    time_base: 1/1000
    subtitle_type: picture
    uuid: f8a0a6f1-802a-460f-ab52-a83a59addd6a
    video_settings:
    brightness: null
    bufsize: null
    color_primaries: null
    color_space: null
    color_transfer: null
    contrast: null
    conversion_commands:
    • command: '"C:\hevctools\NVEncC64.exe" --avsw --device 0 -i "D:\Rips\ Con Air.mkv"
      --seekto 6925.2 --video-metadata clear --metadata clear --chapter-copy -c hevc
      --vbr 7000 --bref-mode disabled --preset quality --tier high --no-aq --level
      auto --chromaloc auto --colorrange auto --colormatrix bt709 --transfer bt709
      --colorprim bt709 --output-depth 8 --multipass 2pass-full --mv-precision Auto
      --avsync cfr --audio-metadata 1?language=eng --audio-stream 1?:5.1(side) --audio-codec
      1?flac --audio-metadata 1?clear --audio-metadata 1?title="Surround 5.1" --audio-metadata
      1?handler="Surround 5.1" --audio-disposition 1?default --audio-metadata 2?language=eng
      --audio-stream 2?:5.1(side) --audio-codec 2?aac --audio-bitrate 2?640k --audio-metadata
      2?clear --audio-metadata 2?title="Surround 5.1" --audio-metadata 2?handler="Surround
      5.1" --audio-disposition 2?unset --sub-copy 1,2,3,4,5,6,7 --sub-disposition
      1?unset --sub-metadata 1?language=''eng'' --sub-disposition 2?unset --sub-metadata 2?language=''fra''
      --sub-disposition 3?unset --sub-metadata 3?language=''spa'' --sub-disposition
      4?unset --sub-metadata 4?language=''fra'' --sub-disposition 5?unset --sub-metadata 5?language=''fra''
      --sub-disposition 6?unset --sub-metadata 6?language=''spa'' --sub-disposition
      7?unset --sub-metadata 7?language=''spa'' -m default_mode:infer_no_subs -o
      "A:\Emby\Movies\Con Air\Con Air.mkv"'
      exe: NVEncE
      item: command
      name: NVEncC Encode
      shell: false
      uuid: 7df32f25-a811-4011-bb17-9f7d194b3029
      copy_chapters: true
      crop: null
      deblock: null
      deblock_size: 16
      deinterlace: false
      denoise: null
      end_time: 6925.2
      fast_seek: true
      horizontal_flip: false
      maxrate: null
      output_fps: null
      output_path: !!python/object/apply:pathlib.WindowsPath
    • A:\
    • Emby
    • Movies
    • Con Air
    • Con Air.mkv
      remove_hdr: false
      remove_metadata: true
      resolution_custom: null
      resolution_method: auto
      rotate: 0
      saturation: null
      selected_track: 0
      source_fps: null
      start_time: 0.0
      tone_map: hable
      vertical_flip: false
      video_encoder_settings:
      aq: off
      aq_strength: 0
      b_frames: null
      b_ref_mode: disabled
      bitrate: 7000k
      copy_hdr10: false
      cqp: null
      decoder: Auto
      device: 0
      extra: ''
      extra_both_passes: false
      force_ten_bit: false
      hdr10plus_metadata: ''
      init_q_b: null
      init_q_i: null
      init_q_p: null
      level: null
      lookahead: null
      max_muxing_queue_size: '1024'
      max_q_b: null
      max_q_i: null
      max_q_p: null
      metrics: false
      min_q_b: null
      min_q_i: null
      min_q_p: null
      multipass: 2pass-full
      mv_precision: Auto
      name: HEVC (NVEncC)
      pix_fmt: yuv420p10le
      preset: quality
      profile: auto
      ref: null
      tier: high
      vbr_target: null
      video_speed: 1
      video_title: ''
      video_track_title: ''
      vsync: null
      work_path: !!python/object/apply:pathlib.WindowsPath
  • C:\
  • Users
  • Brenn
  • AppData
  • Roaming
  • FastFlix
  • temp_103136f141f8fdc30c5ab166

@cdgriffith
Copy link
Owner

cdgriffith commented Aug 13, 2024

You should be seeing stuff in the command prompt window that start with: "Invalid source path"

After that will have around 10 lines of code file names, that's what would be most helpeful to see :)

@Buzz0016
Copy link
Author

Im looking at my command prompt and im not seeing invalid source path

2024-08-13 09:40:39 Monolith fastflix-core[5972] INFO Starting FastFlix 5.8.1b0
2024-08-13 09:40:47 Monolith fastflix[9672] DEBUG Using config file C:\Users\Brenn\AppData\Roaming\FastFlix\fastflix.yaml
2024-08-13 09:40:47 Monolith fastflix[9672] INFO Checking for available NVEncC encoders
2024-08-13 09:40:49 Monolith fastflix[9672] INFO Running task Gather FFmpeg version
2024-08-13 09:40:49 Monolith fastflix[9672] INFO Running command: C:\Windows\system32\ffmpeg.EXE -version
2024-08-13 09:40:51 Monolith fastflix[9672] INFO Running task Gather FFprobe version
2024-08-13 09:40:51 Monolith fastflix[9672] INFO Running command: C:\Windows\system32\ffprobe.EXE -version
2024-08-13 09:40:53 Monolith fastflix[9672] INFO Running task Gather FFmpeg audio encoders
2024-08-13 09:40:53 Monolith fastflix[9672] INFO Running command: C:\Windows\system32\ffmpeg.EXE -hide_banner -encoders
2024-08-13 09:40:53 Monolith fastflix[9672] INFO Running task Determine OpenCL Support
2024-08-13 09:40:53 Monolith fastflix[9672] INFO Running command: C:\Windows\system32\ffmpeg.EXE -hide_banner -log_level error -init_hw_device opencl:0.0 -h
2024-08-13 09:40:53 Monolith fastflix[9672] INFO Running task Initialize Encoders
2024-08-13 09:41:06 Monolith fastflix[9672] DEBUG Checking for newer versions of FastFlix
2024-08-13 09:41:07 Monolith fastflix[9672] DEBUG FastFlix is up tp date
2024-08-13 09:41:49 Monolith fastflix[9672] DEBUG Starting conversion process
2024-08-13 09:41:49 Monolith fastflix[9672] DEBUG System has been asked to not sleep
2024-08-13 09:41:49 Monolith fastflix[9672] DEBUG System has been asked to not sleep
2024-08-13 09:41:49 Monolith fastflix-core[5972] DEBUG Using work dir: C:\Users\Brenn\AppData\Roaming\FastFlix\temp_103136f141f8fdc30c5ab166
2024-08-13 09:41:49 Monolith fastflix-core[5972] DEBUG command output file set to: C:\Users\Brenn\AppData\Roaming\FastFlix\temp_103136f141f8fdc30c5ab166\encoder_output_e254feacd63c.log
2024-08-13 09:41:49 Monolith fastflix-core[5972] DEBUG command error output file set to: C:\Users\Brenn\AppData\Roaming\FastFlix\temp_103136f141f8fdc30c5ab166\encoder_error_output_3bb08e35b409.log
2024-08-13 09:41:49 Monolith fastflix-core[5972] INFO Running command: "C:\hevctools\NVEncC64.exe" --avsw --device 0 -i "D:\Rips\ Con Air.mkv" --seekto 6925.2 --video-metadata clear --metadata clear --chapter-copy -c hevc --vbr 7000 --bref-mode disabled --preset quality --tier high --no-aq --level auto --chromaloc auto --colorrange auto --colormatrix bt709 --transfer bt709 --colorprim bt709 --output-depth 8 --multipass 2pass-full --mv-precision Auto --avsync cfr --audio-metadata 1?language=eng --audio-stream 1?:5.1(side) --audio-codec 1?flac --audio-metadata 1?clear --audio-metadata 1?title="Surround 5.1" --audio-metadata 1?handler="Surround 5.1" --audio-disposition 1?default --audio-metadata 2?language=eng --audio-stream 2?:5.1(side) --audio-codec 2?aac --audio-bitrate 2?640k --audio-metadata 2?clear --audio-metadata 2?title="Surround 5.1" --audio-metadata 2?handler="Surround 5.1" --audio-disposition 2?unset --sub-copy 1,2,3,4,5,6,7 --sub-disposition 1?unset --sub-metadata 1?language='eng' --sub-disposition 2?unset --sub-metadata 2?language='fra' --sub-disposition 3?unset --sub-metadata 3?language='spa' --sub-disposition 4?unset --sub-metadata 4?language='fra' --sub-disposition 5?unset --sub-metadata 5?language='fra' --sub-disposition 6?unset --sub-metadata 6?language='spa' --sub-disposition 7?unset --sub-metadata 7?language='spa' -m default_mode:infer_no_subs -o "A:\Emby\Movies\Con Air\Con Air.mkv"
2024-08-13 09:41:49 Monolith fastflix-core[5972] INFO Set command priority to Normal
2024-08-13 09:41:49 Monolith fastflix-core[5972] INFO --------------------------------------------------------------------------------
2024-08-13 09:41:49 Monolith fastflix-core[5972] INFO A:\Emby\Movies\Con Air\Con Air.mkv
2024-08-13 09:41:49 Monolith fastflix-core[5972] INFO --------------------------------------------------------------------------------
2024-08-13 09:41:51 Monolith fastflix-core[5972] INFO avsw: error opening file "D:\Rips\ Con Air.mkv": No such file or directory
2024-08-13 09:41:51 Monolith fastflix-core[5972] INFO failed to initialize file reader(s).
2024-08-13 09:41:51 Monolith fastflix-core[5972] INFO Failed to open input file.
2024-08-13 09:41:51 Monolith fastflix-core[5972] INFO
2024-08-13 09:41:51 Monolith fastflix-core[5972] INFO
2024-08-13 09:41:51 Monolith fastflix-core[5972] INFO Error detected while converting
2024-08-13 09:41:51 Monolith fastflix[9672] WARNING Reorder queue called while encoding
2024-08-13 09:41:51 Monolith fastflix[9672] DEBUG Updating queue from command worker: Response(status='error', video_uuid='f8a0a6f1-802a-460f-ab52-a83a59addd6a', command_uuid='7df32f25-a811-4011-bb17-9f7d194b3029')
2024-08-13 09:41:51 Monolith fastflix[9672] DEBUG System has been allowed to enter sleep mode again
2024-08-13 09:41:57 Monolith fastflix[9672] DEBUG System has been allowed to enter sleep mode again

@cdgriffith
Copy link
Owner

cdgriffith commented Aug 15, 2024

Okay hopefully this version will be much much louder console output, labeled DEBUG2 at https://github.com/cdgriffith/FastFlix/releases/tag/5.8.0b0

@DJboutit
Copy link

I have noticed the program will fail to convert if any characters are in the name of the video like any of these _ - @ #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants