Questions tagged [overlay]

119 questions
30
votes
6 answers

Which Dropbox icon is for which Icon Overlay Identifier name?

Since Windows can only handle 15 icon overlay identifiers and the rest get ignored I though I can move the ones I want to the top and only have the ones I need. In terms of Tortoise SVN it's very easy to find out which icons you're ruling out since…
Mehrad
  • 536
26
votes
1 answer

How do I remove the extra stuff they have apparently recently added to the "volume overlay" pop-up thing in Windows 10?

A week ago, I was forced to once again reinstall Windows 10. Now I have "2004". I don't know if it was the new version of Windows 10, or the new version of foobar2000, or a combination of both, but now, every time I press my "mute/unmute system…
11
votes
3 answers

Using FFmpeg filter without video conversion

Does anyone have an idea of how I can put an image mask over the video without changing the audio & video codec? I'm making different media files for testing purposes and I want control over my audio and video codecs used in a A/V container, now I…
Jan Claes
  • 211
7
votes
3 answers

Scale watermark overlay by video size with ffmpeg

I would like to scale a watermark to 5% of the video width. I need something like that: ffmpeg -i 1.mp4 -i logo.png -filter_complex "[1:v] scale=1_MP4_VIDEO_WIDTH*0.05:-1 [logo1]; [0:v][logo1] overlay=0:0" -y -b 1600k -c:v libx264 -profile high…
face
  • 143
7
votes
2 answers

How to hide the Microphone Camera on/off overlay on upper right corner of monitor in Windows

A microphone/camera on/off overlay appeared on the upper right corner of my monitor. How can I hide it? Thank you
6
votes
1 answer

ffmpeg: change alpha channel of a showwaves filter

I've been trying to figure this issue out for a few hours and I can't seem to find any solution. I'm creating a video from an .mp3 and some images with the following command fmpeg.exe -y -i temp\audio.mp3 -loop 1 -i Bokeh\frame-%03d.png -r 25…
Znuff
  • 151
6
votes
2 answers

ffmpeg: How to place multiple overlays and fade out the topmost properly

I'm trying to place several overlays on top of each other and fade out the topmost after some frames. Therefore I'm using 2 .png files which should be placed on the final video in the following order: fademe.png <-- Topmost overlay, should be faded…
evilheinz
  • 163
6
votes
2 answers

Looking for a file-system overlay using LD_PRELOAD

I'm looking for a shared library that is to be loaded using LD_PRELOAD that would modify the view of the filesystem to the client program. Ideally, I'd like to choose the filesystem root (or use / as root) and to overlay the filesystem by renaming…
user36520
  • 3,171
  • 3
  • 24
  • 19
6
votes
1 answer

How do I overlay a PNG over two videos (one video overlays another) in one command using FFmpeg?

I'm a new user of FFmpeg, and I want to insert a logo on two videos (one video overlay another) with one command. For example, I have a background video (1), a video in scaling (2) and a logo (3P, and I want to create a video that has “3 on 2 on 1”…
6
votes
1 answer

How can I access the original files (the lowerdir) of an overlay mounted on the same location as the lowerdir?

The situation that I've found myself in is that I'm having to run Fedora Linux from a semi-read-only location. I can make edits to the file system, placing files and such, but all is lost on reboot, and as an added hassle, I cannot easily increase…
6
votes
1 answer

How can I keep my calendar always on top of shared calendars in Outlook's overlay view?

I am using Outlook 2010 at work. We have a calendar each that we share with other colleagues so that we are aware of each other's whereabouts. I like the overlay view because it gives me all the information I need in a relatively small space on the…
6
votes
0 answers

Overlay a fullscreen Remote Desktop Connection

What are the options to overlay a Remote Desktop Connection? The connection is in fullscreen mode. So the taskbar of the host system is no longer visible. A Brwoser on the host system runs a web application that sends notifications via the…
ws_dev
  • 61
5
votes
1 answer

Overlay/Get FPS of window

I'm not sure if this is more proper in stackexchange, but how do programs such as steam (the game overlay) and FRAPS overlay data over a window? I've noticed that the overlay/fraps can only work on windows that are driven by opengl/directx, or is…
agz
  • 8,438
5
votes
2 answers

Which OneDrive icon/status is for which Icon Overlay Identifier name?

Similar to this question, I would like to selectively disable some of OneDrive's shell icon overlays. The registry (HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers), however, just lists: OneDrive1, OneDrive2,…
4
votes
3 answers

How to overlay text on Adobe Acrobat pdf file?

I have an Adobe Acrobat PDF file on Macintosh OS X Lion that I need to overlay some plain text on top of at a particular position relative to the original PDF. Previously I have created a Microsoft Word document that contains the positioned text…
WilliamKF
  • 8,058
1
2 3 4 5 6 7 8