Search found 15 matches

by dlebrero
Tue Dec 07, 2021 7:51 pm
Forum: Bug reporting
Topic: Custom ffmpeg transcoding to HLS with Subtitles not working
Replies: 6
Views: 9025

Re: Custom ffmpeg transcoding to HLS with Subtitles not working

The only thing that is weird and difficult to figure out is the fact that I had to add a backslash between two variables, maybe my case was not considered. Between %s_original_drive% and %s_original_folder% there is no need to add anything, but, between %s_original_folder% and %s_original_name% you ...
by dlebrero
Tue Dec 07, 2021 7:37 pm
Forum: Bug reporting
Topic: Custom ffmpeg transcoding to HLS with Subtitles not working
Replies: 6
Views: 9025

Re: Custom ffmpeg transcoding to HLS with Subtitles not working

I found the problem, the custom ffmpeg command had an extra new line character, I found that on the log. "cmd_line": "C:\\Windows\\system32\\cmd.exe \/u \/c \"\"P:\\FFASTRANS-2\\FFAStrans1.2.1\\processors\\FFMpeg\\x64\\ffmpeg.exe\" -analyzeduration 33554432 -stats_perio...
by dlebrero
Tue Dec 07, 2021 5:55 pm
Forum: Bug reporting
Topic: Custom ffmpeg transcoding to HLS with Subtitles not working
Replies: 6
Views: 9025

Custom ffmpeg transcoding to HLS with Subtitles not working

Hi all, I'm having issues passing a subtitle file to a custom ffmpeg encoder that works just fine with a video file only but when adding a subtitle file with -i option ffastrans ends with an error. Here is the custom ffmpeg command: -i "%s_original_drive%%s_original_folder%\%s_original_name%.sr...
by dlebrero
Thu Jul 01, 2021 6:47 pm
Forum: Bug reporting
Topic: Transcoding to HLS using h264_nvenc does not work
Replies: 8
Views: 7032

Re: Transcoding to HLS using h264_nvenc does not work

I hope that all people that uses this great software shares their workflows and their knowledge, ffmpeg is very convoluted to use, poorly documented, there are options that are not documented at all, and no examples to follow, is a very painful process to learn how to use it. BTW, I'm trying to get ...
by dlebrero
Wed Jun 30, 2021 3:22 pm
Forum: Bug reporting
Topic: Transcoding to HLS using h264_nvenc does not work
Replies: 8
Views: 7032

Re: Transcoding to HLS using h264_nvenc does not work

The weird symbols that appears on my post are the following
"-c:v:1" minus c colon v colon 1
"-b:a:2" minus b colon a colon 2
by dlebrero
Wed Jun 30, 2021 2:51 pm
Forum: Bug reporting
Topic: Transcoding to HLS using h264_nvenc does not work
Replies: 8
Views: 7032

Re: Transcoding to HLS using h264_nvenc does not work

Sorry my bad, the command was ill constructed, I was able to make it work with the following command and it works fine with GPU, Now I will have to scale it to the whole farm. Here is the command that works. -filter_complex "[0:v]split=3[v1][v2][v3]; [v1]scale=w=1280:h=720[v1out]; [v2]scale=w=8...
by dlebrero
Tue Jun 29, 2021 9:16 pm
Forum: Bug reporting
Topic: Transcoding to HLS using h264_nvenc does not work
Replies: 8
Views: 7032

Re: Transcoding to HLS using h264_nvenc does not work

I figure out wha the issue was with the DLL not loading, it was sending the job to another machine that had no Cuda drivers or GPU, but I have a new error now. this is the error I'm getting: "msg": "Custom FFmpeg@DESKTOP-0A33PFB: Encoding: Could not write header for output file #0 (in...
by dlebrero
Tue Jun 29, 2021 4:40 pm
Forum: Bug reporting
Topic: Transcoding to HLS using h264_nvenc does not work
Replies: 8
Views: 7032

Transcoding to HLS using h264_nvenc does not work

I was trying to use ffastrans to encode 3 HLS renditions using Nvidia Cuda h264_nvenc, but to my surprise it did not work, it displays an error about not being able to load the nvcuda.dll The same command used on a Commmand Prompt works correctly P:\FFASTRANS-2\FFAStrans1.2.1\Processors\ffmpeg\x64\f...
by dlebrero
Wed Mar 04, 2020 6:07 pm
Forum: Bug reporting
Topic: Version 1.0 failed to run custom ffmpeg transcoding
Replies: 4
Views: 7540

Re: Version 1.0 failed to run custom ffmpeg transcoding

I tried adding quotes for all paths on the workflow, but is still failing to remove some of the messages from the monitoring window, I think that is related to permissions deleting those files from the shared cache location, since I cannot edit those files from windows. Seems that they are either op...
by dlebrero
Tue Feb 25, 2020 8:17 pm
Forum: Bug reporting
Topic: Version 1.0 failed to run custom ffmpeg transcoding
Replies: 4
Views: 7540

Re: Version 1.0 failed to run custom ffmpeg transcoding

Was anyone able to reproduce this issue? Am I the only one having problems with version 1.0 ?
Can someone try my workflow to see if you are having the same issues as I have?

Best Regards,

Dlebrero