Skip to content
Advertisement

Tag: video

How to solve a RAW stream playback problem with GStreamer and VAAPi

I am currently experiencing a small problem with GStreamer, here are more details: Configuration: Intel i7-6700 Intel HD Graphics 530 Ubuntu 18.04 LTS GStreamer1.0 VAAPI plugin I receive a UDP stream from a video source, this stream is sent in RAW UYVY format. Here is my command line to decode it: gst-launch-1.0 -v udpsrc port=”1234″ caps = “application/x-rtp, media=(string)video, clock-rate=(int)90000,

ffmpeg img to video = Could find no file with path

i try to convert img to mp4 with ffmpeg. i try to do it like this: and get an error: The jpg file-name format is: anyone can help, where is mistake?… Thanks! Answer To match all jpg files in /tmp/stream use: For more specificity use additional glob patterns. For example, if you only want images from 2017-11-08 to 2017-11-10: For

What does the “D:, H:, V:” means in fbset?

I search many data on web but I can’t find what does the “D: 148.500 MHz, H: 67.500 kHz, V: 60.000 Hz” means in the below example? mode “1920×1080-60” # D: 148.500 MHz, H: 67.500 kHz, V: 60.000 Hz geometry 1920 1080 1920 3240 32 timings 6734 148 88 36 4 44 5 accel false rgba 8/16,8/8,8/0,0/0 endmode Does parameter

FFmpeg not copying all audio streams

I’m having trouble getting ffmpeg to copy all audio streams from a .mp4 file. After hours of searching online, it appears this should copy all streams (as shown in example 4 here): in.mp4 contains 3 streams: Video Audio track 1 Audio track 2 out.mp4 (which should be identical to in.mp4) contains only 2 streams: Video Audio track 1 FFmpeg does

How can I run command line FFMPEG and accept multiple pipes (video and audio) without blocking on the first input?

I’m trying to mux h264 and aac created with MediaCodec using FFMPEG, and also use FFMPEG’s RTMP support to send to youtube. I’ve created two pipes, and am writing from java (android) through WriteableByteChannels. I can send to one pipe just fine (accepting null audio) like this: YouTube streaming works perfectly (but I have no audio). Using two pipes this

HLS (apple http stream) video download

I have video in HLS format. And I would like to save it to disk. I want to see it with VLC offline with no adds. 🙂 Is there a simple way to do it? ( I am using Linux mint so it easy to run scripts) Thanks in advance. Answer The tricky part is to find the cookie given

Advertisement