Skip to main content

Questions tagged [video]

Questions about video editing, streaming, conversion, capturing or video output. Use a more specific tag if possible.

0 votes
0 answers
51 views

Play analogue video from audio in

I have an adapter with AV input on one end and a 3.5 mm jack on the other. Is it possible to plug the 3.5 mm jack into audio in and view the AV signal going in? I've been trying to use the Analogue ...
jkozaka's user avatar
  • 11
0 votes
0 answers
85 views

VLC: Split Video onto Two Displays with Command

I need to display a video on two screens with VLC by command, in a non-manual way on my Raspberry PI. The two screens are each connected by a HDMI cable. The video files have the 3840 * 1080 ...
CaptainCsaba's user avatar
0 votes
0 answers
32 views

YUV: Change the Chroma Subsampling and Bit Depth Without Losing Quality

Let's say I have a short video with YUV 4:4:4 and 10bit depth, and I convert it to a FFV1 with YUV 4:2:0 and 8bit depth. Is the FFV1 lossless? Will the colors be the same? If so, how do I convert ...
David Pilling's user avatar
0 votes
0 answers
45 views

How to merge videos without overlap maintaining ratio 16:9 using ffmpeg

I have 2 videos in format 16:9. I need to merge together without any overlap and I need to keep final ratio 16:9 as well. One video need to be large (covering 80 % or more) and other has to be smaller ...
Petr Glaser's user avatar
0 votes
2 answers
73 views

VAAPI decoding on UBUNTU does not display video

I am trying to decode and display a video using gstreamer vaapi streamed over ethernet network. I don't have any errors just the video is not displayed. The pipeline used on sender is: gst-launch-1.0 ...
Diana Atomulesei's user avatar
1 vote
1 answer
29 views

Seeking with ss dont seem to work in combination with VideoFilter

In FFMPEG I am using the following command to extract frames from a video: ffmpeg -ss "00:47:13" -i "Video.webm" -vf select="gte(n, 90000)" -vframes 5000 "frames_%d....
Snickbrack's user avatar
0 votes
0 answers
178 views

How to correct Dolby Vision HDR video on Windows 10 (it is correct after sharing on Facebook)

I have a video that is recorded from an iPhone in Dolby Vision HDR. When playing it using the Windows Films & TV app, the colours look washed out (I assume it is because Windows does not have ...
A G's user avatar
  • 593
1 vote
0 answers
41 views

How to add texts at specified timestamps (FFmpeg)

I have a video (input.mp4) file showing a series of cashier transactions. I would like to add a counter showing cumulative number of purchases. I was able to add a running counter doing this: ffmpeg -...
sleepysleeps's user avatar
1 vote
0 answers
111 views

How to preserve contrast/highlights when converting ProRes HDR 10-bit to SDR using hevc_videotoolbox?

I'm trying to convert a 4K HDR 10-bit video clip to BT.709, preserving as much color as possible while allowing the clip to be played where HDR is not supported. With the command below, the output is ...
jslp's user avatar
  • 21
-2 votes
1 answer
50 views

GoPro Dashboard Overlay - Total Distance

Is there an easy way to get James Richardson's GoPro Dashboard Overlay tool to display total distance or average speed? I'm not figuring it out. The default render shown in the docs doesn't seem to ...
Shawn Eary's user avatar
1 vote
1 answer
96 views

FFMPeg: Rotate Image on centre of image

Im trying to overlay an image on at a position X,Y of video and then rotate it an arbitrary angle where x,y = 150,100 This however does not work as expected. Below is the command I'm using. ffmpeg -i ...
Aneesh's user avatar
  • 115
0 votes
0 answers
18 views

How to create a video encoding ladder for any aspect ratio?

For a given video uploaded by a user, I need to create three versions of it to cover standard definition (SD), high definition (HD), full high definition (FHD), and ultra high definition (UHD e.g. 4K)....
volume one's user avatar
0 votes
0 answers
95 views

How do I write unique images to each video frames?

There are unique images for each frame of a video and I am trying to use ffmpeg to overlay the images back to source video to generate same source video metadata with overlayed image. ffmpeg -i input....
Zuerst's user avatar
  • 101
0 votes
0 answers
170 views

Ffmpeg out of memory issues with filter_complex_script

I’m trying to do a "moving crop" on a video with ffmpeg, following this question: https://stackoverflow.com/questions/78314831/ffmpeg-dynamic-cropping-using-sendcmd-correct-syntax I’m ...
Sulli's user avatar
  • 137
0 votes
0 answers
42 views

Achieving Precise 10-Minute Shutdowns for VLC Player

I need VLC player to shut down every 10 minutes, so I used this command: vlc -I {camAddress} --run-time=600 vlc://quit. However, it's not shutting down exactly after 10 minutes. I suspect this is ...
sangeun jo's user avatar
0 votes
0 answers
54 views

Change default/native resolution of a display in macOS

I have a Philips 55PUS7303/12 TV (albeit it's hooked up to my computer through a Denon AVR-X1400H AV receiver, but this doesn't change the aspect I'm asking about) and it shows up as having a default ...
Quartz's user avatar
  • 1
0 votes
0 answers
50 views

How to stream integrated camera to Facebook using FFMpeg

I'm currently using this command to stream to Facebook: ffmpeg -f dshow -i video="HD User Facing":audio="Varios micrófonos (Realtek(R) Audio)" -c:v h264 -pix_fmt yuv420p -r 30 -g ...
Cesar LI's user avatar
0 votes
1 answer
160 views

ffmpeg fetching PTS/DTS for data packets incorrectly

I have captured a transport stream through TSP command Command: tsp -I ip port --source ip -O file stream_capture1.ts then using ffprobe, below is the output which is capturing correct stream Input #0,...
Parmesh Kumawat's user avatar
0 votes
0 answers
48 views

Why does FFmpeg encoding stall on Ubuntu with DVD video file?

I've encountered a challenging issue while using FFmpeg on Ubuntu to encode a DVD video file contained in a .bin format. Despite various attempts (also employing vlc or bounting converted .iso), ...
jay.sf's user avatar
  • 831
-1 votes
1 answer
90 views

Disabling playback windows 10 notification from top left corner?

I have checked the "similar" question I don't believe the answers there deal with this problem specifically they are mainly talking about the right side notification center, this is not ...
usa alb's user avatar
  • 29
1 vote
0 answers
89 views

FFMPEG > The transcoded video contains insufficient number of frames

I am trying to transcode the videos (which I receive via the javascript media recorder in streaming mode by telephone) to use the VP9 codec and also to resolve concerns about the duration of these ...
Kalkilo Najmax's user avatar
1 vote
1 answer
58 views

How can I detect which channels contain compressed audio in a video file by using command line tools?

I have an MXF file that contains 16 audio tracks. I know the first two tracks (stereo) contain Dolby E compressed video. Using MediaInfo (gui) it lists 16 audio streams with a mix of Dolby E and PCM ...
kfank's user avatar
  • 11
3 votes
1 answer
312 views

How to remove all subtitle channels except the first English one with FFmpeg?

I'm not very well versed on FFmpeg, and I've tried to do this many times myself, but I couldn't even figure out the syntax.. So I'm going to ask outwards to people much smarter than myself. I wish to ...
Novum Gain's user avatar
2 votes
1 answer
257 views

Why am I getting pixelated videos in FFmpeg when converting to a GIF?

I want to encode this WEBM video: https://buggem.github.io/connecting.webm I have been noticing the fact that FFmpeg has been played up when it comes to quality. I am doing WEBM to GIF, if that ...
Missing User's user avatar
0 votes
0 answers
84 views

Bluetooth earbuds not playing any sound after a while while video calling on my macbook

I am using a 2017 MacBook air. I can watch videos with the same earbuds without any issue at all for however long. But, when video calling or attending meetings in WhatsApp and MS Teams (haven't tried ...
Naseeb Naushad's user avatar
0 votes
0 answers
30 views

OpenWRT - RTSP doesn’t work on 802.11b (no video stream, but audio works)

I have an issue with configuring OpenWRT on MT7628 chip from Mediatek. OpenWRT version: 19.07.3 Expected behavior: OpenWRT creates a local Wi-Fi network (no connection to the global internet). Two ...
piotr-de's user avatar
1 vote
1 answer
109 views

FFmpeg trimming of Linux Screencast video does not work as described in another answer

I used the answer(s) from this questions, however my video is not trimmed. Using ffmpeg to cut up video How to reproduce reproduce: The Video I am talking about was recorded via the Ubuntu 22.04 ...
Daraan's user avatar
  • 129
1 vote
1 answer
622 views

Error submitting a packet to the muxer: Cannot allocate memory

I'm attempting to trim and concatenate several video files using ffmpeg. These videos have already been transcoded with H.264 at a resolution of 720p. However, when executing the command, I encounter ...
Zahra's user avatar
  • 11
0 votes
3 answers
94 views

Why is Handbrake forcing down the frame size of my video?

Summary: I have an old movie that I downloaded from YouTube some years ago, saved as an flv. I want to extract a 13-minute clip from it. To do that, I used ffmpeg to convert it to mp4 so I could load ...
NewSites's user avatar
  • 800
1 vote
0 answers
102 views

MPV to play videos with a geometry

I have YOCTO build and I have integrated the mpv to the image. I need to test something so, I wrote a script that could play videos with a certain width and height and position on the screen but mpv ...
thehilmisu's user avatar

15 30 50 per page