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

[Sushi] The input string ' ' was not in a correct format. #11

Open
bencouti opened this issue Feb 27, 2024 · 0 comments
Open

[Sushi] The input string ' ' was not in a correct format. #11

bencouti opened this issue Feb 27, 2024 · 0 comments

Comments

@bencouti
Copy link

On windows 11, I can't use Sushi.Net for audio sync, I always get the error message :

[Sushi] The input string ' ' was not in a correct format.

While using this command line : Sushi.Net.exe --algo audio --src fre.mka --dst ger.aac -vv

It looks like their is a problem with the duration string coming from FFProbe not being in the format that Sushi is expecting.

I tried older versions of Sushi and older versions of ffmpeg.exe and ffprobe.exe. I always get the same result.

Hier is a complete result of an attempt with verbose with ffmpeg.exe and ffprobe.exe 6.1 in the same folder as Sushi :

C:\Users\user\Downloads\Sushi.Net.v1.0.1-win-x64>Sushi.Net.exe --algo audio --src fre.mka --dst ger.aac -vv
[FFProbe] Getting Media Information from fre.mka...
[FFProbe] CMD: C:\Users\user\Downloads\Sushi.Net.v1.0.1-win-x64\ffprobe.exe -hide_banner -v quiet -print_format json -show_format -show_entries stream=index,codec_name,codec_type,width,height,sample_rate,channels,channel_layout,start_time,duration,bit_rate -show_entries stream_tags=title,language,handler_name -show_entries stream_disposition=default,forced,comment,hearing_impaired -show_entries chapters "fre.mka"
[FFProbe] {
[FFProbe] "programs": [
[FFProbe] ],
[FFProbe] "streams": [
[FFProbe] {
[FFProbe] "index": 0,
[FFProbe] "codec_name": "aac",
[FFProbe] "codec_type": "audio",
[FFProbe] "sample_rate": "48000",
[FFProbe] "channels": 2,
[FFProbe] "channel_layout": "stereo",
[FFProbe] "start_time": "0.000000",
[FFProbe] "disposition": {
[FFProbe] "default": 1,
[FFProbe] "comment": 0,
[FFProbe] "forced": 0,
[FFProbe] "hearing_impaired": 0
[FFProbe] },
[FFProbe] "tags": {
[FFProbe] }
[FFProbe] }
[FFProbe] ],
[FFProbe] "chapters": [
[FFProbe] ],
[FFProbe] "format": {
[FFProbe] "filename": "fre.mka",
[FFProbe] "nb_streams": 1,
[FFProbe] "nb_programs": 0,
[FFProbe] "format_name": "matroska,webm",
[FFProbe] "format_long_name": "Matroska / WebM",
[FFProbe] "start_time": "0.000000",
[FFProbe] "duration": "5944.234669",
[FFProbe] "size": "94140398",
[FFProbe] "bit_rate": "126698",
[FFProbe] "probe_score": 100,
[FFProbe] "tags": {
[FFProbe] "encoder": "libebml v1.4.5 + libmatroska v1.7.1",
[FFProbe] "creation_time": "2024-02-27T09:03:48.000000Z"
[FFProbe] }
[FFProbe] }
[FFProbe] }
[Sushi] The input string '5944.234669' was not in a correct format.
[Sushi] The input string '5944.234669' was not in a correct format.
[Sushi] The input string '5944.234669' was not in a correct format.

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