-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
melt error #1
Comments
Hello @tatbag, could you please run the two melt instances from a commandline? That will give a more detailed log of the error. Also, this also requires the 'patero' branch of Caspa (that is quite a bit behind master and yet not merged) to properly ingest the transcoded material. |
Yes i have patero branch checked out root@ip-xxx-xxx-xxx-xxx:/home/ubuntu/mbc-playout/mbc-patero# melt -progress /home/ It says "Segmentation fault". |
Mmm, that is not good. Where are you installing melt from? Normally we use the latest git version. Could you please send me (either here or in private) your small.mp4 file to test here? Thanks and best regards. |
For melt I've used Build Script from here http://www.mltframework.org/bin/view/MLT/BuildScripts |
Thanks. I'll look into it today. |
Well, it works on my machine. |
If you need assistance with that tell me and I'll be more than glad to help. |
Ok thanks very much I'll try to do it by myself but it will take some time 'cause I have no experience with GDB :) Anyways, I've re-installed Melt using github edition, now I get this when running patero.py DEBUG:root:Start: /home/ubuntu/mbc-playout/caspa/2small.mp4 ERROR:root:Error: Failed to load "/home/ubuntu/mbc-playout/caspa/2small.mp4" Is there possibility to remove old files from patero config? Everytime I run it it tries to process old media that i've deleted. |
That's my fault. Cleaning the 'transcode_collection' in Mongo should fix it. |
yes db.transcode_queue.remove() fixed it! |
Hello, (gdb) run -progress /home/ubuntu/mbc-playout/caspa/small.mp4 -filter sox:analysi Even when i run "melt small.mp4" it says "Failed to load "small.mp4"" |
Hi,
I get this when running patero.py
DEBUG:root:Start: /home/ubuntu/mbc-playout/caspa/small.mp4
DEBUG:root:Stage: audio-norm
Running: melt -progress /home/ubuntu/mbc-playout/caspa/small.mp4 -filter sox:ana
lysis -consumer xml:/tmp/tmpteVjhu.mlt video_off=1 all=1
Current Frame: 77, percentage: 46 0
DEBUG:root:Progress: 46.0
Current Frame: 153, percentage: 91 52
DEBUG:root:Progress: 91.0
stderr Current Frame: 166, percentage: 99
DEBUG:root:Progress: 99.0
DEBUG:root:Stage: video-transcode
Running: melt -progress /tmp/tmpteVjhu.mlt -consumer avformat:/home/ubuntu/mbc-p
layout/caspa/small.m4v properties=H.264 strict=experimental progressive=1
stderr Current Frame: 1, percentage: 0
ERROR:root:Error: Melt error
So video isn't added to caspa, what's wrong?
The text was updated successfully, but these errors were encountered: