Postby theJ0ker » 24 Dec 2006 00:22
Hi, I have recently purchased a Topfield TF5800 which creates these .rec files, and I have found a problem with transcoding them to an iPod compatible format. I'm using VLC 0.8.6 which plays the files with no trouble, but when I try to transcode the stream to mp4 or h.264 video at 320 x 240 resolution, 128 bit 2 channel mp4 audio, it reliably fails on large files. It starts off OK, but about 1/2 an hour into it, the audio continues OK, but the video is about 20 minutes out of sync (it skips a large chunk of video and shows video from later in the stream). I can upload a sample file if required. The transcoded file plays incorrectly in VLC and on the iPod, and the original .rec file plays OK in VLC. Here are the settings I used:
%VLC_PATH% %FILE_TO_CONVERT% :sout="#transcode{vcodec=mp4v, vb=512, acodec=mp4a, ab=128, channels=2, audio-sync}:std{access=file, mux=mp4,url=%IPOD_COMPATIBLE_FILE%}" --sout-transcode-width=320 --sout-transcode-height=240 --aspect-ratio=width:height vlc:quit
(I also tried vcodec=h264 but with the same results)