08.06.2020, 18:32
Okay, I now know how to do this in ffmbc, but it really seems like a pain.
ffmbc can't passthrough 24bit audio :/
To be fair reencoding to from 24bit to 24bit should be lossless.
so instead of:
one would need to use:
-> I'll probably won't find time to implement this during this week, but I'll look into it over the weekend.
For the time being, switching to ffmpeg as muxer (like I mentioned above) should be fine.
Cu Selur
ffmbc can't passthrough 24bit audio :/
To be fair reencoding to from 24bit to 24bit should be lossless.
so instead of:
"C:\Program Files\Hybrid\64bit\ffmbc.exe" -y
-i "C:\Users\BigBubba\AppData\Local\Temp\selurdebug test 4_13_41_36_4610_06.mov"
-i "C:\Users\BigBubba\AppData\Local\Temp\iId_1_aid_0_lang_en_13_41_36_4610_01.wav"
-i "C:\Users\BigBubba\AppData\Local\Temp\iId_2_aid_1_lang_en_13_41_36_4610_02.wav"
-i "C:\Users\BigBubba\AppData\Local\Temp\iId_3_aid_2_lang_en_13_41_36_4610_03.wav"
-i "C:\Users\BigBubba\AppData\Local\Temp\iId_4_aid_3_lang_en_13_41_36_4610_04.wav"
-vcodec copy -acodec copy -map 0:0 -map 1:0 -map 2:0 -map 3:0 -map 4:0 -metadata encoding_tool="Hybrid 2020.05.28.1" -aspect 136574:100000 -r 25/1 -f mov "J:\AJA Capture\selurdebug test 4.mov"
"C:\Program Files\Hybrid\64bit\ffmbc.exe" -y
-i "C:\Users\BigBubba\AppData\Local\Temp\selurdebug test 4_13_41_36_4610_06.mov"
-i "C:\Users\BigBubba\AppData\Local\Temp\iId_1_aid_0_lang_en_13_41_36_4610_01.wav"
-i "C:\Users\BigBubba\AppData\Local\Temp\iId_2_aid_1_lang_en_13_41_36_4610_02.wav"
-i "C:\Users\BigBubba\AppData\Local\Temp\iId_3_aid_2_lang_en_13_41_36_4610_03.wav"
-i "C:\Users\BigBubba\AppData\Local\Temp\iId_4_aid_3_lang_en_13_41_36_4610_04.wav"
-vcodec copy -an -aspect 136574:100000 -r 25/1 -f mov "J:\AJA Capture\selurdebug test 4.mov" -acodec pcm_s24le -ar 48000 -newaudio -acodec pcm_s24le -ar 48000 -newaudio -map_audio_channel 1:0:0:0:1:0 -map_audio_channel 2:0:0:0:2:0 -map_audio_channel 3:0:0:0:3:0 -map_audio_channel 4:0:0:0:4:0 -metadata encoding_tool="Hybrid 2020.05.28.1"
-> I'll probably won't find time to implement this during this week, but I'll look into it over the weekend.
For the time being, switching to ffmpeg as muxer (like I mentioned above) should be fine.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.