[FFmpeg-user] Howto remove ffmpeg custom build

2018-02-26 Thread ffm...@bechhold.de
Hi, I have downloaded and build ffmpeg version N-90022-g50945482a7  from git for testing purposes. Now I would like to remove this version and use the one provided by my distro again. How can I completely remove the custom build git version? Thank you.

[FFmpeg-user] Stuck with error when adding two subtitles

2018-02-10 Thread ffm...@bechhold.de
Hi, I‘m new to the list and hope this is the right place for this issue. I‘m using this command, to add non-english (alien) subtitles as forced and the full english subtitles as regular second subtitle track: ffmpeg -i movie-in.mp4 -i sub-alien.srt -i sub-full.srt -map 0:v -map 0:a -map 1 -map