-
Yamdi should (1) not attempt to mmap whole file into memory and (2) print informative message in case of memory outage.
2009-08-30 09:30:05 UTC by skliarie
-
Here are the last lines of yamdi execution under strace before the segfault:
open("/home/inter/public_html/multimedia/moviefiles/Afula_06-04-06.flv", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 4
mmap2(NULL, 3448698092, PROT_READ, MAP_PRIVATE, 3, 0) = -1 ENOMEM (Cannot allocate memory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 32367 detached
Looks like...
2009-08-30 09:26:06 UTC by nobody
-
I recompiled yamdi using the following line (taken from the download instructions)
gcc yamdi.c -o yamdi -O2 -Wall -D_FILE_OFFSET_BITS=64
When I try to run yamdi on a 3 1/2 gb file, I get the following error:
Segmentation fault.
2009-08-30 09:19:07 UTC by yfischer
-
There is any way to avoid the use of RAM and use a temp file instead?
I get this error on files > 800MB
Yikes! One of your processes (yamdi, pid 17999) was just killed because your processes are, as a whole, consuming too much memory. If you believe you've received this message in error, please contact Support.
2009-08-08 23:17:52 UTC by nobody
-
Hej
I'm using yamdi as an external function and I found some weird behavour bacause of using fopen without fclose. I'd be good to add that in the next release.
2009-06-25 19:48:47 UTC by nobody
-
it inserted a creator tag with the "-c" option but it removed all of the existing cue points. :(.
2009-04-19 07:03:41 UTC by nobody
-
hi,
If I use yamdi 1.4 to add metadata to a flv file with only an audio steam and I look at the metadata of the converted flv file I miss the lastkeyframetimestamp and
the lastkeyframelocation tag and the onLastSecond event.
Kind regards,
Marcel.
2009-03-25 09:52:23 UTC by nobody
-
Hello,
Do you plan to add the ability to write onCuePoint events from external XML file ?
I tried flvtool2 to do that but it's really too sloooow. I really need this ;)
If not, do you know another CLI tool which can achieve this ?
Thank you.
2009-03-13 11:19:38 UTC by rickdeckard2019
-
ingo_opp changed the public information on the Yet Another Metadata Injector for FLV project.
2009-03-10 09:36:43 UTC by ingo_opp
-
Hi
Sorry for the late answer. I tested it with some audio only mp3-flv files and it worked fine. Can you tell me how you generated the flv or send me a sample file such that I can reproduce the problem?
Regards
Ingo.
2009-03-03 12:56:30 UTC by ingo_opp