VLC + BlackMagic Intensity Pro on Ubuntu Server
Posted: 06 Mar 2012 01:56
I have downloaded latest sources from git and compiled with the decklink sdk option. I'm being able to capture video from the video card, but when I try to save this to a file, I start getting errors of "PTS is less than DTS" from the x264 encoder. My command line is:
./vlc -vvv decklink:// --sout='#transcode{vcodec=h264,acodec=mp4a}:std{access=file,dst=/home/video.ts}' --decklink-card-index=0 --decklink-mode=ntsc --decklink-audio-connection=analog --decklink-audio-rate=48000 --decklink-audio-channels=2 --decklink-video-connection=composite --decklink-aspect-ratio=4:3
If I try to stream this instead of saving it to a file, I get rid of this error messages and start getting "late buffer for mux input" tons of times, which apparently has no effect on the quality of the video streamed.
Im on a Core2Duo with 2gig RAM running Ubuntu Server 11.10.
So, my question is: what am I doing wrong here??? I've read tons of posts and didnt manage to find an answer for this.
Kind Regards,
Juan Martin Runge
./vlc -vvv decklink:// --sout='#transcode{vcodec=h264,acodec=mp4a}:std{access=file,dst=/home/video.ts}' --decklink-card-index=0 --decklink-mode=ntsc --decklink-audio-connection=analog --decklink-audio-rate=48000 --decklink-audio-channels=2 --decklink-video-connection=composite --decklink-aspect-ratio=4:3
If I try to stream this instead of saving it to a file, I get rid of this error messages and start getting "late buffer for mux input" tons of times, which apparently has no effect on the quality of the video streamed.
Im on a Core2Duo with 2gig RAM running Ubuntu Server 11.10.
So, my question is: what am I doing wrong here??? I've read tons of posts and didnt manage to find an answer for this.
Kind Regards,
Juan Martin Runge