lisamelton / other_video_transcoding

Other tools to transcode videos.
MIT License
543 stars 24 forks source link

Unrecognized option 'default_mode'. Error splitting the argument list: Option not found #152

Closed musso-joseph closed 2 years ago

musso-joseph commented 2 years ago

I updated other-transcode today on my Windows 10 PC for the first time in several years. I had been transcoding some video files earlier with success, but after the update I receive the error above. In fact, the error is happening with a TV series I ripped from Bluray earlier and transcoded without problems.

I've tried renaming the source files several times to no avail. I am calling the transcode with the following arguments:

other-transcode --add-audio all --add-subtitle all [video file name in quotations]

skj-dev commented 2 years ago

Just as a sanity check question, did you also update ffmpeg? I think there are options in the newest other-transcode that might need ffmpeg version 5.X.

(on a side note, it looks like v5.0.1 was just released a couple days ago)

musso-joseph commented 2 years ago

Updating ffmpeg and moving the executables to c:\bin seems to have fixed the issue -thanks!