Analyzing time too long

Asked by Prabhath

When I am trying to import files to Pitivi, clips aren't imported. It says following clip can't be used with Pitivi and timeout while importing clips. The clip is in .mpg format.
What should I do to solve this so as to edit my videos??????????
It's urgent

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu pitivi Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jeff Fortin Tam (kiddo) said :
#1

How big is your clip?

In any case, as a workaround, you could edit discoverer.py and replace the line

        self.timeout_id = gobject.timeout_add_seconds(10, self._timeoutCb)

By

        self.timeout_id = gobject.timeout_add_seconds(60, self._timeoutCb)

(which would make the timer wait for 60 seconds instead of 10).
But normally, this shouldn't be needed and you should file a bug with details about your file, it shouldn't take so long. I'm just giving you this temporary trick because you said it is urgent.

Revision history for this message
Prabhath (prabhath2020) said :
#2

I am new to ubuntu. So don't knw how to edit plz help

Revision history for this message
Jeff Fortin Tam (kiddo) said :
#3

http://www.pitivi.org/manual/

Or ask specific questions.

Revision history for this message
Jeff Fortin Tam (kiddo) said :
#4

If you meant that you don't know how to edit text files such as /usr/lib/pitivi/python/pitivi/discoverer.py, then I strongly advise that you do not do it unless you know what you are doing.

Can you help with this problem?

Provide an answer of your own, or ask Prabhath for more information if necessary.

To post a message you must log in.