Transcode DVVIDEO files

Hi,
I have some AVI files captured by Windows Live Movie Maker from my DV video camera.
ffmpeg -i returns the following:
When I play the files from my PC the video is quite good.
When I see them on my TV using serviio, they are transcoded but something is wrong with the interlacing (I guess): a sort of horizontal lines are shown.
My profile is customized like this:
Is there something I can do to improve the quality when watching these files?
Davide
I have some AVI files captured by Windows Live Movie Maker from my DV video camera.
ffmpeg -i returns the following:
- Code:
C:\Temp>ffmpeg -i test1.avi
ffmpeg version 0.9, Copyright (c) 2000-2011 the FFmpeg developers
built on Dec 13 2011 20:46:11 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs
erver --enable-memalign-hack --enable-libmp3lame --enable-librtmp --extra-libs='
-lrtmp -lpolarssl -lws2_32 -lwinmm' --arch=x86 --enable-runtime-cpudetect --enab
le-pthreads --target-os=mingw32 --cross-prefix=i686-mingw32- --pkg-config=pkg-co
nfig
libavutil 51. 32. 0 / 51. 32. 0
libavcodec 53. 42. 0 / 53. 42. 0
libavformat 53. 24. 0 / 53. 24. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 53. 0 / 2. 53. 0
libswscale 2. 1. 0 / 2. 1. 0
Input #0, avi, from 'test1.avi':
Duration: 00:01:25.60, start: 0.000000, bitrate: 28886 kb/s
Stream #0:0: Video: dvvideo, yuv420p, 720x576, 28800 kb/s, SAR 16:15 DAR 4:3
, 25 tbr, 25 tbn, 25 tbc
Stream #0:1: Audio: pcm_s16le, 32000 Hz, 2 channels, s16, 1024 kb/s
Stream #0:2: Audio: pcm_s16le, 32000 Hz, 2 channels, s16, 1024 kb/s
When I play the files from my PC the video is quite good.
When I see them on my TV using serviio, they are transcoded but something is wrong with the interlacing (I guess): a sort of horizontal lines are shown.
My profile is customized like this:
Is there something I can do to improve the quality when watching these files?
Davide