Malte Rosenbjerg
d43ea98e0e
Merge branch 'main' into bugfix/ensure-ffmpeg-not-found-throws-ffmpegexception
2024-12-04 20:55:04 +01:00
Malte Rosenbjerg
0a3be1e78c
Merge pull request #510 from Hagfjall/hagfjall/fix-509-snapshot-rotation
...
fix: Snapshots from rotated videos should have correct width/height
2024-12-04 20:53:22 +01:00
Malte Rosenbjerg
5bddf383bb
Merge pull request #523 from BenediktBertsch/main
...
Feat: add av1 support for smaller snapshots and videos
2024-12-04 20:50:26 +01:00
Malte Rosenbjerg
a4b9a885d3
Merge pull request #527 from alahane-techtel/main
...
>24hr Duration handling added in FFMpegArgumentProcessor
2024-12-04 20:49:59 +01:00
Malte Rosenbjerg
4eb515de56
Merge pull request #542 from Kaaybi/add-video-stream-level-to-ffprobe-analysis
...
Add video-stream level to FFProbe analysis
2024-12-04 20:49:32 +01:00
Malte Rosenbjerg
9b6626f54b
Merge branch 'main' into hagfjall/fix-509-snapshot-rotation
2024-12-04 20:47:41 +01:00
Malte Rosenbjerg
4a6abef172
Merge branch 'main' into add-video-stream-level-to-ffprobe-analysis
2024-12-04 20:45:03 +01:00
Malte Rosenbjerg
e8ef5804e8
Merge branch 'main' into main
2024-12-04 20:44:31 +01:00
Malte Rosenbjerg
a41ec3adae
Merge branch 'main' into main
2024-12-04 20:43:12 +01:00
Malte Rosenbjerg
71981ad3a0
Merge pull request #543 from Kaaybi/bump-system-text-json-v8.0.4
...
Bump system.text.json
2024-12-04 20:42:55 +01:00
Malte Rosenbjerg
a3a3144aac
Bump codecov/codecov-action and set CODECOV_TOKEN
2024-12-04 21:38:41 +02:00
Malte Rosenbjerg
cf8f7cc674
Call MoveNext before accessing Current
2024-12-04 21:29:37 +02:00
Malte Rosenbjerg
0cd4e076ff
Bump test packages
2024-12-04 20:55:31 +02:00
Malte Rosenbjerg
d4dcf86a36
Use macos-13 runner
2024-12-04 20:51:12 +02:00
Malte Rosenbjerg
dc165f9eae
Bump workflow actions
2024-12-04 20:48:59 +02:00
Malte Rosenbjerg
63fe3a6e3d
Set ProduceReferenceAssembly to true
2024-12-04 20:46:29 +02:00
Malte Rosenbjerg
79ea2a9797
Bump System.Text.Json to 9.0.0
2024-12-04 20:44:05 +02:00
Malte Rosenbjerg
410e940b7e
Use .NET 8 for Examples and Test
2024-12-04 20:43:47 +02:00
Malte Rosenbjerg
cf513aac0f
Use .NET 8 in workflows
2024-12-04 20:43:32 +02:00
Malte Rosenbjerg
8636817fe1
Merge branch 'main' into hagfjall/fix-509-snapshot-rotation
2024-12-04 19:34:42 +01:00
Malte Rosenbjerg
b1d908971c
Merge branch 'main' into bump-system-text-json-v8.0.4
2024-12-04 19:32:13 +01:00
Malte Rosenbjerg
9942e54762
Merge branch 'main' into main
2024-12-04 19:29:59 +01:00
Malte Rosenbjerg
cf9111881d
Merge branch 'main' into add-video-stream-level-to-ffprobe-analysis
2024-12-04 19:29:31 +01:00
Malte Rosenbjerg
cefc8efe95
Merge pull request #498 from Tomiscout/main
...
Add HDR color properties support in FFProbe analysis
2024-12-04 19:28:52 +01:00
Kaaybi
d5a2e5cbe6
chore: bump system.text.json to v8.0.4
2024-09-18 12:13:25 +02:00
Kaaybi
f86d999035
feat: add video-stream level to ffprobe analysis
2024-09-18 12:08:16 +02:00
Ashish
8d7d37a308
removed unnecessary tests
2024-07-01 19:26:00 +10:00
Ashish
745fe2a8cc
removed unnecessary usings
2024-07-01 19:24:06 +10:00
Ashish
06b9667991
>24hr Duration handling added in FFMpegArgumentProcessor
2024-07-01 19:18:34 +10:00
Benedikt Bertsch
9007883d76
Feat: add av1 support for smaller snapshots and videos
2024-06-08 14:58:18 +02:00
Fredrik Hagfjäll
fe4b79e24c
fix linting
2024-03-30 09:31:03 +01:00
Fredrik Hagfjäll
7697e2767d
made test resize the output
2024-03-30 09:29:25 +01:00
Fredrik Hagfjäll
82cc9715dc
fix: Snapshots from rotated videos should have correct width/height
...
Some video-files have their metadata as -90 instead of 90. This PR handles correct aspect-ratio and rotation when taking snapshots.
The sample video provided in the PR is my own recording. A bit too big maybe? I couldn't find any command to set the metadata to `-90` on existing video. Would be happy to get it working on already existing test-data to reduce size.
Fixes #509
2024-03-30 09:10:13 +01:00
Tomas Gužauskas
ef08fd93a9
Add HDR color properties support in FFProbe analysis
...
Add hdr video test
2024-01-30 00:52:25 +02:00
Malte Rosenbjerg
eb221c3e49
Merge pull request #478 from vortex852456/main
...
Fix: Changed "Chapter" Modell
2023-10-25 19:03:15 +02:00
Vortex
df123bb191
Fix: Changed "Chapter" Modell since "Id", "Start" and "End" returned by ffprobe can contain values larger than Int32.MaxValue
2023-10-16 03:20:31 +02:00
Malte Rosenbjerg
d90b482213
Merge pull request #473 from duggaraju/main
...
Add support for multiple outputs and tee muxer.
2023-10-05 12:17:06 +02:00
Malte Rosenbjerg
bc6defe535
Merge branch 'main' into main
2023-10-05 12:06:43 +02:00
Malte Rosenbjerg
ed2b95038c
Merge pull request #431 from vfrz/feature/custom-ffprob-arguments
...
Feature: custom ffprob arguments
2023-10-05 12:06:31 +02:00
Malte Rosenbjerg
f8407bce24
Merge branch 'main' into pr/431
2023-10-05 12:00:06 +02:00
Malte Rosenbjerg
20a5b156e9
Merge pull request #416 from phillipfisher/main
...
Add chapters to FFProbe
2023-10-05 11:56:58 +02:00
Malte Rosenbjerg
21c02ba2a4
Merge branch 'main' into main
2023-10-05 09:30:44 +02:00
Malte Rosenbjerg
d30629fb8e
Merge pull request #443 from devedse/main
...
Fix issue where ffmpeg can't be found if x64/x86 folders exist withithout ffmpeg in there
2023-10-05 09:27:36 +02:00
Malte Rosenbjerg
ed30b14687
Align with main branch
2023-10-05 09:24:44 +02:00
Malte Rosenbjerg
d2296496bf
Merge branch 'main' into main
2023-10-05 09:22:13 +02:00
Malte Rosenbjerg
4a39e234ea
Merge branch 'main' into main
2023-10-05 09:21:59 +02:00
Malte Rosenbjerg
54e5d0860c
Merge branch 'main' into feature/custom-ffprob-arguments
2023-10-05 09:21:21 +02:00
Malte Rosenbjerg
7f283e9113
Merge branch 'main' into main
2023-10-05 09:21:13 +02:00
Malte Rosenbjerg
3085fa4209
Merge pull request #477 from rosenbjerg/bugfix/fix-null-ref-exception-with-tags-container
...
Bugfix/fix null ref exception with tags container
2023-10-05 09:20:51 +02:00
Malte Rosenbjerg
55b1946976
Update FFProbeTests.cs
2023-10-05 09:14:47 +02:00