14.10.2022, 12:06
The job was almost complete, but crashed during muxing. The separate video and audio files are in the temp folder, but no final muxed file.
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -r 30000/1001 -i "S:\KENNY\JokeBox-TEMP\JokeBox-Dec21-Sony-DMR_2022-10-13@15_18_19_5410_04.mov" -i "S:\KENNY\JokeBox-TEMP\iId_5_aid_0_lang_en_2022-10-13@15_18_19_5410_01.wav" -i "S:\KENNY\JokeBox-TEMP\iId_6_aid_1_lang_en_2022-10-13@15_18_19_5410_02.wav" -vcodec copy -acodec copy -metadata encoding_tool="Hybrid 2022.07.19.1" -map 0:0 -map 1:0 -map 2:0 -aspect 1920:1080 -r 30000/1001 -f mov "S:\KENNY\JokeBox-OUT\JokeBox-Dec21-Sony-DMR.mov"
S:\KENNY\JokeBox-TEMP\iId_5_aid_0_lang_en_2022-10-13@15_18_19_5410_01.wav: Permission denied
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -r 30000/1001 -i "S:\KENNY\JokeBox-TEMP\JokeBox-Dec21-Sony-DMR_2022-10-13@15_18_19_5410_04.mov" -i "S:\KENNY\JokeBox-TEMP\iId_5_aid_0_lang_en_2022-10-13@15_18_19_5410_01.wav" -i "S:\KENNY\JokeBox-TEMP\iId_6_aid_1_lang_en_2022-10-13@15_18_19_5410_02.wav" -vcodec copy -acodec copy -metadata encoding_tool="Hybrid 2022.07.19.1" -map 0:0 -map 1:0 -map 2:0 -aspect 1920:1080 -r 30000/1001 -f mov "S:\KENNY\JokeBox-OUT\JokeBox-Dec21-Sony-DMR.mov"
Quote:PS S:\>
>> "C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -r 30000/1001 -i "S:\KENNY\JokeBox-TEMP\JokeBox-Dec21-Sony-DMR_2022-10-13@15_18_19_5410_04.mov" -i "S:\KENNY\JokeBox-TEMP\iId_5_aid_0_lang_en_2022-10-13@15_18_19_5410_01.wav" -i "S:\KENNY\JokeBox-TEMP\iId_6_aid_1_lang_en_2022-10-13@15_18_19_5410_02.wav" -vcodec copy -acodec copy -metadata encoding_tool="Hybrid 2022.07.19.1" -map 0:0 -map 1:0 -map 2:0 -aspect 1920:1080 -r 30000/1001 -f mov "S:\KENNY\JokeBox-OUT\JokeBox-Dec21-Sony-DMR.mov"
At line:2 char:44
+ "C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -r 30000/1001 -i "S:\K ...
+ ~~
Unexpected token '-y' in expression or statement.
At line:2 char:48
+ "C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -r 30000/1001 -i "S:\K ...
+ ~~
Unexpected token '-r' in expression or statement.
+ CategoryInfo : ParserError: ( [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
PS S:\>
Quote:Does this mean it is re-encoding the file?The call should multiplex the file, not re-encode it.
Quote:It says permission denied for WAV file ending _01wav.Okay, that is the same message Hybrid gets, so it's likely not caused by indexing since that should be finished.
Quote:It's a capture I did on a Mac.And you are accessing the files from Windows, how?