node-ffmetadata icon indicating copy to clipboard operation
node-ffmetadata copied to clipboard

Read and write media metadata using ffmpeg

Results 19 node-ffmetadata issues
Sort by recently updated
recently updated
newest added

Hi, basically I'm trying to write some metadata to an mp4 video but after doing so, somehow the video no longer plays the audio track.

My mp3 has a cover and i run the code, the cover has removed. ffmetadata.write(p, data, function(err) { if (err) { console.log(err); } else { ffmetadata.read(p, function(err, data) { if...

Hi, I've been using another library to tag my files until I discover yours... however even when I'm able to tag the data the artwork method is not working. I...

```javascript Error writing metadata [Error: EPERM: operation not permitted, rename 'C:\Tdarr\new\HDR10-Sony-Bravia-OLED-(www.demolandia.net).ffmetadata.mp4' -> 'C:\Tdarr\new\HDR10-Sony-Bravia-OLED-(www.demolandia.net).mp4'] { errno: -4048, code: 'EPERM', syscall: 'rename', path: 'C:\\Tdarr\\new\\HDR10-Sony-Bravia-OLED-(www.demolandia.net).ffmetadata.mp4', dest: 'C:\\Tdarr\\new\\HDR10-Sony-Bravia-OLED-(www.demolandia.net).mp4' } ``` its crazy because the...

Does ffmpeg support writing metadata data to ape files? I searched for a long time and couldn't find any relevant information. i just use the demo code to test a...

I followed everything in your documentation but for some reason I am getting the following error - `TypeError: Cannot read property 'toString' of undefined` I have ensured that ffmpeg is...

Error reading metadata { Error: spawn ffmpeg ENOENT at exports._errnoException (util.js:1022:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:189:19) at onErrorNT (internal/child_process.js:366:16) at _combinedTickCallback (internal/process/next_tick.js:102:11) at process._tickCallback (internal/process/next_tick.js:161:9) at Function.Module.runMain (module.js:607:11) at startup (bootstrap_node.js:158:16) at...

If it's useful to anyone here is an initial pass at types for this project. ```typescript declare module 'ffmetadata' { function read(path: string, cb: (err: Error, data: any) => void):...

For both the common.lyris and native sylt it encodes/transforms the text somehow id: 'SYLT', value: '＀痾輰田輰栰渰䭭錰朰謰0準ਰ啎䠰쨰潎ര਀刀椀最栀琀 渀漀眀 䤀 昀攀攀氀 氀椀欀攀 䤀 挀漀甀氀搀 爀椀猀攀 愀戀漀瘀攀 琀栀攀 挀氀漀甀搀猀' }, { What its...

What is the proper way to embed lyrics to an mp3 file using this?