Hello,
I'm transcoding dvr-ms recordings made by Windows MediaCenter 2005 from an analog PAL TV source (720x576 at 25fps, interlaced) to mp4 (x264, aac) using the following command line:
vlc.exe -I dummy --verbose 0 -vvv "dvr-ms-file" --sout=#transcode{vcodec=h264,vb=1024,acodec=mp4a,ab=192,samplerate=48000,channels=2,audio-sync,threads=2}:std{access=file,mux=mp4,url="video.mp4"} --sout-mp4-faststart --dummy-quiet vlc:quit > vlc.log
I have a couple of issues, i'd like to ask about:
1. I don't deinterlace the video, because I get really bad a/v sync issues: The audio is behind the video between 3 and 8 seconds. Is there a way to fix this? What settings should I use to deinterlace the video?
Example:
vlc.exe -I dummy --verbose 0 -vvv "dvr-ms file" --sout=#transcode{vcodec=h264,vb=1024,acodec=mp4a,ab=192,samplerate=48000,channels=2,deinterlace,audio-sync,threads=2}:std{access=file,mux=mp4,url="video.mp4"} --sout-mp4-faststart --deinterlace-mode=linear --dummy-quiet vlc:quit > vlc.log
2. The video plays back fine in QuickTime or in DirectShow based mediaplayers using CoreAVC/CoreAAC, but I'm not really happy with the video quality. Which settings would or could improve the image quality?
3. I'd like to be able to play the transcoded mp4 files with the new flash update (moviestar), however with above settings I don't get a video. I only hear the audio. What settings are required to get flash working?
--> Partially fixed see next post.
Thanks!
grover