Quote:
The new file was reduced to 245Kb
|
Well, that's a start
If it still works.
Quote:
is there anything else with that Avidemux program I can try?
|
To be honest, I haven't used it very much, and I am not at all sure what all its options do ( a bit like
man mencoder - it just gives me a headache, with way too much information that I do not understand! )
avidemux will make mpgs -> other formats by re-encoding them, perhaps try this? Maybe some magical combination of options will eventually be applied. (
avidemux probably uses mencoder to do this, but perhaps has a better idea of the correct mencoder options than I do).
I think my original suspicion might be right - the thumbnailing program looks at just the first frame in the file. In encoded video, there are generally whole-frames, and then difference-encodings for the next few frames, then another whole-frame etc. How all this is managed depends on all the different (da?ned) codecs. If your editor just makes a "cut" at a certain frame, then maybe your output file is starting with a "difference" frame, which is unrenderable without knowing about the preceeding frames, which you have cut.
The video will still play, because the player will discard the first few frames it cannot render.
Maybe try
mplayer yourbadfilename.mpg in a terminal, perhaps some useful error information will be seen (Discarding ... because ....)
Otherwise, maybe start with your unedited file, and use something else to edit it.
I don't generally "do" video, unless it is point, click, play, on the BBC's website, so you have reached the limit of my (very limited) video knowledge.
Please post a follow-up if you manage to fix it, others will appreciate it.
HTH.