Here are some interesting problems
Situation 1:
if i render to MP4 and choose Config -> Output -> Container Settings -> FFmpeg instead of MP4Box - there is just no any final MP4 file.
I can see separate .aac and .264 in Hybrid temp folder, but next they are just disappear.
No error in user log, it just reports that files where deleted, but not muxed. File just disappears.
delete /Volumes/temp/Hybrid Temp/21_45_54_1910_06.264
delete /Volumes/temp/Hybrid Temp/iId_1_aid_0_lang_zh_ms_21_45_54_1910_02.aac
delete /Volumes/temp/Hybrid Temp/fdddd_21_45_54_1910__10.chp
Job 21_45_54_1910 finished!
It is strange because as i remember i never see this problem in earlier versions ans usually always use FFmpeg instead of MP4Box for MP4 renders.
Situation 2:
Another attempt to put updated MP4Box binary (extracted from from GPAC) into Hybrid.
"FFmpeg instead of MP4Box" NOT selected.
Separate .264, .aac and .chp files created in Hybrid Temp folder, but final file don't created.
user log reports error.
21_57_32_9110_11_muxing crashed: ERROR: /Users/test/Desktop/_21_57_32_9110__11.mp4 was not created!
Aborting '21_57_32_9110_11_muxing' due to: ERROR: /Users/test/Desktop/_21_57_32_9110__11.mp4 was not created!
Job 21_57_32_9110 finished!
Any ideas or suggestions about all this? Maybe turn something in preferences or rename something in script files?
(15.08.2020, 20:51)Adamcarter Wrote: Can the first post be updated with the newest vapoursynth 51, with the newest lsdvd and Sox thanks on advance.
It will be updated soon. All components will be updated to x64 versions and package will be compatible with macOS Catalina (i hope).
l33tmeatwad shared updated lsdvd and Sox binaries, but seems he need some time to compile 64 bit version of ffmbc from scratch.
Also as you may read from l33tmeatwad posts neo_fft3d seems not stable on macOS, so currently i replaced "neo_fft3d.FFT3D" with "fft3dfilter.FFT3DFilter" in "havsfunc.py" script to make it compatible with legacy fft3dfilter and macOS Mojave.