16.08.2020, 12:47
Got the debug output level 9 and it showed this:
so the problem is the chapter file.
According to the debug output the content of the chapter file is:
which seems to be fine (comparing it to https://ffmpeg.org/ffmpeg-formats.html#Metadata-1)
I think the problem is thatx264 reported that the output of the video only contains 'encoded 1558 frames' but the chapter file references frame 51000.
-> you will have to either modify the chapter info or disable the chapter creation.
Cu Selur
"/Applications/Hybrid.app/Contents/MacOS/ffmpeg" -y -i "/Volumes/temp/Hybrid Temp/13_32_28_3610_05.264" -vtag avc1 -i "/Volumes/temp/Hybrid Temp/test clip-hybrid_13_32_28_3610__08.chp" -map_chapters 1 -i "/Volumes/temp/Hybrid Temp/iId_1_aid_0_lang_zh_ms_13_32_28_3610_02.aac" -absf aac_adtstoasc -vcodec copy -acodec copy -aspect 133333:100000 -metadata handler_name="Hybrid 2018.08.05.1" -r 29.97 "/Users/shph/Desktop/test clip-hybrid.mp4"
2020.08.16 - 13:32:42_Unknown Mac OS X-64bit_5.9.3_2018.08.05.1 - level 9: FFmpeg output: ffmpeg version 4.3.1-tessus https://evermeet.cx/ffmpeg/ Copyright (c) 2000-2020 the FFmpeg developers
built with Apple clang version 11.0.0 (clang-1100.0.33.17)
configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libmysofa --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvmaf --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-version3 --pkg-config-flags=--static --disable-ffplay
libavutil 56. 51.100 / 56. 51.100
libavcodec 58. 91.100 / 58. 91.100
libavformat 58. 45.100 / 58. 45.100
libavdevice 58. 10.100 / 58. 10.100
libavfilter 7. 85.100 / 7. 85.100
libswscale 5. 7.100 / 5. 7.100
libswresample 3. 7.100 / 3. 7.100
libpostproc 55. 7.100 / 55. 7.100
2020.08.16 - 13:32:42_Unknown Mac OS X-64bit_5.9.3_2018.08.05.1 - level 9: Main call started,..
2020.08.16 - 13:32:42_Unknown Mac OS X-64bit_5.9.3_2018.08.05.1 - level 9: changingProcessPriority to: -19
2020.08.16 - 13:32:42_Unknown Mac OS X-64bit_5.9.3_2018.08.05.1 - level 9: FFmpeg output: Input #0, h264, from '/Volumes/temp/Hybrid Temp/13_32_28_3610_05.264':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: h264 (High), yuv420p(tv, bt709/unknown/unknown, progressive), 720x480 [SAR 8:9 DAR 4:3], 29.97 fps, 29.97 tbr, 1200k tbn, 59.94 tbc
/Volumes/temp/Hybrid Temp/test clip-hybrid_13_32_28_3610__08.chp: Invalid data found when processing input
According to the debug output the content of the chapter file is:
;FFMETADATA1
[CHAPTER]
TIMEBASE=1/1000
START=0
END=51000
title=Chapter 04
I think the problem is thatx264 reported that the output of the video only contains 'encoded 1558 frames' but the chapter file references frame 51000.
-> you will have to either modify the chapter info or disable the chapter creation.
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.