nu774
nu774
Well actually, ffmpeg has been supporting not only encoding but also decoding by libfdk-aac when build with --enable-libfdk-aac (this requires --enable-nonfree, therefore you have to build ffmpeg yourself to enable...
Recently github dropped TLS 1.1 support, and it seems like OpenSSL bundled in msys is too old to talk with TLS1.2, hence the error. If you cannot build fdkaac without...
I tried it now but can't reproduce. Works here.
Unfortunately, it doesn't reproduce here.
Updated. install-mingw.bat now optionally accepts path name of mingw-get-*.zip. In case you still experience failure for some reason, please manually download mingw-get-*.zip from http://sourceforge.net/projects/mingw/files/Installer/mingw-get/mingw-get-0.6.2-beta-20131004-1/mingw-get-0.6.2-mingw32-beta-20131004-1-bin.zip/download, and run install-mingw.bat like this: ```...
The message means that lsmash_get_movie_parameters() (of lsmash library) failed for some reason, so m4acut cannot do anything but quitting. Does boxdumper (of lsmash) works on that file?
As for warning about "invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]", it's just a non-critical compiler warning (not an error), so you can...
I don't understand why you want/have to write to a file which is already opened by another program. On Linux, m4fpsmod will happily write to a existing file which is...
> It does not have to continue. It's perfectly fine if a video player reopens the new file from the beginning. Actually, players such as vlc or mpv will immediately...
> it seems it extracts the h264 timecodes only, right? Strictly speaking, mp4fpsmod works only on the first _video_ track. I don't understand how timecode for audio track is useful...