[HELP] When convert a video from mkv to mp4, muxing crashed! - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] When convert a video from mkv to mp4, muxing crashed! (/thread-3572.html) |
When convert a video from mkv to mp4, muxing crashed! - slan008 - 04.02.2024 When I convert a video from mkv to mp4, muxing crashed! The option in Config -> Containers -> MP4 -> "FFmpeg instead of MP4Box" is not enable, but muxing is not MP4Box, why FFmpeg is used, and crashed? RE: When convert a video from mkv to mp4, muxing crashed! - Selur - 04.02.2024 FFmpeg fails due to: Error opening input file D:\动漫\bluey\Bluey.S01E01_0_en.ttxt. ffmpeg -y -r 24000/1001 -i "D:\动漫\bluey\2024-02-04@13_54_56_6310__10.mkv" -i "D:\动漫\bluey\Bluey.S01E01_0_en.ttxt" -i "D:\动漫\bluey\iId_1_aid_0_lang_en_2024-02-04@13_54_56_6310_02.eac3" -metadata:s:s:1 language="eng" -metadata encoding_tool="Hybrid 2024.01.12.1" -c:v copy -c:1 copy -c:2 copy -map 0:0 -map 1:0 -map 2:0 -bsf:v h264_mp4toannexb -vtag avc1 -aspect 1920:1080 -r 24000/1001 "D:\动漫\bluey\Bluey.S01E01.mp4" about whe ffmpeg is used: using FFmpeg as muxer due to eac3 audio -> Set a fixed output folder which only uses ascii-characters (Config->Paths) before extracting the subtitles and creating the job. Cu Selur Ps.: seems like MP4Box can handle eac3 nowdays, but not sure whether mp4box will work with the folder name. PPs.: moved the thread from the German to the English support section. RE: When convert a video from mkv to mp4, muxing crashed! - Selur - 04.02.2024 Send you a link to a dev version (via pm), which doesn't force ffmpeg when eac3 audio is used with mp4 output. Cu Selur RE: When convert a video from mkv to mp4, muxing crashed! - slan008 - 04.02.2024 Working fine, thanks! |