 |
 |
| ernestTX and others : about BShell error |
 |
 |
By etno - Posted on March 17, 2004 - 16:27:00 (#11502)
Current version when comment was posted: 0.1 |
 |
 |
hi
[i'm back from work ;-)]
You may have missing libs or patched libs:
Open a terminal window and type :
readelf -d /...PATH-to-FVS..../binaires/ffmpeg
readelf -d /...PATH-to-FVS..../binaires/bmplex
etc....
for exemple bmplex need libpthread and libdl to run, either you get a BShell error
if you have a patched lib (i think to libmedia (open beos media kit, or other media kit, for example, tell me or complile ffmpeg by yourself... ask me for details or pre-modified sources... if you build ffmpeg by yourself, use gcc 2.95.3 from bebits, it is very important to enable mmx (very-very fast).
do the readelf operation for each bin you get problems)
hope you could use FVS soon...
regards etno
|
|
| thx christian |
 |
 |
By etno - Posted on January 5, 2004 - 15:40:20 (#10369)
Current version when comment was posted: 0.1 |
 |
 |
as christian said libdl and libpthread aren't included in BeOS R5 (don't know for Zeta), and the best way to get them is libpak (http://www.bebits.com/app/3322), download the developer version, it is very useful to develop, compile, port any app to BeOS, and use them.
You can also get libdl alone at: http://www.bebits.com/app/2917
(But not libpthread).
Tell me your experience about avitools, bbtools and bmplex, i know bbtools and bmplex work very fine, but i don't really use avitools (;-))
thx everybody!
|
|
| Re: Missing Library |
 |
 |
By Christian Packmann - Posted on January 4, 2004 - 08:31:30 (#10334)
Current version when comment was posted: 0.1 |
 |
 |
The missing lib is probably libpthread.so, I had to install it to get avitools working. Also, libdl.so may not be present on standard R5 systems, but I'm not sure about that.
Both libraries are included in the latest LibPak archive on BeBits.
When a library is missing, the shell just prints a rather unhelpful message (e.g. "sh: ./avisplit: Missing library"); to find out which actual library is missing you can use readelf (part of the development tools) with the -d option:
readelf -d avisync
Its output will include the required libraries:
...
0x00000001 (NEEDED) Shared library: [libpthread.so]
0x00000001 (NEEDED) Shared library: [libdl.so]
...
By checking against the already present libraries in both /boot/beos/system/lib and /boot/home/config/lib you can then work out which libraries still need to be installed.
|
|
| library |
 |
 |
By etno - Posted on January 3, 2004 - 16:52:01 (#10324)
Current version when comment was posted: 0.1 |
 |
 |
mmmm...
strange....
what is the error message?
|
|
| Missing Libary |
 |
 |
By nthjelme - Posted on January 3, 2004 - 11:43:16 (#10305)
Current version when comment was posted: 0.1 |
 |
 |
can't find which libary I'm missing.. I'm running R5.03, netserver if that helps
|
|
| instructions for avimerge |
 |
 |
By etno - Posted on January 2, 2004 - 09:35:37 (#10277)
Current version when comment was posted: 0.1 |
 |
 |
./avimerge -i /yourmovie1.avi /yourmovie2.avi /yourmovieX.avi -o /mergedmovie.avi
give one file named mergedmovie.avi
|
|
| ooops, forget one instruction.... |
 |
 |
By etno - Posted on January 2, 2004 - 09:28:18 (#10276)
Current version when comment was posted: 0.1 |
 |
 |
to get only the first part of the split, add the option -H n, where n=1 (number of split you want)
to get a time based split use -t option :
./avisplit -i /yourmovie -t 0:0:0.0-X:X:X.X -o movie
where you get a split from the start to X time
or:./avisplit -i /yourmovie -t X:X:X.X-Y:Y:Y.Y -o movie
to get a split of the movie at start X and end Y.
|
|
| instructions |
 |
 |
By etno - Posted on January 2, 2004 - 09:20:02 (#10275)
Current version when comment was posted: 0.1 |
 |
 |
Ok, sorry for the delay...
instructions to split an avi :
"cd" in the directory where you installed avisplit (i think /home/bin is a good and easy one)
example : to split a movie in X part of 10 Mb :
./avisplit -i /yourmovie -s 10 -o movie
avisplit will cut "yourmovie" in approx 10 Mb movies named movie-0001.avi, movie-0002.avi etc...
option -m cut the movie part at an upper limit, cause by default, avisplit cut at the lower keyframe of the avi encoded movie
|
|
| Instructions? |
 |
 |
By MYOB - Posted on December 27, 2003 - 16:05:50 (#10191)
Current version when comment was posted: 0.1 |
 |
 |
The CLI options on this seem very, very complex - I'm managed to get one file (the first half of the split) out of it, but I was trying to get two. Is there any manual for it or anything?
|
|
| avisplit |
 |
 |
By etno - Posted on November 15, 2003 - 13:43:36 (#9648)
Current version when comment was posted: 0.1 |
 |
 |
strange.... can you tell me what was your command line?
did you split with size or time?
do you use vlc?
|
|
| avi split |
 |
 |
By gijsbert - Posted on November 15, 2003 - 02:53:09 (#9643)
Current version when comment was posted: 0.1 |
 |
 |
nice to have some tools for video !
but if I try to split a avi in two, the first part plays properly, but the second part won't start or can't find the beginning of the clip (??)
any sugestions ?
|
|
|
|
|