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

error message from mkvmerge stop the queue #92

Open
DaveScream opened this issue Feb 19, 2022 · 2 comments
Open

error message from mkvmerge stop the queue #92

DaveScream opened this issue Feb 19, 2022 · 2 comments

Comments

@DaveScream
Copy link

Im using parralel jobs instead of chunking. transcoding avc from camera to hevc (not ffmpeg).

After each job Im getting message from mkvmerge wich stops the whole queue.
изображение

Dunno why messages are in wrong codepage. No matter if i set english or russian translate they are shown in russian but with wrong codepage. I press ctrl+c on message box, inserted text to notepad++ and converted it to UTF-8, then I get this text:


mkvmerge

mkvmerge v64.0.0 ('Willows') 64-bit

"f:\temp\NEAV1E\yAOVRoWuOBWaIJu\temp_mux.mkv": Применяется разделение для формата "Matroska".

"f:\temp\NEAV1E\yAOVRoWuOBWaIJu\Audio\audio.mkv": Применяется разделение для формата "Matroska".

"f:\temp\NEAV1E\yAOVRoWuOBWaIJu\Subtitles\subs.mkv": Применяется разделение для формата "Matroska".

"f:\temp\NEAV1E\yAOVRoWuOBWaIJu\temp_mux.mkv" дорожка 0: Применяется модуль вывода для формата "AV1".

"f:\temp\NEAV1E\yAOVRoWuOBWaIJu\Audio\audio.mkv" дорожка 0: Применяется модуль вывода для формата "Opus".

Предупреждение: "f:\temp\NEAV1E\yAOVRoWuOBWaIJu\Subtitles\subs.mkv": Дорожка с идентификатором 0 была запрошена, но не найдена в файле. Соответствующий параметр будет проигнорирован.

Файл "F:#архив\Media\Фотоархив\2021.05.15 Катаюсь целый день + картинг рекорд 33.68 33.56\DJI_0146.mkv" открыт для записи.

Обработано: 50%
Обработано: 100%

Пишутся записи cue (индекс)...

Слияние 0 секунд.


Ί

@DaveScream
Copy link
Author

Well read that error message one more time and see this:

Предупреждение: "f:\temp\NEAV1E\yAOVRoWuOBWaIJu\Subtitles\subs.mkv": Дорожка с идентификатором 0 была запрошена, но не найдена в файле. Соответствующий параметр будет проигнорирован.

it is warning message about subtitles. the subs track was requested but not found in file. Parameter will be ignored.

@DaveScream
Copy link
Author

In version 2.0.6. After closing this error message the program will exit.

Also there is no way to swich off subtitles in preset. So when adding batch folder, I should edit every job and switch off subtitles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant