Skip to main content

Questions tagged [ffmpeg]

a free software package including libraries and programs for handling multimedia data.

0 votes
0 answers
50 views

While configuring Go2rtc for transcode RTSP streams on RPi4 with ffmpeg, I encountered a problem using the h264_v4l2m2m encoder. Go2rtc, acting as a stream server, creates ffmpeg processes linking ...
pyzone's user avatar
  • 11
0 votes
0 answers
61 views

I have a RPi3B+, and I wish to test transcoding capabilities (h264->h264) with ffmpeg: ffmpeg -c:v h264_v4l2m2m -rtsp_transport tcp -i 'rtsp://admin:admin@camip:camport' -c:v h264_v4l2m2m -pix_fmt ...
Daniel's user avatar
  • 291
1 vote
0 answers
50 views

I am trying to connect my RPi cam with RPi CM4 and waveshare nano baseboard. I updated the config file: # For more options and information see # http://rptl.io/configtxt # Some settings may impact ...
Nandan Padia's user avatar
0 votes
0 answers
37 views

I'am trying to build a SIP-Client for special purposes with support of MP3/MP2/AAC Codecs coding in C++. FFMepg-dev is properly installed on my Raspi 4 with RaspiOS 64bit. I tried to configure PJSIP ...
Radioklicker's user avatar
0 votes
0 answers
280 views

Full Hardware Acceleration for USB Webcam 1080p@30fps to H.264 RTSP Stream on Raspberry Pi 4 Description I’m trying to achieve full GPU hardware acceleration for encoding video from a USB webcam (...
Peterkal's user avatar
0 votes
0 answers
127 views

I’m working on building an ultra-low-latency live streaming application using the Raspberry Pi Camera Module V2. My setup includes FFmpeg for video streaming over UDP to achieve low latency, and ...
Ismail Mansuri's user avatar
0 votes
0 answers
211 views

the idea I want to achieve is this: I'm planning to make an eye-tracker device, which is in 2 parts: the first part is what the subject/user wears, includes an eyeglass-shaped frame, 2 Infrared ...
Valo_iO's user avatar
1 vote
1 answer
372 views

I am using raspberry pi-4 8GB to take input from a video device /dev/video0 and output it over a network rtp://192.168.10.10:6001 I am using following ffmpeg command ffmpeg -f v4l2 -i /dev/video0 -c:v ...
Mubashir's user avatar
  • 121
0 votes
1 answer
163 views

I'm trying to get FFMPEG to pull both audio from my webcam. It works fantastically, when it does, but is intermittent. I am using the following command: ffmpeg -report -y -f alsa -channels 1 -ar ...
LazySpoon Utensil's user avatar
0 votes
1 answer
189 views

I would like to display (say 4) videos on the one screen. I have planned to use vlc running in an xterm. This would have given me access to the geometry X operations to put the xterm windows where I ...
Dr Iain Maoileoin's user avatar
0 votes
0 answers
85 views

I have a Raspberry Pi with a camera module and a NEMA 17 stepper motor connected to it. When I run the command ffplay /dev/video0, the video runs perfectly. However, whilst the video is running, and I ...
Broteen Das's user avatar
2 votes
2 answers
7k views

I was able to figure out all of my libcamera stream settings needed to stream video from my Camera Module 3 and audio from a USB microphone in my RPi Zero W 2 straight to YouTube, which is as follows: ...
Patrick Hennessey's user avatar
1 vote
0 answers
245 views

Situation I am using ffmpeg to create GIFs from MKV files, adding subtitles from SRT files. My command usually looks like this: ffmpeg -y -ss <start_time> -to <end_time> -copyts -i <MKV ...
GregoirePelegrin's user avatar
2 votes
0 answers
2k views

I am receiving UDP streaming through ffmpeg ffplay, but there is a problem that the video is broken. I'm using a GoPro Hero 10 camera, but I can't receive more than three camera streams because the ...
SangEun Shin's user avatar
1 vote
0 answers
1k views

The Raspberry Pi 4 can encode videos using hardware acceleration by using 64 bit Raspberry Pi OS, a particular ffmpeg fork and the h264_v4l2m2m codec. Alternatively, Ubuntu and the 4.4 version of ...
domsson's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
9