Page 2 of 2

Re: Burnt in subtitles

Posted: Wed Jun 15, 2016 10:30 am
by azz
Hi

Are you able to send me your workflow?

I'll take a look at it. I have some video and srt's i can test with.

thanks
azz

Re: Burnt in subtitles

Posted: Fri Jun 17, 2016 8:39 am
by silverline
Hi,
stupid me, didn't recognize that there was a second page to the threat;)

Here is that workflow:
www.medien-kreation.de/download/20160615113955.zip
Thanks a lot for looking into this!

Re: Burnt in subtitles

Posted: Fri Jun 17, 2016 8:44 am
by azz
Could you fire over the custom FFMPEG and Text file presets as well :)

cheers

Re: Burnt in subtitles

Posted: Fri Jun 17, 2016 9:28 am
by silverline
Hey, sorry.
here is a new zip with everything you need. Please use this workflow:
www.medien-kreation.de/download/subs.zip
Thanks

Re: Burnt in subtitles

Posted: Fri Jun 17, 2016 3:41 pm
by azz
Hi Silverline

Looks like part of why it isn't working as your custom FFMPEG command isn't valid. If you look at the job logs (its a good idea to set the config not to purge the logs if a job fails) then you'll see that as a pixel format hasn't been specified it sets 422 by default, which is clashing with your Profile choice of high.

No pixel format specified, yuv422p for H.264 encoding chosen.
Use -pix_fmt yuv420p for compatibility with outdated media players.
x264 [error]: high profile doesn't support 4:2:2
[libx264 @ 04b8afc0] Error setting profile high.
[libx264 @ 04b8afc0] Possible profiles: baseline main high high10 high422 high444

Adding in -pix_fmt yuv420p allows the custom ffmpeg to run in general.

As for the second encoder not firing when the first one fails, will need to leave that one for steipal to have a look at. It is working in as much as the process tries to run, but it fails for input reasons (which don't make sense as when you run the custom profile first in the workflow it runs with no issue).

I've attached the updated custom encode profiles.

thanks
azz

Re: Burnt in subtitles

Posted: Fri Jun 17, 2016 4:45 pm
by admin
Hey guys,

I have looked at your workflow and have decided to share a litle secret with you. The current version has some unreleased features hidden under the roof. One of them are functions. I have posted a modified version of your workflow so you can try it out and see if it works. Look at the "Conditional"-node...

PS: My name is actually Steinar but for various reasons I have been slightly "anonymous" up until now.

-steinar

Re: Burnt in subtitles

Posted: Tue Jun 21, 2016 9:44 am
by azz
Hey Steinar

Great hidden feature!

Look forward to some more details on the functions once they are released.

thanks
azz