Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: pre-commit
on: [pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ repos:
args:
- "--style"
- "Chromium"
files: ".*.cs$"
1 change: 0 additions & 1 deletion SRC/VideoTesterApp/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
</ResourceDictionary>
</Application.Resources>
</Application>

1 change: 0 additions & 1 deletion SRC/VideoTesterApp/AppShell.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
Route="MainPage" />

</Shell>

2 changes: 1 addition & 1 deletion SRC/VideoTesterApp/Configurations/config1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"MaxHeight": 1024,
"FrameRates": [ 30, 60 ],
"MaxBitRate": 1024
}
}
2 changes: 1 addition & 1 deletion SRC/VideoTesterApp/Configurations/config2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"MaxHeight": 2048,
"FrameRates": [ 25, 50, 60 ],
"MaxBitRate": 99999
}
}
1 change: 0 additions & 1 deletion SRC/VideoTesterApp/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
</ScrollView>

</ContentPage>

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
<color name="colorPrimaryDark">#2B0B98</color>
<color name="colorAccent">#2B0B98</color>
</resources>

2 changes: 1 addition & 1 deletion SRC/VideoTesterApp/Platforms/Tizen/tizen-manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<shortcut-list />
<privileges>
<privilege>http://tizen.org/privilege/internet</privilege>
</privileges>
</privileges>
<dependencies />
<provides-appdefined-privileges />
</manifest>
1 change: 0 additions & 1 deletion SRC/VideoTesterApp/Platforms/Windows/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
xmlns:local="using:VideoTesterApp.WinUI">

</maui:MauiWinUIApplication>

1 change: 0 additions & 1 deletion SRC/VideoTesterApp/Platforms/Windows/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@
</Capabilities>

</Package>

1 change: 0 additions & 1 deletion SRC/VideoTesterApp/Platforms/Windows/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@
</windowsSettings>
</application>
</assembly>

1 change: 0 additions & 1 deletion SRC/VideoTesterApp/Resources/AppIcon/appicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions SRC/VideoTesterApp/Resources/Images/dotnet_bot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions SRC/VideoTesterApp/Resources/Raw/AboutAssets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ These files will be deployed with you package and will be accessible using Essen

var contents = reader.ReadToEnd();
}


1 change: 0 additions & 1 deletion SRC/VideoTesterApp/Resources/Splash/splash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SRC/VideoTesterApp/Resources/Styles/Colors.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xaml-comp compile="true" ?>
<ResourceDictionary
<ResourceDictionary
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">

Expand Down
3 changes: 1 addition & 2 deletions SRC/VideoTesterApp/Resources/Styles/Styles.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xaml-comp compile="true" ?>
<ResourceDictionary
<ResourceDictionary
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">

Expand Down Expand Up @@ -382,4 +382,3 @@
</Style>

</ResourceDictionary>

2 changes: 1 addition & 1 deletion SRC/VideoTesterConsole/Configurations/config1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"MaxHeight": 1024,
"FrameRates": [ 30, 60 ],
"MaxBitRate": 1024
}
}
2 changes: 1 addition & 1 deletion SRC/VideoTesterConsole/Configurations/config2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"MaxHeight": 512,
"FrameRates": [ 25, 50 ],
"MaxBitRate": 1024
}
}
12 changes: 6 additions & 6 deletions download-ffprobe
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ set -e # exit on failure

zip_file=ffprobe.zip
if [[ -f $zip_file ]]
then
echo "zip file already exists";
else
curl -JL https://evermeet.cx/ffmpeg/get/ffprobe/zip -o $zip_file
then
echo "zip file already exists";
else
curl -JL https://evermeet.cx/ffmpeg/get/ffprobe/zip -o $zip_file
fi

sig_file="$zip_file.sig"
if [[ -f $sig_file ]]
then
then
echo "sig file already exists";
else
curl -JL https://evermeet.cx/ffmpeg/get/ffprobe/zip/sig -o $sig_file
Expand All @@ -23,7 +23,7 @@ gpg --import evermeet.asc
gpg --verify $sig_file $zip_file

if [[ ! -d ./SRC/VideoTesterApp/ExternalBinaries/Mac ]]
then
then
mkdir ./SRC/VideoTesterApp/ExternalBinaries/Mac
fi
unzip -o ffprobe -d ./SRC/VideoTesterApp/ExternalBinaries/Mac