Feature Request - MP4 backgrounds #2073

Open
opened 2026-01-30 22:46:08 +00:00 by claunia · 7 comments
Owner

Originally created by @kierenj on GitHub (Jun 24, 2019).

Summary of the new feature/enhancement

Currently, GIF animated backgrounds are supported. I'm not sure what other formats are - but mp4 would be great. I'm using a ~110MB gif and it uses ~10% CPU - the mp4 would be much smaller.

Originally created by @kierenj on GitHub (Jun 24, 2019). # Summary of the new feature/enhancement Currently, GIF animated backgrounds are supported. I'm not sure what other formats are - but mp4 would be great. I'm using a ~110MB gif and it uses ~10% CPU - the mp4 would be much smaller.
claunia added the Issue-FeatureHelp WantedArea-SettingsProduct-Terminal labels 2026-01-30 22:46:09 +00:00
Author
Owner

@JushBJJ commented on GitHub (Jun 24, 2019):

👍

@JushBJJ commented on GitHub (Jun 24, 2019): 👍
Author
Owner

@DHowett-MSFT commented on GitHub (Jun 27, 2019):

Have you tried it? I think it works.

@DHowett-MSFT commented on GitHub (Jun 27, 2019): Have you tried it? I think it works.
Author
Owner

@kierenj commented on GitHub (Jun 28, 2019):

Yes - it didnt. I can provide the mp4 if necessary

@kierenj commented on GitHub (Jun 28, 2019): Yes - it didnt. I can provide the mp4 if necessary
Author
Owner

@kierenj commented on GitHub (Jun 28, 2019):

Oh - you weren’t really asking..?

@kierenj commented on GitHub (Jun 28, 2019): Oh - you weren’t really asking..?
Author
Owner

@DHowett-MSFT commented on GitHub (Jun 28, 2019):

No, I actually thought it was working!

@DHowett-MSFT commented on GitHub (Jun 28, 2019): No, I actually thought it was working!
Author
Owner

@sipsorcery commented on GitHub (May 21, 2020):

The reason this won't work in the current implementation is that the backgroun pane image is set using Media::Imaging::BitmapImage which from system.windows.media.imaging.bitmapsource only supports image formats of:

Windows Presentation Foundation (WPF) natively supports compression and decompression of bitmap (BMP), Graphics Interchange Format (GIF), Joint Photographics Experts Group (JPEG), Portable Network Graphics (PNG), and Tagged Image File Format (TIFF) images.

@sipsorcery commented on GitHub (May 21, 2020): The reason this won't work in the current implementation is that the backgroun pane image is set using `Media::Imaging::BitmapImage` which from [system.windows.media.imaging.bitmapsource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.imaging.bitmapsource?view=netcore-3.1) only supports image formats of: > Windows Presentation Foundation (WPF) natively supports compression and decompression of bitmap (BMP), Graphics Interchange Format (GIF), Joint Photographics Experts Group (JPEG), Portable Network Graphics (PNG), and Tagged Image File Format (TIFF) images.
Author
Owner

@d00m3dd00d commented on GitHub (Apr 24, 2021):

Would webm be possible? The format would be better suited and MP4 converts over nicely.

@d00m3dd00d commented on GitHub (Apr 24, 2021): Would webm be possible? The format would be better suited and MP4 converts over nicely.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#2073