Questions tagged as 'legendas'

2
answers

Render subtitles in video with ffmpeg?

I have some caption files that are separate from their respective videos, and I would like to put them together using the code below: ffmpeg -i videoSemLegenda.mp4 -i legenda.vtt -c copy -c:s mov_text videoComLegenda.mp4 When outputting to...
asked by 15.12.2016 / 17:36
1
answer

How to remove legend on plot?

How can I remove the caption that is automatically generated in the plot function of the drc package? plot(curva5r, ylab= "Dose (%)", xlab = "Dose (g.e.a. de glyphosate ha-1)") Note that the caption stays on top of the p...
asked by 12.02.2018 / 18:46
1
answer

How to insert point and line legend in ggplot?

How do I insert the points into the caption? The purple dot on the caption "base1" and the red dot on the caption "base2"? lines = 'Mes Lg1 total1 Lg2 total2 Jan base1 1450 base2 89 Fev base1 1700 base2 86...
asked by 02.07.2018 / 00:05
1
answer

caption marker google maps laravel

I use the cornford google googlmapper package of laravel where all intelligence stays in the controller and maoa passes to the view via java script rendered, I need to insert legend in the map marker so that it looks like the example below:  ...
asked by 12.09.2017 / 00:10
1
answer

How to make when you have words at the same time one of them uploads up in .vtt files

I would like to know if there is any way to make one of the lines stay on top when two lines are at the same time, but do not do this manually, but automatically.     
asked by 09.04.2017 / 02:37
1
answer

How to do one function inside another

Hello, I'm trying to make captions .ass run in a video, I managed to find this API , but I need to run inside the click a button, but when it arrives on the line x.onreadystatechange = function() it stops executing, how can I fix it ??...
asked by 08.04.2017 / 23:40