Skip to content

Added -movflags +faststart to ffmpeg conversion arguments, testing if… #1

Added -movflags +faststart to ffmpeg conversion arguments, testing if…

Added -movflags +faststart to ffmpeg conversion arguments, testing if… #1

Triggered via push February 1, 2026 20:11
Status Success
Total duration 1m 2s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/VideoConversionApp/Models/KeyFrameVideo.cs#L8
Non-nullable property 'SourceVideo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/VideoConversionApp/Models/KeyFrameVideo.cs#L7
Non-nullable property 'VideoPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/VideoConversionApp/Models/PreviewVideoPlayerState.cs#L15
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/VideoConversionApp/ViewModels/RenderQueueViewModel.cs#L48
Non-nullable field '_conversionConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/VideoConversionApp/ViewModels/RenderQueueViewModel.cs#L48
Non-nullable field '_configManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/VideoConversionApp/ViewModels/RenderQueueViewModel.cs#L48
Non-nullable field '_bitmapCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/VideoConversionApp/ViewModels/RenderQueueViewModel.cs#L48
Non-nullable field '_converterService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/VideoConversionApp/Converters/EnumValueMatchConverter.cs#L60
Dereference of a possibly null reference.
build: src/VideoConversionApp/Converters/EnumValueMatchConverter.cs#L60
Dereference of a possibly null reference.
build: src/VideoConversionApp/ViewModels/RenderSettingsViewModel.cs#L254
The variable 'ex' is declared but never used