I have a new video cam which records in h.264. In windows the videos play fine, but in linux they look interlaced. What can it be? I get the best result with VLC but they still are interlaced
edit:
here's a short video http://www.mauriziopz.eu/ricette/wp-content/uploads/2010/12/M2U00156.mpg
and here's what I see
[http://www.mauriziopz.eu/ricette/wp-content/uploads/2010/12/schermata1.png
it is an nVidea
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
|||||||||||
|
|
It seems to me that the mpg file that was uploaded was indeed an interlaced mpeg2 720x576 (which is 4x3 PAL DVD resolution), and not an h.264 (mpeg4 part 10) encoded file (though h.264 it seems can support interlacing). It looked interlaced to me too using totem (on fully updated 10.04 LTS), but running it through a deinterlacing filter using mplayer
fixes it right up for me. Optionally, you could use ffmpeg to transcode your video using a deinterlacing filter. Deinterlacing support was added to Totem (git master) in April 2010 (so if you're running an ubuntu with gnome older than 2.32, it looks like totem won't deinterlace for you). So I think your options are
references: |
|||
|
|
