Skip to main content

Questions tagged [metadata]

Metadata is commonly referred to as "data about data", and is often used for cataloging, indexing, and managing files in a computer.

0 votes
0 answers
37 views

ffmpeg command to combine mp3 file and embedded album art image file metadata into a video

my below ffmpeg command works for combining 1 audio file with 1 image file into a video. ffmpeg -loop 1 -framerate 2 -i "C:\Users\marti\Videos\ig_sf_6.5.24_highlights\apple image.jpg" -i ...
Martin's user avatar
  • 131
0 votes
0 answers
35 views

How to create a compatible encoding for the Blackmagic Media Express application using ffmpeg

I'm using the Blackmagic Media Express application frequently but now I'm stuck trying to transcode files using ffmpeg that will be able to play in the BME app. It seems that the BME application is ...
DrBob's user avatar
  • 1
1 vote
1 answer
76 views

How to use ffmpeg to convert a flac file to alac and preserving all metadatas?

I use this loop to convert flac to alac : for i in *.flac; do ffmpeg -i "$i" -y -vn -c:a alac "${i%.flac}".m4a; done But some tags are not exported. I tried to use the -...
AxZxP's user avatar
  • 11
0 votes
0 answers
44 views

Video metadata takes forever to load, can it be cached?

I organize a vast amount of videos (on Windows 11 using Windows Explorer or Directory Opus), and since these two can't be set to cache the metadata, I was wondering if Windows or a file system or ...
Bricktop's user avatar
  • 313
1 vote
2 answers
136 views

Removing the title of MKV files with JMkvpropedit

I am trying to remove the title of a batch of MKV files with JMkvpropedit, because I want VLC to display the "Windows" name of the file at the beginning of the video instead of the eventual &...
oli_vi_er's user avatar
0 votes
1 answer
45 views

FFMPEG cant render from transparent webm a transparent png frame

I want export every frame like original source, in webm video is alpha/transparent video track, and if I try export with my base command will export with black background. ffmpeg \ -hide_banner \ -...
aClassicKoder's user avatar
0 votes
0 answers
36 views

How to Display "Keywords" Property in Windows File Explorer's Details View Columns?

Following this post, I have a PowerShell script that uses ExifTool to add metadata to PDF files. Specifically, it adds a tag to a PDF's "Keywords" property. The script is available here on ...
Foad's user avatar
  • 672
0 votes
0 answers
60 views

How to edit Opus comments?

Is there any tool that can edit Opus comments? In particular, I want to add multiple METADATA_BLOCK_PICTUREs to an Ogg/Opus file. opusenc can't edit comments. EasyTag corrupts Ogg files. ffmpeg doesn'...
Matthew's user avatar
  • 288
0 votes
0 answers
15 views

Metadata is not being added when explicitly defined

when running the below command ffmpeg -i '.\input - s01e01.mp4' -metadata iTunEXTC="mpaa|TV-Y|300|BecasueReasons" '.\output - s01e01.mp4' the metadata field is not added.
Harroguk's user avatar
0 votes
0 answers
70 views

HDR Metadata Tag for MacOS TV App / Apple TV

When importing Media in the MacOS TV App there have to be certain Tags in the Metadata of the Mp4/M4v file so that TV registers it as 4K. I want to have imported Movies with HDR10, HDR10+ or Dolby ...
Omega3komma3's user avatar
0 votes
0 answers
38 views

How to divide the video into 3 parts, adjust the speed and merge them?

I have a video rendering code but I don't know how to divide the video into 3 parts 1-5s 6-10s and the rest to adjust the speed and then combine it. ffmpeg -y -i "{input}" -ss 1 -...
Nguyễn Trọng Đông's user avatar
0 votes
0 answers
24 views

How do I change the metadata items which scroll when playing mp3s in Windows Media Player without losing any of the track's information?

I would like to show the following metadata items "Title", "Year" and "Contributing artists" in that sequence, not "Title", "Contributing artists" and ...
Geoffreyb Pontin's user avatar
1 vote
0 answers
53 views

Strange encoding of non-latin characters in Microsoft Word metadata embedded in a PDF file

I have a PDF file created from a Microsoft Word document that contains a block: 20 0 obj << /Author ( 52 &>;AB>9) /Producer (Microsoft: Print To PDF) /Title (Microsoft Word - ^T>:C&...
Dima Chubarov's user avatar
1 vote
0 answers
54 views

Quickly retreive 512px image thumbnail/preview from 10GB+ PSB on MacOS?

Is it possible to quickly (milliseconds) extract a 512px image thumbnail/preview from large images (10GB+ PSBs) on MacOS? Use Case I need to quickly get an image preview/thumbnail (~512px) of a batch ...
Chris's user avatar
  • 19
0 votes
1 answer
201 views

How do I compile ffmpeg so that "-map_metadata -1" works.?

I just tried the (static) ffmpeg build from https://johnvansickle.com/ffmpeg/ and I also tried the ffmpeg build that comes with my Linux Mint 21.2 distro and they both were able to remove the metadata ...
BongoR's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
40