FAQ  •  Register  •  Login

Video Files not adding 1.0.1

<<

Iolar

Serviio newbie

Posts: 8

Joined: Wed Sep 26, 2012 7:57 am

Post Wed Sep 26, 2012 8:40 am

Video Files not adding 1.0.1

Hi,

I seem to be experiencing issues with Serviio 1.0.1 indexing some video files. I'm running the server on Ubuntu 12.04 with root permissions. I have tested a couple of problem files on the local and external HDD. The debugging output for both test files are as follows:

2012-09-26 16:13:37,734 DEBUG [ActionsServerResource] Action with name 'forceLibraryRefresh' was requested
2012-09-26 16:13:37,734 INFO [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-09-26 16:13:37,834 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-09-26 16:13:37,935 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-09-26 16:13:37,935 DEBUG [RepositoryDAOImpl] Reading all Repositories
2012-09-26 16:13:37,938 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /home/admin/Downloads/Test1
2012-09-26 16:13:37,940 DEBUG [LibraryAdditionsCheckerThread] Found file 'test.avi', checking if it's already in the Library
2012-09-26 16:13:37,940 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item test.avi
2012-09-26 16:13:37,940 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /home/admin/Downloads/Test1/test.avi, ignore case: false
2012-09-26 16:13:37,942 DEBUG [MediaItemDAOImpl] Media item test.avi doesn't exist in DB yet
2012-09-26 16:13:37,942 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2012-09-26 16:13:37,942 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: /home/admin/Downloads/Test1/test.avi
2012-09-26 16:13:37,942 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-09-26 16:13:37,943 DEBUG [RepositoryDAOImpl] Reading all Repositories
2012-09-26 16:13:37,945 DEBUG [LibraryUpdatesCheckerThread] Looking for removed playlist files in repository: /home/admin/Downloads/Test1
2012-09-26 16:13:37,945 DEBUG [PlaylistDAOImpl] Reading Playlists for Repository (id = 8)
2012-09-26 16:13:37,947 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: /home/admin/Downloads/Test1/test.avi
2012-09-26 16:13:37,947 DEBUG [ProcessExecutor] Starting ffmpeg -i /home/admin/Downloads/Test1/test.avi
2012-09-26 16:13:37,958 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: /home/admin/Downloads/Test1
2012-09-26 16:13:37,958 DEBUG [MediaItemDAOImpl] Reading MediaItems for Repository (id = 8)
2012-09-26 16:13:37,963 DEBUG [LibraryUpdatesCheckerThread] Looking for removed playlist files in repository: /home/admin/Downloads/Test2
2012-09-26 16:13:37,963 DEBUG [PlaylistDAOImpl] Reading Playlists for Repository (id = 9)
2012-09-26 16:13:37,972 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: /home/admin/Downloads/Test2
2012-09-26 16:13:37,973 DEBUG [MediaItemDAOImpl] Reading MediaItems for Repository (id = 9)
2012-09-26 16:13:37,974 DEBUG [MediaItemDAOImpl] Reading dirty MediaItems for Repository (id = 8)
2012-09-26 16:13:37,975 DEBUG [RepositoryDAOImpl] Marking Repository 8 as scanned with current timestamp
2012-09-26 16:13:37,987 DEBUG [MediaItemDAOImpl] Reading dirty MediaItems for Repository (id = 9)
2012-09-26 16:13:37,990 DEBUG [RepositoryDAOImpl] Marking Repository 9 as scanned with current timestamp
2012-09-26 16:13:38,140 DEBUG [LibraryManager] Skipping processing metadata for an unsupported file. Message: Unknown video codec.
2012-09-26 16:13:38,140 DEBUG [RepositoryDAOImpl] Marking Repository 8 as scanned with current timestamp
2012-09-26 16:13:38,146 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /home/admin/Downloads/Test2
2012-09-26 16:13:38,146 DEBUG [LibraryAdditionsCheckerThread] Found file 'test2.avi', checking if it's already in the Library
2012-09-26 16:13:38,146 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item test2.avi
2012-09-26 16:13:38,146 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /home/admin/Downloads/Test2/test2.avi, ignore case: false
2012-09-26 16:13:38,147 DEBUG [MediaItemDAOImpl] Media item test2.avi doesn't exist in DB yet
2012-09-26 16:13:38,147 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2012-09-26 16:13:38,147 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: /home/admin/Downloads/Test2/test2.avi
2012-09-26 16:13:38,147 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: /home/admin/Downloads/Test2/test2.avi
2012-09-26 16:13:38,148 DEBUG [ProcessExecutor] Starting ffmpeg -i /home/admin/Downloads/Test2/test2.avi
2012-09-26 16:13:38,322 DEBUG [LibraryManager] Skipping processing metadata for an unsupported file. Message: Unknown video codec.
2012-09-26 16:13:38,323 DEBUG [RepositoryDAOImpl] Marking Repository 9 as scanned with current timestamp



and FFmpeg output:

ffmpeg version git-2012-08-25-65b552c Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 25 2012 19:56:20 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx --enable-librtmp --enable-libxvid
libavutil 51. 70.100 / 51. 70.100
libavcodec 54. 54.100 / 54. 54.100
libavformat 54. 25.104 / 54. 25.104
libavdevice 54. 2.100 / 54. 2.100
libavfilter 3. 13.101 / 3. 13.101
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Input #0, avi, from '/home/admin/Downloads/Test1/test.avi':
Metadata:
encoder : Herodub 0.0003
title : AMC
ISBJ : AMC
artist : AMC
copyright : AMC
comment :
Duration: 00:45:30.87, start: 0.000000, bitrate: 1075 kb/s
Stream #0:0: Video: msmpeg4v3 (DIV3 / 0x33564944), yuv420p, 512x384, 23.98 tbr, 23.98 tbn, 23.98 tbc
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, s16, 192 kb/s

ffmpeg version git-2012-08-25-65b552c Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 25 2012 19:56:20 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx --enable-librtmp --enable-libxvid
libavutil 51. 70.100 / 51. 70.100
libavcodec 54. 54.100 / 54. 54.100
libavformat 54. 25.104 / 54. 25.104
libavdevice 54. 2.100 / 54. 2.100
libavfilter 3. 13.101 / 3. 13.101
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Input #0, avi, from '/home/admin/Downloads/Test2/test2.avi':
Metadata:
encoder : Nandub v1.0rc2
Duration: 00:50:24.60, start: 0.000000, bitrate: 972 kb/s
Stream #0:0: Video: msmpeg4v3 (DIV3 / 0x33564944), yuv420p, 512x384, 23.98 tbr, 23.98 tbn, 23.98 tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16, 32 kb/s

I'd appreciate any help. Thanks in advance!
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Sep 26, 2012 11:56 am

Re: Video Files not adding 1.0.1

Iolar wrote:...
Stream #0:0: Video: msmpeg4v3 (DIV3 / 0x33564944), yuv420p, 512x384, 23.98 tbr, 23.98 tbn, 23.98 tbc
...

msmpeg4v3 is not supported yet
msmpeg4 yes.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Iolar

Serviio newbie

Posts: 8

Joined: Wed Sep 26, 2012 7:57 am

Post Wed Sep 26, 2012 12:11 pm

Re: Video Files not adding 1.0.1

Thanks for your quick response. Is there an article anywhere which provides a list of supported formats? Are there any plans to include msmpeg4v3 in a future release?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Sep 26, 2012 1:01 pm

Re: Video Files not adding 1.0.1

http://www.serviio.org/index.php?option ... icle&id=24

vCodec - optional; name of video codec of the original file; possible values:
mpeg2video, mpeg1video, wmv2, mpeg4, msmpeg4, h263, h264, vc1, mjpeg, flv, vp6, vp8, theora, dvvideo


aCodec - optional; name of audio codec of the original file; possible values:
aac, ac3, mp3, mp2, lpcm, wmav2, wmapro, dca (DTS), flac, vorbis, truehd, amrnb


or
http://www.serviio.org/features
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 52 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.