mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Remove misplaced example
This commit is contained in:
parent
ebd9ff0adc
commit
7c39c84c01
1 changed files with 0 additions and 16 deletions
|
@ -178,22 +178,6 @@ public void Builder_BuildString_Speed()
|
|||
[TestMethod]
|
||||
public void Builder_BuildString_DrawtextFilter()
|
||||
{
|
||||
|
||||
var container = new ArgumentContainer
|
||||
{
|
||||
new InputArgument("input.mp4"),
|
||||
new DrawTextArgument("Stack Overflow", "/path/to/font.ttf",
|
||||
("fontcolor", "white"),
|
||||
("fontsize", "24"),
|
||||
("box", "1"),
|
||||
("boxcolor", "black@0.5"),
|
||||
("boxborderw", "5"),
|
||||
("x", "(w-text_w)/2"),
|
||||
("y", "(h-text_h)/2")),
|
||||
new OutputArgument("output.mp4")
|
||||
};
|
||||
var result = new FFMpeg().Convert(container);
|
||||
|
||||
var str = GetArgumentsString(new DrawTextArgument("Stack Overflow", "/path/to/font.ttf",
|
||||
("fontcolor", "white"),
|
||||
("fontsize", "24"),
|
||||
|
|
Loading…
Reference in a new issue