XeresRazor / subler

Automatically exported from code.google.com/p/subler
Other
3 stars 0 forks source link

Support for titl meta data #756

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Export a movie from iMovie
2. Rename it (to TheWantedFilename.mp4)
3. Open it with QuickTime Player
4. The window title will show the old file name (TotallyWrongFilename)
5. Open the file with Subler
6. There is no Metadata to edit/remove

What is the expected output? What do you see instead?
I expected an annotation in the Metadata tab.

What version of the product are you using? On what operating system?
0.25 on OS X 10.9.3

Please provide any additional information below.
With a hex editor I found at the end of the movie file a tag with the name 
"titl". See example file.

Original issue reported on code.google.com by wolfgang...@gmail.com on 21 May 2014 at 12:37

Attachments:

GoogleCodeExporter commented 9 years ago
There are different ways to add metadata to a mp4. Subler uses the iTunes 
format, your file has metadata in the QuickTime metadata format. Subler 
currently doesn't support it, and it takes some work to implement.

Original comment by damiog on 24 Jun 2014 at 5:17