mpgjoin segfaults
Status: Beta
Brought to you by:
laureck
I am trying to merge two mpeg files using mpgjoin. It segfaults as below:
[root@snowy-tp video]# mpgjoin mov001.mod mov002.mod -o big.mod
warning: couldn't find any valid system header. I'm continuing anyway
warning: couldn't find any valid system header. I'm continuing anyway
Segmentation fault
[root@snowy-tp video]# file mov001.mod
mov001.mod: MPEG sequence, v2, program multiplex
[root@snowy-tp video]# file mov002.mod
mov002.mod: MPEG sequence, v2, program multiplex
[root@snowy-tp video]#
core file is not produced (even though i have set core file size limit to unlimited).
Any hints on how to solve this problem?