Skip to content

Commit

Permalink
Prevent ttf codec support on MP4
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Apr 3, 2022
1 parent 98f665e commit 792c915
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

**<span style="color:#56adda">0.0.12</span>**
- Plugin should throw an exception when FFmpeg is not correctly installed
- Prevent HEVC codec support on AVI
- Prevent ttf codec support on MP4

**<span style="color:#56adda">0.0.11</span>**
- Remove ARIB STD-B24 subtitle support from avi, mkv, mp4 destination containers

Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"on_worker_process": 3
},
"tags": "video,ffmpeg",
"version": "0.0.11"
"version": "0.0.12"
}
4 changes: 1 addition & 3 deletions lib/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2001,9 +2001,7 @@
"scte_35",
"timed_id3"
],
"attachment": [
"ttf"
]
"attachment": []
},
"default_encoder_params": {
"video": [
Expand Down

0 comments on commit 792c915

Please sign in to comment.