video app cannot handle i420

Post anything on anything here

Moderator: Moderators

video app cannot handle i420

Postby Gut_Eater » Fri Sep 07, 2007 8:12 pm

My app for video-cutting (kdenlive) cannot handle the avi-file, that Nexuiz creates through capturing. Maybe it is an ffmpeg-issue.
When i drag a captured video on the timeline and play it, the programm crashes, when the timeline reaches the end of the file.

To which format can i convert these raw avi-files, so that the loss of quality is as small as possible?
Gut_Eater
Alien
 
Posts: 116
Joined: Fri Apr 07, 2006 1:46 pm
Location: Germany, NRW

Postby divVerent » Sat Sep 08, 2007 7:13 am

First, try just rewriting the AVI:

mencoder -ovc copy -oac copy -o new.avi dpvideo001.avi

If that won't help, use any format with a selectable VBR quality factor:

mencoder -ovc lavc -oac pcm -o new.avi -lavcopts vcodec=mpeg4:vqscale=1 dpvideo001.avi

(typo fixed, thanks)
Last edited by divVerent on Sun Sep 09, 2007 7:23 am, edited 1 time in total.
1. Open Notepad
2. Paste: ÿþMSMSMS
3. Save
4. Open the file in Notepad again

You can vary the number of "MS", so you can clearly see it's MS which is causing it.
divVerent
Site admin and keyboard killer
 
Posts: 3809
Joined: Thu Mar 02, 2006 4:46 pm
Location: BRLOGENSHFEGLE

Postby Gut_Eater » Sat Sep 08, 2007 8:05 pm

Yes, copying the file was my first idea, too. But that does not work. I will try it with this:
Code: Select all
ffmpeg -i dpvideo007.avi -acodec copy -vcodec mpeg4 -sameq neu.avi


Btw, you mad a typo. It should be "-ovc lavc".

Thx for your help.
Gut_Eater
Alien
 
Posts: 116
Joined: Fri Apr 07, 2006 1:46 pm
Location: Germany, NRW


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest

cron