Refer to the InDefero forge
Add informations on video tagging tools
This commit is contained in:
parent
c6068006d4
commit
2e407068bf
40
BUGS
40
BUGS
@ -1,4 +1,5 @@
|
||||
Known bugs:
|
||||
(Real bugs have been moved to http://indefero.riquer.fr/p/AtOM/issues/)
|
||||
|
||||
1. Video formats suck
|
||||
---------------------
|
||||
@ -7,34 +8,11 @@ writer, director, main actors, original author, etc. But most of them only
|
||||
provide ONE tag: title...
|
||||
Planned workaround: tag guessing (see TODO).
|
||||
|
||||
2. Random hang
|
||||
--------------
|
||||
Something I encountered and don't understand: sometimes, seemingly randomly,
|
||||
the call to wait, to retrieve the exit status of a worker, does not return,
|
||||
though the worker *has* exited. This happens rarely, but it will probably hit
|
||||
you if you have more than 20.000 tasks to run. When this happens, just hit
|
||||
Control-C and re-run AtOM to resume transcoding.
|
||||
|
||||
Symptoms:
|
||||
- Progress does not update anymore
|
||||
- a pstree only show one child process: sqlite3
|
||||
- strace()ing shows the script process stuck on waitpid()
|
||||
|
||||
Please let me know if this hits you, or if you have any idea as to why this is
|
||||
happening and how to avoid it.
|
||||
|
||||
3. Premature temp file removal
|
||||
------------------------------
|
||||
Sometimes, a temporary file gets deleted while one or more task(s) still needs
|
||||
it. Ensuing failure is correctly handled and the failed files will be generated
|
||||
during the next batch.
|
||||
|
||||
4. ascii-only fails for immediate copies
|
||||
----------------------------------------
|
||||
Example output:
|
||||
cp: cannot create regular file `\\/mnt\\/Musique-mp3\\/Punk\\/Tagada
|
||||
Jones\\/2003-L\'Envers du dA(c)cor/11--Tagada Jones-Star System.mp3': No such
|
||||
file or directory
|
||||
|
||||
Moreover, failure is not detected, and files are marked as done.
|
||||
|
||||
Tools you can use to add metadata to video files:
|
||||
(use ALBUM_ARTIST, ALBUM, ARTIST, COMPOSER, GENRE, PERFORMER, TITLE, TRACK,
|
||||
DATE)
|
||||
* AVI: ffmpeg
|
||||
* FLV: ffmpeg, or flvmeta >= 1.1
|
||||
* MKV/WebM: ffmpeg (only allows TITLE)
|
||||
* MPEG: ffmpeg
|
||||
* ASF/WMA/WMV: ffmpeg, exfalso
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user