Skip to content

Queue Stops Processing Part-Way Through #700

@Xoanon88

Description

@Xoanon88

FastFlix Version: 5.12.4 (Current)

Operating System: Windows 11 Pro

Describe the bug
Queue Stops Processing Part-Way Through

To Reproduce
Hi Chris, Hope this finds you well. When processing a Queue I've saved a large amount of files to and reloading the Queue for processing, the Queue will just stop processing part-way through.

If you'll notice, the source filename in the ffmpeg string which I've replaced with "myfilename" has an extra space in front of it. I've checked the original filename just to make sure it doesn't have an extra space in it and it doesn't; however, when it reaches the filename the Queue just stops processing.

The only thing unusual about the file I can mention is the file has an apostrophe in the filename but I've had several other files with apostrophes prior to that one and they process just fine.

Screenshots
If applicable, add screenshots to help explain your problem.

Logs (If applicable) In FastFlix you can go to Help > Open Log Directory and sort by latest to find the newest log file to add here.

2025-09-28 03:23:04,802 - Using work dir: C:\Users<UserName>\AppData\Roaming\FastFlix\temp_20250927_6a56af33be48e666
2025-09-28 03:23:04,802 - command output file set to: C:\Users<UserName>\AppData\Roaming\FastFlix\temp_20250927_6a56af33be48e666\encoder_output_882c2071b094.log
2025-09-28 03:23:04,802 - command error output file set to: C:\Users<UserName>\AppData\Roaming\FastFlix\temp_20250927_6a56af33be48e666\encoder_error_output_cd60726ca99c.log
2025-09-28 03:23:04,802 - Running command: "C:\Users<UserName>\AppData\Roaming\FFmpeg\bin\ffmpeg.exe" -y -to 425.4 -i "D:\Sources\Working<ParentDirectory>\ myfilename" -metadata title="myfilename" -max_muxing_queue_size 1024 -filter_complex "[0:0]crop=718:576:2:0,scale=-8:480:flags=lanczos,setsar=1:1[v]" -map "[v]" -c:v libx265 -pix_fmt yuv420p10le -x265-params "aq-mode=2:repeat-headers=0:strong-intra-smoothing=1:bframes=4:b-adapt=2:frame-threads=0:colorprim=bt470bg:transfer=bt709:colormatrix=smpte170m:hdr10_opt=0:hdr10=0:chromaloc=0" -crf:v 20 -preset:v medium -map_metadata -1 -map_chapters -1 -map 0:1 -metadata:s:1 title="" -metadata:s:1 handler="" -metadata:s:1 language=eng -c:1 aac -b:1 128k -filter:1 "aformat=channel_layouts=stereo" -disposition:1 default -default_mode infer_no_subs "D:\Output\myfilename-fastflix-bc2c.mkv"
2025-09-28 03:23:04,818 - Set command priority to Normal
2025-09-28 03:23:04,851 - ffmpeg version n8.0-3-g08a81b090b-20250906 Copyright (c) 2000-2025 the FFmpeg developers
2025-09-28 03:23:04,862 -
2025-09-28 03:23:04,862 - built with gcc 15.1.0 (crosstool-NG 1.27.0.79_8f49ec5)
configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-gpl --enable-version3 --disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-zlib --enable-libxml2 --enable-libvmaf --enable-fontconfig --enable-libharfbuzz --enable-libfreetype --enable-libfribidi --enable-vulkan --enable-libshaderc --enable-libvorbis --disable-libxcb --disable-xlib --disable-libpulse --enable-opencl --enable-gmp --enable-lzma --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-chromaprint --enable-libdav1d --enable-libdavs2 --enable-libdvdread --enable-libdvdnav --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libkvazaar --enable-libaribcaption --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-libplacebo --enable-librist --enable-libssh --enable-libtheora --enable-libvpx --enable-libwebp --enable-libzmq --enable-lv2 --enable-libvpl --enable-openal --enable-liboapv --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --enable-schannel --enable-sdl2 --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --disable-libdrm --enable-vaapi --enable-libvidstab --enable-libvvenc --enable-whisper --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-libs=-lgomp --extra-ldflags=-pthread --extra-ldexeflags= --cc=x86_64-w64-mingw32-gcc --cxx=x86_64-w64-mingw32-g++ --ar=x86_64-w64-mingw32-gcc-ar --ranlib=x86_64-w64-mingw32-gcc-ranlib --nm=x86_64-w64-mingw32-gcc-nm --extra-version=20250906
libavutil 60. 8.100 / 60. 8.100
libavcodec 62. 11.100 / 62. 11.100
libavformat 62. 3.100 / 62. 3.100
libavdevice 62. 1.100 / 62. 1.100
libavfilter 11. 4.100 / 11. 4.100
libswscale 9. 1.100 / 9. 1.100
libswresample 6. 1.100 / 6. 1.100
[in#0 @ 0000024406eabf00] Error opening input: No such file or directory
Error opening input file D:\Sources\Working<ParentDirectory>\ myfilename.
Error opening input files: No such file or directory

Please make sure to remove any personal information or video names in the screenshots and logs!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions