Hi, I try to cut some words out of some speeches. The problem is, that the video fragments become very short and do not always start with a keyframe, which causes ugly artefacts. How can I fix this problem?
+ Reply to Thread
Results 1 to 12 of 12
-
-
Convert the whole video to a lossless format first then edit that. When done, convert the edited version to any format you want.
-
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
-
Yes, but my problems is with the video artefacts, not audio. Audio Track is ok.
-
Perhaps you can more clearly explain what you are trying to do. If you are trying to gram the video of a single word, then you will have to re-encode the video if not cutting on keyframes, unless you use either uncompressed video (very large files) or a format that uses intra-frame compression only (DV being the most compact example).
AVI Demux should be able to do what you need. If you are removing short snippets and keeping the rest, you can use it's built-in smart encoding to reduce the amount of re-encoding you have to do.
Recent builds of virtualdub also support smart encoding, although the range of formats that virtualdub can handle is less than AVI Demux.Read my blog here.
-
That is not precise what i want to do.
I want to cut a speech of a politician into many short clips (one clip for each word).
The problem is that in theses very short monies, the key-frames are not on the beginning.
These clips are often shorter than 1 sec. I'd like to do it from command line under linux. ffmpeg or mencoder for example.
Best Ragards -
The whole command-line under linux thing is kinda important . . . . . . just saying.
You can get avisynth working under wine. That is probably your best solution. Frame accurate, script driven, feed to your encoder to encode. You may have to write some pearl or similar to create your avisynth scripts for you.Read my blog here.
-
Keyframes are created when you encode. You will get one for the first frame, and subsequent keyframes will be created depending on the interval you select when you configure your encoder, and the codec being use. For example, DV has a keyframe every frame.
Read my blog here.
Similar Threads
-
Software to Read Variable Density Optical Soundtrack
By jersy in forum AudioReplies: 8Last Post: 7th Sep 2011, 23:03 -
How Increase Density of Frames Displayed? Vegas 9
By solarblast in forum EditingReplies: 2Last Post: 14th Sep 2010, 11:37 -
Listing keyframes
By Misterer in forum Newbie / General discussionsReplies: 0Last Post: 14th Aug 2010, 10:36 -
Are variable keyframes possible?
By x2x3x2 in forum Video ConversionReplies: 15Last Post: 7th Aug 2010, 07:40 -
Are I-Frames the same as Keyframes?
By leopard in forum ffmpegX general discussionReplies: 4Last Post: 1st Aug 2009, 07:23