Skip to content

Instantly share code, notes, and snippets.

View TalonEzio's full-sized avatar
🏠
Working from home

Talon Ezio TalonEzio

🏠
Working from home
View GitHub Profile
General
Unique ID : 208566380678211673913125648148150681113 (0x9CE86C7DC48B168AD38406369678FE19)
Complete name : F:\S03\Fresh Off the Boat_S03E01_Coming from America.mkv
Format : Matroska
Format version : Version 4
File size : 1.95 GiB
Duration : 22 min 8 s
Overall bit rate mode : Variable
Overall bit rate : 12.6 Mb/s
Frame rate : 23.976 FPS
@TalonEzio
TalonEzio / MainApplication.cs
Created February 6, 2026 05:43
FFmpeg.AutoGen Android Helper for .NET MAUI
using Android.App;
using Android.Runtime;
using FFmpeg.AutoGen.Abstractions;
using FFmpeg.AutoGen.Bindings.DynamicallyLoaded;
using System.Runtime.InteropServices;
using Application = Android.App.Application;
namespace FFMPEGTest
{