"No writable tags set for" warning

Started by Gnou3000, November 01, 2021, 10:34:30 AM

Previous topic - Next topic

Gnou3000

Hi,

I try to rename file from ZV1. So i have a file call C0121.mp4 when I try to rename it with exiftool like this
E:\0000-01-01 - Modèle Première\0000-01-01 - Modèle Première\02 SOURCES\Vidéos>exiftool "-filename<$FileCreateDate - %f - ${model;}.%e" -api QuickTimeUTC  -d "%Y-%m-%d %H-%M-%S" .
Warning: [minor] The ExtractEmbedded option may find more tags in the media data - ./C0121.MP4
Warning: No writable tags set from ./C0121.MP4
    1 directories scanned
    0 image files updated
    1 image files unchanged


Whereas File CreateDate seems to be create
E:\0000-01-01 - Modèle Première\0000-01-01 - Modèle Première\02 SOURCES\Vidéos>exiftool -time:all -s C0441.mp4
FileModifyDate                  : 2021:07:10 13:26:24+02:00
FileAccessDate                  : 2021:11:01 15:16:34+01:00
FileCreateDate                  : 2021:07:14 12:55:09+02:00


Where is my problem ?
Thanks for help !  :)


StarGeek

What is the result of this command?
exiftool -Model ./C0121.MP4
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

Gnou3000

Thank's for your help. The result is :
E:\0000-01-01 - Modèle Première\0000-01-01 - Modèle Première\02 SOURCES\Vidéos>exiftool -Model ./C0121.MP4
Warning: [minor] The ExtractEmbedded option may find more tags in the media data - ./C0121.MP4

StarGeek

That's why you get the "No writable tags set" warninng.  There is no Model tag in that file.  You'll have to remove ${model;} from your command.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

Gnou3000

OK that's perfect. In fact i would like to put automaticaly the model of camera at the end
Thank's for your perfect quick help ! :)