Search found 5 matches

by MediaMogul
Tue Feb 23, 2021 4:24 am
Forum: Usage, tips and tricks
Topic: Replace Command Executor for BITC & Watermarked H.264
Replies: 6
Views: 4954

Re: Replace Command Executor for BITC & Watermarked H.264

My working script for a Custom FFmpeg processor Note: you must blank out the video codec, bitrate etc boxes in the Custom FFmpeg window, if you specify these parameters in the script. -i D:\FFAStrans\Processors\ffmpeg\x64\iconSmall30.png -filter_complex "[0:v]crop=720:576:0:608, scale=1024:576,...
by MediaMogul
Tue Feb 23, 2021 3:14 am
Forum: Usage, tips and tricks
Topic: Replace Command Executor for BITC & Watermarked H.264
Replies: 6
Views: 4954

Re: Replace Command Executor for BITC & Watermarked H.264

SOLVED I think the main problem I had was that the font was installed for Win10 but not for all users. The windows file path to the font was not C:\Windows\Fonts\.... but a much longer C:\Users\Username\.... Also note that the path required no drive letter, no semicolon, and the use of forward slash...
by MediaMogul
Mon Feb 22, 2021 8:38 am
Forum: Usage, tips and tricks
Topic: Replace Command Executor for BITC & Watermarked H.264
Replies: 6
Views: 4954

Re: Replace Command Executor for BITC & Watermarked H.264

I've made a little progress on this, but I'm still having trouble loading the correct font with FFASTrans. My working ffmpeg test script (Watermark, Timecode, Correct Font etc OK). Run from a command prompt with all of the assets in the same directory: ffmpeg.exe -i TestSD16x9.mov -i iconSmall30.png...
by MediaMogul
Tue Feb 16, 2021 12:15 pm
Forum: Usage, tips and tricks
Topic: Replace Command Executor for BITC & Watermarked H.264
Replies: 6
Views: 4954

Re: Replace Command Executor for BITC & Watermarked H.264

advice from a 2017 post: The first thing you need to make sure is that your ffmpeg command works from a dos command. Also, you must be aware one thing regarding the "Custom FFmpeg" encoder: You can NOT specify options before "-i". FFAStrans does this: >>> indeed my code no longer...
by MediaMogul
Tue Feb 16, 2021 10:22 am
Forum: Usage, tips and tricks
Topic: Replace Command Executor for BITC & Watermarked H.264
Replies: 6
Views: 4954

Replace Command Executor for BITC & Watermarked H.264

I'm migrating to a new workstation (Win 10) with the latest version of FFAStrans (1.1.0.0), but I'm having trouble setting up the command executor that I had working on the old workstation (Win7, FFAStrans v0.9.4.0). The command executor runs ffmpeg to create a h.264 proxy file with vertical blankin...