Most voted "subtitles" questions
10 questions
Sort by count of
-
7
votes2
answers1078
viewsRender subtitles in video with ffmpeg?
I have some subtitle files that are separate from their respective videos, and I would like to join them using the code below: ffmpeg -i videoSemLegenda.mp4 -i legenda.vtt -c copy -c:s mov_text…
-
3
votes0
answers45
viewsProblems with split captions in ggplot2
Hello, I’d like your help on subtitles using the ggplot2. I want to extract a caption to use in another graphic that uses plot_grid, but I don’t know why, but the same code works (Figure 1) and…
-
2
votes1
answer1011
viewsHow to remove caption in Plot?
How can I remove the caption that is automatically generated in the function plot package drc? plot(curva5r, ylab= "Dose (%)", xlab = "Dose (g.e.a. de glyphosate ha-1)") Note that the caption is on…
-
2
votes1
answer3263
viewsHow to insert point and line caption in ggplot?
How do I insert the dots in 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…
-
2
votes1
answer405
viewsHow to rename caption and caption values in fviz_cluster()
I am working with k-Means and therefore need to generate intuitive graphics. However, the graph generated by the function fviz_cluster() is not responding to usual functions in ggplot objects. In an…
-
1
votes1
answer38
viewsHow to make when you have talks at the same time one of them goes up in files . vtt
I’d like to know if there’s any way to get one line to the top when two lines are at the same time, but not to do it manually, but automatically.
-
1
votes1
answer239
viewscaption marker google maps
I use the cornford google googlmapper package of the Laravel where all intelligence is in the controller and then moves to the view via java script rendered, I need to insert caption in the map…
-
1
votes1
answer1063
viewsCustomize/customize Python chart caption
I’m trying to create a custom caption on my Python chart on a Jupyter Notebook in Anaconda. I don’t want any rectangles around the legend. Instead of the caption appearing as it is in the image,…
-
0
votes1
answer227
viewsHow to do one function within another
Hello, I’m trying to make subtitles . ass run in a video, I managed to find this API, but need to run inside the click of a button, but when it reaches the line x.onreadystatechange = function() he…
-
-2
votes1
answer226
viewsHow to break caption text in R
I need to plot a legend that has a very large text. But the problem is that when I export the R figure, part of the text is outside the Plot area. I wonder if there is a way I break the text of the…