#2878 splitting the argument list: Option not found

79.116* Posted at: 1 day ago 👁15

splitting the argument list: Option not found


=
system:Windows-10-10.0.26200-SP0
version:v3.95
frozen:False
language:en
root_dir:C:/Users/Usuario/.gemini/antigravity/scratch/PyVideoTrans
Python: 3.10.19 (main, Jan 14 2026, 19:27:53) [MSC v.1944 64 bit (AMD64)]

1 Replies

This error is caused by an issue with the FFmpeg command line arguments, likely due to a missing or incorrectly configured FFmpeg installation.

Solution Steps:

  1. Verify FFmpeg Installation: Ensure FFmpeg is installed on your system and its bin directory is correctly added to the system's PATH environment variable. Open a new Command Prompt and run ffmpeg -version to check.
  2. Check Software Path: Confirm that your pyVideoTrans software is installed in a path without any Chinese characters, spaces, or special symbols. The recommended path is like D:\pyVideoTrans.
  3. Reinstall/Update FFmpeg: If FFmpeg is missing or outdated, download the latest static build for Windows from the official FFmpeg website. Extract it and add the bin folder to your system PATH.
  4. Use Pre-packaged Version: If you are using the source code version, consider switching to the pre-packaged Windows .7z version, which includes a compatible ffmpeg folder within the software directory.

Reference Documents:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Related resource