This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| { |