Skip to content

Commit

Permalink
Update decoder/encoder information display
Browse files Browse the repository at this point in the history
  • Loading branch information
XueshiQiao committed Nov 25, 2023
1 parent f624faa commit 1a72bda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Display the information of Audio/Video files using the built-in ffmpeg/ffprobe.
* [x] Enhanced User Interface (implemented using Vue3 + AntDesign for Vue)
* [x] Responsive Webview
* [x] Automatically switch between Light/Dark theme based on system settings
* [ ] Support show decoder/encoder information supported by FFmpeg local/remote
* [x] Support show decoder/encoder information supported by FFmpeg local/remote
* [x] Show decoders/encoders list
* [ ] Support filtering by conditions like codec type and name
* [x] Support filtering by conditions like codec type and name
* [ ] Preview specified frame

## Screenshots
Expand Down
4 changes: 2 additions & 2 deletions extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Display the information of Audio/Video files using the built-in ffmpeg/ffprobe.
* [x] Enhanced User Interface (implemented using Vue3 + AntDesign for Vue)
* [x] Responsive Webview
* [x] Automatically switch between Light/Dark theme based on system settings
* [ ] Support show decoder/encoder information supported by FFmpeg local/remote
* [x] Support show decoder/encoder information supported by FFmpeg local/remote
* [x] Show decoders/encoders list
* [ ] Support filtering by conditions like codec type and name
* [x] Support filtering by conditions like codec type and name
* [ ] Preview specified frame

## Screenshots
Expand Down

0 comments on commit 1a72bda

Please sign in to comment.