Did not support Video: camtasia

Issue #441 new
Former user created an issue

Hello,

This Video codec I think is supported by ffmpeg, but not by serviio at this time. Hope you will add this codec as soon as possible. Thanks.

Comments (6)

  1. Former user Account Deleted

    Hello,

    I had some avi files with camtasia code (Techsmith) and some rmvb files. These files could not be list in the Media Lib so they could not be played.

    FFMPEG -r result as following:

    "[root@serviio /usr/local/serviio-0.6.0.1/MEDIA]# ffmpeg -i 20.avi FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers built on Jan 16 2011 23:30:21 with gcc 4.2.1 20070719 [FreeBSD] configuration: --prefix=/usr/local --mandir=/usr/local/man --enable-shared --enable-gpl --enable-postproc --enable-avfilter --enable-avfilter-lavf --enable-pthreads --enable-x11grab --enable-memalign-hack --cc=cc --extra-cflags=-msse -I/usr/local/include/vorbis -I/usr/local/include --extra-ldflags=-L/usr/local/lib --extra-libs=-pthread --disable-debug --enable-runtime-cpudetect --disable-indev=alsa --disable-outdev=alsa --disable-libopencore-amrnb --disable-libopencore-amrwb --disable-libdirac --disable-libfaac --enable-libfaad --enable-libfaadbin --disable-libgsm --disable-libmp3lame --disable-libopenjpeg --enable-libschroedinger --disable-ffplay --disable-libspeex --enable-libtheora --disable-vdpau --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid libavutil 50.15. 1 / 50.15. 1 libavcodec 52.72. 2 / 52.72. 2 libavformat 52.64. 2 / 52.64. 2 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 1.19. 0 / 1.19. 0 libswscale 0.11. 0 / 0.11. 0 libpostproc 51. 2. 0 / 51. 2. 0 Input #0, avi, from '20.avi': Duration: 01:19:48.40, start: 0.000000, bitrate: 978 kb/s Stream #0.0: Video: camtasia, bgr24, 876x660, 15 tbr, 15 tbn, 15 tbc Stream #0.1: Audio: pcm_s16le, 22050 Hz, 1 channels, s16, 352 kb/s At least one output file must be specified"

  2. Former user Account Deleted

    serviio.log:

    2011-10-22 03:55:04,052 DEBUG [LibraryAdditionsCheckerThread] Found file '20.avi', checking if it's already in the Library 2011-10-22 03:55:04,052 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item 20.avi 2011-10-22 03:55:04,053 DEBUG [MediaItemDAOImpl] Media item 20.avi doesn't exist in DB yet 2011-10-22 03:55:04,053 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it 2011-10-22 03:55:04,053 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: /usr/local/serviio-0.6.0.1/bin/../MEDIA/20.avi 2011-10-22 03:55:04,053 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: /usr/local/serviio-0.6.0.1/bin/../MEDIA/20.avi 2011-10-22 03:55:04,053 DEBUG [ProcessExecutor] Starting /usr/local/bin/ffmpeg -i /usr/local/serviio-0.6.0.1/bin/../MEDIA/20.avi 2011-10-22 03:55:04,065 DEBUG [MediaItemDAOImpl] Getting file of media item 16 2011-10-22 03:55:04,132 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 16) and extractor EMBEDDED 2011-10-22 03:55:04,135 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 16) and extractor COVER_IMAGE_IN_FOLDER 2011-10-22 03:55:04,135 DEBUG [MediaItemDAOImpl] Reading dirty MediaItems for Repository (id = 8) 2011-10-22 03:55:04,137 DEBUG [RepositoryDAOImpl] Marking Repository 8 as scanned with current timestamp 2011-10-22 03:55:04,177 DEBUG [LibraryManager] Skipping processing metadata for an unsupported file. Message: Unknown video codec.

  3. Log in to comment