823 questions
Score of 0
0 answers
62 views
The caption of a photo is partially hidden
I've used Google Site to build my website. I know it is quick but dirty, so probably the answer to my question is just "you know It's dirty".
If I write a long caption for a picture, the ...
Score of 0
0 answers
61 views
Audio captions are not displaying despite switching to SRT
I've been attempting to create captions for my audio. After a lot of searching, it seems srt is best for audio transcripts. After trying that and WebVTT, it's still not showing up. I'm not sure what ...
Score of 0
0 answers
51 views
Captions throw error in tufte_handout style (rmarkdown to pdf / latex)
Since the latest update in R (4.5.1) I have been unable to use captions when using the tufte handout. If I try to include a caption, then rmarkdown consistently runs
tlmgr.pl install: package already ...
Score of 0
1 answer
85 views
403 Forbidden Error when updating caption track via captions.update
I’m using the Python client library (google-api-python-client) to call captions.update, but I keep getting a 403 forbidden even though I’ve granted all the obvious scopes. I’d appreciate any insight ...
Score of 1
0 answers
1607 views
Youtube caption extract, timedtext api &pot parameter
I am trying to extract YouTube captions for my Chrome extension. Currently, the baseUrl of the timedtext api doesn't work. It returns empty with a 200 code. As I realized, YouTube normally calls the ...
Score of 2
0 answers
45 views
Loaded image container occupies the entire width of the page regardless of image size
I am using TinyMCE in Joomla 5. When I load an image from Joomla Media, the image container (the area within the blue lines) covers the entire width of the page, regardless of the image size. Attempts ...
Score of 1
1 answer
68 views
Image alt captions showing as 'undefined' on modal image
I have mutiple art galleries on my website containing lots of images, I use an onclick event to pull up a full res, uncropped version of the image and it works perfectly fine. However, I want a unique ...
Score of 0
1 answer
189 views
Count ticked checkbox
Following on from this working example: VBA: Execute code when CheckBox is checked/uncheck, I now want to count how many ticked checkboxes per choice.
However, I need to count and display "Mum&...
Score of 0
1 answer
179 views
WebVTT Captions Will Not Show, Even For Extremely Simple HTML Video [duplicate]
My ultimate goal is to have captions display by default over a video as it plays in the context of a larger design but let's set that aside for now. As I've attempted to troubleshoot this I've pared ...
Score of 0
1 answer
1047 views
Text backdrop by ass formatting
I want to add box behind a word using ass subtitles formatting. The box should have border radius. the ass file later will be used by ffmpeg.
I have tried the BorderStyle=3 form stack ansers 1, 2 both ...
Score of 0
1 answer
568 views
using instaloader to only download the instagram post caption
Is it possible to only download the caption (the description) of a post, given the post short code, using python 3.12 and the latest version of the instaloader library? I am insterested in using ...
Score of 1
0 answers
42 views
Name of a label that is clicked in Access VBA
I have many labels in the form and I want to do an activity after I click on the label such as changing the Capture of the label or the font color of the clicked labels being red, etc.
Is there a way ...
Score of 1
0 answers
79 views
MOVIEPY - Rendering subtitles takes ABSURD amount of time
I am rendering a 1920/1080 video with an empty background and only captions. I have this placeholder code, rendering a sequence of 100 different text captions each lasting around 3.5 seconds, making ...
Score of 1
1 answer
253 views
WPF WindowChrome Performance/artefacts
I am using WindowChrome within my WPF application so that I can customise the look of the caption bar.
However, I am noticing some issues.
Performance of the application seems to be reduced. When ...
Score of 1
0 answers
97 views
Placing equation's caption on outermargin with LaTex
I am using LaTex (pdflatex) to write my thesis. I am using a two-sides book documentclass.
I want to create a layout with a big outermargin where to write the captions of figures, tables and equations....
Score of 0
0 answers
145 views
How to upload caption to Youtube using rest API
I am struggling while trying to upload programmatically Youtube captions, following the official documentation: https://developers.google.com/youtube/v3/docs/captions/insert.
I tried many things with ...
Score of 0
1 answer
298 views
How to prevent double numbering of tables when using kableExtra footnotes in bookdown?
I'm using kableExtra tables in bookdown to incorporate table footnotes. However, whenever I add a footnote, the table ends up with a double number index. Is there a way to prevent this issue? Any ...
Score of 1
0 answers
254 views
React Video and Track Captions for Video Player Issue
So I am having an issue with getting my captions to show when I click my captions button for my video player. I will attempt to post all of the relevant various code snippets and snapshots below.
...
Score of 1
1 answer
1602 views
Send multiple photos with text aiogram
I can send several photos like this:
group = []
for photo in photos2:
group.append(InputMediaPhoto(media=photo))
await message.answer_media_group(group, caption="Text123", text='Text123')...
Score of 1
0 answers
361 views
latex float caption first letter capital, rest lower case
I am trying to force the first letter of a caption ot be uppercase, and the rest lower case.
There seems to be a clash between xstring and subfig (that I need)
\documentclass{article} ...
Score of 1
1 answer
2374 views
Transformers/PIL image contains values outside the range [0, 1]
when I run this code in my image captioning task gives the error:
trainer = Seq2SeqTrainer(
tokenizer=feature_extractor,
model=model,
args=training_args,
compute_metrics=...
Score of 4
1 answer
551 views
How to change size and font of set_caption in flextable
I am looking to be able to format my flextable caption using set_caption() from the flextable package in R. I know how to format all other parts of the table except the caption. I want the caption to ...
Score of 0
0 answers
140 views
Tumblr Automatic Insertion of Image Caption Base Upon Image File Name? - Example Script I Use on Blogger to Do This
On Blogger I use the following script to automatically insert image captions.
The caption is file name of the image less the image extension and the added "_w". The "_w" is added ...
Score of 1
1 answer
733 views
Quarto table caption: does not resolve figure/table references in caption with kableExtra::kbl but does with knitr::kable
I'm using Quarto. I need to refer to other figures and tables in the caption of figures and tables. References to other figures/tables in the caption of a table work fine when rendered with knitr::...
Score of 0
1 answer
251 views
Target image captions using MS Word VBA
I want to scan a report and highlight the cross-references. Highlighting the TypeFields that are references was quite easy.
How do I target the captions of the referenced images? I don't want them to ...
Score of 0
0 answers
125 views
How to fix unsafe attempt error and show the caption?
This is the HTML code
<video controls width="1000"> <source src="Video/Conan.mp4" type="video/mp4"> <track kind="captions" src="captions/cap....
Score of 0
2 answers
789 views
Break line and bold caption in Kable
How can I break the caption of my PDF table generated with Kable and turn into bold the upper part?
This is the table I generated:
And I need the title to be: bold{Producte interior brut} \...
Score of 1
1 answer
130 views
How can I add a shape to a text caption?
I have a dataset "datanishatlong". I am trying to make a plot using ggplot2. I am running this code in R.
library(ggplot)
mycolor <- c("firebrick", "green")
...
Score of 7
2 answers
756 views
Schema/DTD for Youtube json3 transcript format
I used yt-dlp --skip-download --write-auto-sub --sub-format json3 $target_url to download a Youtube video's captions/transcript. The JSON starts with this key-value:
wireMagic: pb3
Is there a schema ...
Score of 0
2 answers
3257 views
Linking figure caption number to chapter number in a different style than Heading 1 in Word
I am using a customized thesis template where the styles are manually created. However, there are no standard Word styles, such as "Heading X." I am trying to include chapter numbers in my ...
Score of 0
1 answer
96 views
How to make the width of the cell element be the same as the longer caption?
What should I add to the code below, so that the red and blue rectangles are the same width?
the result obtained (under Firefox)
the result I would like:
I searched for the solution for a long time ...
Score of 1
0 answers
93 views
WordPress: Append Text to Image Caption
I am seeking help in appending text to image captions in WordPress. I have tried two different pieces of code without success. The image caption displays normally without the appended text.
I have ...
Score of 0
2 answers
699 views
pandoc md -> latex write lua-filter to change latex-macro used for caption
I have written a custom latex .cls file to establish a typesetting workflow for the scientific journals of my research institute. The texts should be written in Markdown and then be processed with ...
Score of 2
1 answer
2321 views
Caption inside a Tikz picture is not working anymore
In the past, when I added an external image inside a Tikz picture using includegraphics, I could add a caption to this image by using the captionof command from the caption package. However, after ...
Score of 1
1 answer
56 views
Creating rmarkdown rendered to .docx with citations and superscripts in caption
I am creating a .docx document from rmarkdown. I use bookdown rendering as I like to use text references. I'm having difficulty with the caption for a figure that contains two plots, for which I need ...
Score of 1
0 answers
40 views
Detect mode/srclang from selected subtitle track tag in video, or when subtitles are turned off
On our site we have video tags, some of which have captions/subtitles in the form of track tags inside the main video tag.
Sometimes we would just have one track tag, usually with label="English&...
Score of 5
1 answer
1478 views
Cross-references and captions not working when using gt in Quarto with Word output
I have been struggling with this off-and-on for a long time. I keep looking at gt() github, stackoverflow, etc... but just end up more confused. I seem to find posts suggesting gt() is working ...
Score of 0
1 answer
1240 views
Add caption to image in revealjs Quarto
I would like to add a caption to an image in a revealjs slide. I tried using the alt option like describe here, but this doesn't seem to work. Here is some reproducible code:
---
format: revealjs
---
...
Score of 2
1 answer
77 views
rmarkdown HTML number figures not working with knitr_1.44
Using code similar to this answer. After updating knitr_1.43 to knitr_1.44 captions are no longer numbered and floating right. They changed something, bug or feature?
Note, there are HTML tags in ...
Score of 0
0 answers
370 views
Disable English (automatic captions) from my uploaded videos in Youtube
How can I remove English (automatic captions) from my youtube videos?
I have checked and couldn't find any delete option for this.
But it is still showing the subtitles.
But in some other channel, it ...
Score of 0
1 answer
578 views
How can I add a TITLE to my summarise output in R?
I have the following code using the dplyr package:
Cholesteroldata %>%
group_by(Genotype) %>%
summarise(`W Stat` = shapiro.test(Cholesterol)$statistic,
p.value = shapiro.test(...
Score of 2
1 answer
2180 views
Adding a Label and caption to a matrix
Using LaTeX, I am trying to add a caption to my matrix, something like this;
I don't want to add it as a table and when I add a caption it gives an error, \caption outside float, probably because I ...
Score of 2
1 answer
7776 views
How to customize figure caption in `typst`
I want to make like this:
[another text rather than table 1-1] some text to display.
[another text rather than table 1-2] some text to display.
[another text rather than table 2-1] ...
Score of 1
0 answers
626 views
How does one access the Azure Image Analysis 4.0 API?
How does one access the 4.0 Image Analysis API? I keep getting 404, 'resource not found errors' despite my resource being in USA EAST? Thank you!
Reference: https://azure.microsoft.com/en-us/blog/...
Score of 2
2 answers
523 views
Quarto PDF: Adjust margins of captions in SUB-figures of figures
I'm using Quarto and rendering to PDF. I have figures with sub-figures. The captions of the sub-figures are lengthy (many words). The problem is that the sub-figure captions are not separated in the ...
Score of 0
0 answers
685 views
NVDA is reading out table <caption> twice, any way to make it read only once?
I'm working on some simple tables and trying to make them accessible.
During testing, NVDA is reading the caption out twice, which is very annoying. On the second pass through it says "caption&...
Score of 1
1 answer
154 views
Change Inno Setup message boxes button captions
I want to know how how to change other window caption's name in Inno Setup, when the message box appears "File not exist", "File exist", "After installation is cancelled" ...
Score of 1
1 answer
1019 views
How can I use both the PhotoSwipe 5v, 'dynamic caption plugin' and 'video plugin' together?
I can't get 'photoswipe-video-plugin' to work with 'photoswipe-dynamic-caption-plugin...'
Photoswipe Video Plugin:
https://github.com/dimsemenov/photoswipe-video-plugin
Photoswipe Dynamic Caption ...
Score of 0
0 answers
277 views
How to force caption title on the left on Latex
I made a table*, but the caption title is not at left as I desire.
Does anyone know how to place it at left?
Below is the image:
Below is the code:
I placed the entire code below including the ...
Score of 3
2 answers
3900 views
Center caption in Quarto
Is there an easy way to center a caption in Quarto? I work with the revealjs format. I'd like to do this locally.
I've tried with fig-cap-location="center" but it does not work.
Reproducible ...