All Questions
2 questions
1
vote
1
answer
2k
views
ffmpeg: mp4 to camera: Conversion
I found the following question and tried to send a mp4 video to my camera:
Is there any way ffmpeg send video to /dev/video0 on Ubuntu?
I used the following command:
ffmpeg -re -i fakezoom.mp4 -map 0:...
1
vote
0
answers
1k
views
Capturing an "HD" video from Webcam using gstreamer pipeline is failed
I have a simple pipeline which is supposed to capture a video stream (+audio) from a webcam in JPEG and put it into a .mts container, but at the end when I try to play the file (using ffplay) or ...