Ffmpeg segfault?

This is ffmpeg 3.1.3, running on OpenSuse kernel 4.1.15-8-

I would like to cut one minute, 19 secs from a video file in .st
format, thusly:

ffmpeg -ss 1:19 -i “Star Wreck VI In The Pirkinning.ts” -t 10:50:00 -c
copy “Toppy/Star Wreck VI In The Pirkinning.ts”

Problem is that it starts processing, then segfaults. Any ideas?

  • Anders Gustafsson
    The Aaland Islands (N60 E20)

tell us your repo’s

zypper lr -d

I A,
> tell us your repo’s

This box runs tvheadend and I had to get some stuff from different repos to compile it.

tvburk:~ # zypper lr -d

| Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service

—±------------------------------------±----------------------------------------±--------±----------±--------±---------±-------±--------------------------------------------------------------------------------------±-------
1 | http-download.opensuse.org-183e779a | home:smarty12 | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/home:/smarty12/openSUSE_Leap_42.1/ |
2 | http-download.opensuse.org-2a744cd4 | Apache | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/Apache/openSUSE_Leap_42.1/ |
3 | http-download.opensuse.org-33727223 | home:smarty12:gcc | Yes | ( p) Yes | Yes | 99 | NONE | http://download.opensuse.org/repositories/home:/smarty12:/gcc/openSUSE_Leap_42.1/ |
4 | http-download.opensuse.org-57384e10 | home:fl3sk | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/home:/fl3sk/openSUSE_Leap_42.1/ |
5 | http-download.opensuse.org-83f2628a | home:smarty12:gcc | Yes | ( p) Yes | Yes | 99 | NONE | http://download.opensuse.org/repositories/home:/smarty12:/gcc/openSUSE_Leap_42.1/ |
6 | http-download.opensuse.org-84ddf27f | devel:libraries:c_c++ | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/devel:/libraries:/c_c++/openSUSE_Leap_42.1/ |
7 | http-download.opensuse.org-8dc4ee17 | devel:languages:go | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/devel:/languages:/go/openSUSE_Leap_42.1/ |
8 | http-download.opensuse.org-8fbc0116 | home:MediaArea_net | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/home:/MediaArea_net/openSUSE_Leap_42.1/ |
9 | http-download.opensuse.org-9e11ad33 | multimedia:libs | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/multimedia:/libs/openSUSE_Leap_42.1/ |
10 | http-download.opensuse.org-bf98ec84 | openSUSE:Leap:42.1:Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/openSUSE:/Leap:/42.1:/Update/standard/ |
11 | http-download.opensuse.org-f52313e2 | multimedia:apps | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/multimedia:/apps/openSUSE_Leap_42.1/ |
12 | packman | packman | Yes | (r ) Yes | Yes | 99 | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_42.1/ |
13 | repo-debug | openSUSE-leap/42.1-Debug | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/42.1/repo/oss/ |
14 | repo-debug-update | openSUSE-leap/42.1-Update-Debug | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/debug/update/leap/42.1/ |
15 | repo-debug-update-non-oss | openSUSE-leap/42.1-Update-Debug-Non-Oss | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/debug/update/leap/42.1-non-oss/ |
16 | repo-non-oss | openSUSE-leap/42.1-Non-Oss | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/leap/42.1/repo/non-oss/ |
17 | repo-oss | openSUSE-leap/42.1-Oss | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/leap/42.1/repo/oss/ |
18 | repo-source | openSUSE-leap/42.1-Source | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/source/distribution/leap/42.1/repo/oss/ |
19 | repo-update | openSUSE-42.1-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/42.1/oss/ |
20 | repo-update-non-oss | openSUSE-42.1-Update-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/42.1/non-oss/

  • Anders Gustafsson
    The Aaland Islands (N60 E20)

you have a lot of user home repo’s take care with then a lot of them a good but some will cause issues, you also have the crippled multmedia:apps repo there are some apps that can be found only there the thing is the apps from that repo do not support patented formats and codecs, to fix things try this

zypper dup --from 12

OK. Meanwhile did I solve the problem by using MKVToolNix instead.

  • Anders Gustafsson
    The Aaland Islands (N60 E20)