LINUX.ORG.RU

Mencoder - запись видео с IP камеры


0

0

В оффисе для видеонаблюдения установлены IP камеры Axis 207 серии. Требуется организовать запись видео с них со звуком, поэтому ZM отпадает сразу :(.

есть возможность делать это через mencoder, но там одна грабля: записанное видео показывается слишком быстро, плюс нет сихронизации со звуком :(

может кто-то сможет посоветовать, как это вылечить.

mencoder -ovc xvid -xvidencopts bitrate=3000 -oac faac -ofps 24 -o ./video.avi rtsp://camera_IP/mpeg4/media.amp

Всем спасибо за советы :)

Решение оказалось как всегда очень простым:

Audio/Video synchronization MPlayer's "A-V:" display (at the bottom of the console window) shows the current time difference (in seconds) between the audio and video streams. MPlayer will automatically attempt to synchronize audio and video - i.e., to bring the "A-V:" number close to zero - using information provided by incoming RTCP "Sender Report" packets. Sometimes, however, MPlayer's default synchronization mechanism can be slow to respond. If you need to make it respond more aggressively, try adding the option -mc 10

MPlayer's principal author has also written an informative article that discusses techniques for tuning the performance of MPlayer.

добавление флага -mc 10 вылечило :)

matad0r
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.