-
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...
2009-02-09 04:47:50 UTC by nobody
-
It's been a while since a feature request... Don't know if anyone is working on this project or not, but I use it all the time. Great piece of software. Thanks!
If you do release a new version, I would love to be able to crossfade the joints in an mpgjoin operation, such that the volume remains constant, with an option to specify the fade duration.
Thanks again,
BC.
2008-09-12 03:19:15 UTC by teloschistes
-
I got the following errors when building on Mac OS 10.4 Intel :
----------------------------------------------------------------------
I'm building mpgtx with following options :
Target : RELEASE
Large File support : yes
Link statically : no
Support builtin parachute : no
Install prefix : /usr/local
Type...
2008-07-21 12:43:38 UTC by tael_
-
mpgtx -j some files leads to a segmentation fault. The programm exists with SIGSEGV.
2008-04-16 15:06:17 UTC by nobody
-
Crashes without errors or anything when trying to join mpeg program streams but works fine on identically encoded mpeg1videos.
2008-03-04 18:39:52 UTC by nobody
-
The configure command needs to be made a bit more generic, right now it special cases OSX, and uses too specific a pattern to tell when that's the OS. So what I've done is changed that if to a case, and made it check for FreeBSD (which also doesn't have a "cp -d")...
2007-10-03 20:34:39 UTC by quengho
-
mpgtx -i /var/tmp/dvd/300-1.mpg2
warning: couldn't find any valid system header. I'm continuing anyway
/var/tmp/dvd/300-1.mpg2
Mpeg 2 Program Stream File [Video/Audio]
Muxrate : 10.08 Mbps
Estimated Duration: 04:56:02.08s
Checking all time stamps (This may take a while.) ...
Time stamps jumped from 0.100767 to 0.100767 at position 3700006800
Time stamps jumped...
2007-07-14 21:58:07 UTC by casep_cl
-
Trying to join 2 files
1372346368 Jul 14 04:58 300-1.mpg2
1408696320 Jul 14 13:51 300-2.mpg2
And i got a "File size limit exceeded" giving a truncated file
2147483647 Jul 14 14:45 300.mpg
The command used is
mpgjoin --force 300-1.mpg2 300-2.mpg2 -o 300.mpg
Just a comment about to --force
Both files created using mencoder,same parameters, both mpgjoin claims that
Incompatible...
2007-07-14 20:13:53 UTC by casep_cl
-
Trying to join 2 files
1372346368 Jul 14 04:58 300-1.mpg2
1408696320 Jul 14 13:51 300-2.mpg2
And i got a "File size limit exceeded" giving a truncated file
2147483647 Jul 14 14:45 300.mpg
The command used is
mpgjoin --force 300-1.mpg2 300-2.mpg2 -o 300.mpg
Just a comment about to --force
Both files created using mencoder,same parameters, both mpgjoin claims that
Incompatible...
2007-07-14 19:17:18 UTC by nobody
-
Problem:
Joining two short mpg files fails.
Background:
The mpg were extracted from DVD-VOBs by MPEGstreamclip 1.8. The DVD was written by Toast 6.1. The input to Toast were mov files ONLY A FEW SECONDS long.
- mail address
norbert.roll@gmx.de
- the command
mpgtx -j *.mpg
- the mpgtx version
mpgtx Version 1.3
- infos about related files
warning: couldn't find any valid...
2007-05-06 09:19:25 UTC by mcroman