(04.09.2021, 14:36)Selur Wrote: [ -> ]What do you get when calling:
1. just calling the decoding
Code:
"/Applications/Hybrid.app/Contents/MacOS/ffmpeg" -y -threads 4 -nostdin -i "/Volumes/Racines/Le Tombeau des lucioles/LE_TOMBEAU_DES_LUCIOLES_SCN_Titre_1.ac3" -ac 2 -ar 48000 -f sox /dev/null
The encoding starts. I give you the result :
ffmpeg version N-102973-gcdbf2fc3e4-tessus
https://evermeet.cx/ffmpeg/ Copyright © 2000-2021 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-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-version3 --pkg-config-flags=--static --disable-ffplay
libavutil 57. 0.100 / 57. 0.100
libavcodec 59. 3.101 / 59. 3.101
libavformat 59. 4.100 / 59. 4.100
libavdevice 59. 0.100 / 59. 0.100
libavfilter 8. 0.103 / 8. 0.103
libswscale 6. 0.100 / 6. 0.100
libswresample 4. 0.100 / 4. 0.100
libpostproc 56. 0.100 / 56. 0.100
[ac3 @ 0x7ff509c07000] Estimating duration from bitrate, this may be inaccurate
Input #0, ac3, from '/Volumes/Racines/Le Tombeau des lucioles/LE_TOMBEAU_DES_LUCIOLES_SCN_Titre_1.ac3':
Duration: 01:24:54.14, start: 0.000000, bitrate: 384 kb/s
Stream #0:0: Audio: ac3, 48000 Hz, stereo, fltp, 384 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (ac3 (native) -> pcm_s32le (native))
Output #0, sox, to '/dev/null':
Metadata:
encoder : Lavf59.4.100
Stream #0:0: Audio: pcm_s32le, 48000 Hz, stereo, s32, 3072 kb/s
Metadata:
encoder : Lavc59.3.101 pcm_s32le
size= 1910304kB time=01:24:54.14 bitrate=3072.0kbits/s speed= 617x
video:0kB audio:1910304kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000002%
(04.09.2021, 14:36)Selur Wrote: [ -> ]What do you get when calling:
2. the decoding with the filtering
Code:
/Applications/Hybrid.app/Contents/MacOS/ffmpeg" -y -threads 4 -nostdin -i "/Volumes/Racines/Le Tombeau des lucioles/LE_TOMBEAU_DES_LUCIOLES_SCN_Titre_1.ac3" -ac 2 -ar 48000 -f sox - | "/Applications/Hybrid.app/Contents/MacOS/sox" --multi-threaded --temp "/Users/Laurent/Movies/Hybrid/2021-09-04@12_14_00_471001" --buffer 524288 -S -t sox - -t wav /dev/null tempo 0.95904000
Nothing happens :
>
I decided to use Audacity to shorten the ac3 file from 6 seconds.
When exporting the modified file in ac3, Audacity claimed to use ffmpeg. There weren't any crash, so I suppose ffmpeg isn't the problem. But I'm not sure which ffmpeg is used here...
So I tried with this shorten ac3 file but the encoding failed the same way.
As you warned me, the length is not the problem, but I had nothing else to do, so it worthed the try.