@lee-jisoo/n8n-nodes-mediafx 1.6.13 → 1.6.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +18 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,24 @@ This is a custom n8n node for comprehensive, local media processing using FFmpeg
10
10
 
11
11
  ## 🆕 What's New in This Fork
12
12
 
13
+ ### v1.6.14
14
+ **Subtitle Enhancements (v1.6.1 ~ v1.6.14)**
15
+
16
+ - **🎨 Background Box Padding**: Fixed text sticking to background box edges
17
+ - Added horizontal padding (`\h` hard spaces) when background is enabled
18
+ - Padding automatically scales with font size
19
+
20
+ - **🎯 Full ASS Format Support**: Complete subtitle styling overhaul
21
+ - SRT to ASS auto-conversion for advanced styling
22
+ - Dynamic video resolution detection (supports vertical videos like 1080x1920)
23
+ - Proper `BorderStyle=3` implementation for opaque background boxes
24
+ - Fixed background color transparency with correct `Outline=0, Shadow=1` settings
25
+
26
+ - **📍 Flexible Positioning**:
27
+ - 9-point alignment grid (top/middle/bottom × left/center/right)
28
+ - Customizable padding (X/Y margins)
29
+ - Outline width and color options
30
+
13
31
  ### v1.6.0
14
32
  - **🎬 Speed Operation**: Adjust video playback speed (slow motion or fast forward)
15
33
  - Speed range: 0.25x to 4x
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lee-jisoo/n8n-nodes-mediafx",
3
- "version": "1.6.13",
3
+ "version": "1.6.14",
4
4
  "description": "N8N custom nodes for video editing and media processing (Enhanced fork with Speed control and Subtitle fixes)",
5
5
  "license": "MIT",
6
6
  "author": {