![]() |
[BUG] m2ts was not created - 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: [BUG] m2ts was not created (/thread-2008.html) |
RE: m2ts was not created - Selur - 15.09.2021 What happens if your call: /Applications/Hybrid.app/Contents/MacOS/ffmpeg" -y -r 24000/1001 -i "/Users/Laurent/Movies/Hybrid/_2021-09-14@22_58_02_4210__07.mkv" -i "/Volumes/Racines/cgs/cgs3_0.srt" -i "/Users/Laurent/Movies/Hybrid/iId_1_aid_4352_2021-09-14@22_58_02_4210_04.ac3" -vcodec copy -scodec copy -acodec copy -metadata encoding_tool="Hybrid 2021.09.08.1" -map 0:0 -map 1:0 -map 2:0 -aspect 32:18 -r 24000/1001 -fflags +genpts -f mpegts "/Volumes/Racines/cgs/cgs3.m2ts" In the debug output I see: ffmpeg version N-102973-gcdbf2fc3e4-tessus https://evermeet.cx/ffmpeg/ Copyright (c) 2000-2021 the FFmpeg developers I don't really see a reason why ffmpeg should have problems with the ac3 audio stream... -> Sill to some testing tomorrow when I'm back home. Cu Selur RE: m2ts was not created - Selur - 15.09.2021 Read the debug output some more and my guess the problem might be the srt line in the .meta file. -> does the remuxing work if you don't passhtrought he subtitles? (found a problem with srt subtitle in recent tsMuxeR versions, see: https://github.com/justdan96/tsMuxer/issues/457) Cu Selur RE: m2ts was not created - Selur - 15.09.2021 Send you a link to a new dev version for testing, if it still fails, please create and share a new debug output. (jobs need to be recreated) Cu Selur RE: m2ts was not created - LaurentS - 15.09.2021 (15.09.2021, 21:44)Selur Wrote: Send you a link to a new dev version for testing, if it still fails, please create and share a new debug output. Ok, I just read all your posts. I'll test with your new version. If it fails, I'll also test without subtitles to check if it's the responsible. (I always create a new job for every test ![]() RE: m2ts was not created - LaurentS - 15.09.2021 same unsuccessful result with the new version I join the debug RE: m2ts was not created - shijan - 15.09.2021 LaurentS, are you on Mojave? Seems there is a global problem with that tsMuxer branch. Check my post here https://forum.selur.net/thread-1495-post-13372.html#pid13372 RE: m2ts was not created - LaurentS - 15.09.2021 I tried without subtitles and obtained which seems the same crash. I join the debug but it contains also the previous encoding (forgot to trash it). (15.09.2021, 23:20)shijan Wrote: LaurentS, are you on Mojave? Seems there is a global problem with that tsMuxer branch. Check my post here https://forum.selur.net/thread-1495-post-13372.html#pid13372 Yes on Mojave. I use this tsmuxer version: mac-2021-06-05-patch and have no problem with it. I usually use it to create iso for bluray toasting. RE: m2ts was not created - Selur - 16.09.2021 Will send you a link to a new dev verison where I patched the tsMuxeR bianry and it's dependencies a bit. Cu Selur RE: m2ts was not created - LaurentS - 16.09.2021 (16.09.2021, 10:36)Selur Wrote: Will send you a link to a new dev verison where I patched the tsMuxeR bianry and it's dependencies a bit. Hi Selur, Thanks. I tried with your latest version but same bug I think. Is it possible that I'm doing something wrong? I use a m2ts file. Video: passthrough from the m2ts Audio tab : adding only the first track (DD TrueHD) from the m2ts, no modification Subtitle tab : adding one subtitle (.srt), no modification -> I don't use the Muxing tab. Do I have to do something there? I never did but as I said, it's my first m2ts experience. RE: m2ts was not created - Selur - 16.09.2021 No the way you use it should be fine. "/Applications/Hybrid.app/Contents/MacOS/tsMuxeR" "/Users/Laurent/Movies/Hybrid/tsMuxerMeta_2021-09-16@13_44_19_8210__06.meta" "/Volumes/Racines/cgs/cgs3.m2ts" MUXOPT --no-pcr-on-video-pid --new-audio-pes --vbr --vbv-len=500 Cu Selur |