Search found 2 matches

Go to advanced search

by Chooh
12 Jan 2010 17:28
Forum: General VLC media player Troubleshooting
Topic: Capture audio/video from two different files
Replies: 1
Views: 1129

Re: Capture audio/video from two different files

Well, slave input works, if video frames and audio packets came from regular files, not from the pipes

Code: Select all

#!/bin/sh vlc \ --demux 'rawvideo' \ --rawvid-fps 50 \ --rawvid-width 1280 \ --rawvid-height 720 \ --rawvid-chroma=UYVY \ --input-slave 'stream/rawaud://./audio.raw' stream://./video.raw \
by Chooh
05 Jan 2010 16:58
Forum: General VLC media player Troubleshooting
Topic: Capture audio/video from two different files
Replies: 1
Views: 1129

Capture audio/video from two different files

Hi! I need capture and transcode video from HDMI via Intensity Pro Capture tool from BlackmagicDesign SDK can output raw video (YUV) in one file, and raw audio in another file. To transcode on-the-fly i created two fifos, /tmp/video and /tmp/audio and run Capture with following keys: Capture -m 6 -f...

Go to advanced search