Closed (duplicate)
Project:
Video
Version:
7.x-2.x-dev
Component:
Video Core
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2011 at 21:30 UTC
Updated:
16 Apr 2013 at 16:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
adVid commentedSeems to occur with only one thumbnail: if 3 thumbnails are wanted, only 2 are created...
Comment #2
anglo commentedI had the default number set - 5 thumbnails. And, yes, only 4 thumbnails are created in the directory, but I can't see any of them in the submit form. Only the radio buttons.
And the critical thing - video doesn't get transcoded. (With the other video module version it does)
Comment #3
hongpong commentedI think this is related but not worth a separate ticket:
At
I get these notices.. I don't have any FFMpeg around at all so probably this needs to be caught.
Notice: Undefined offset: 0 in PHPVideoToolkit->getFFmpegInfo() (line 548 of /modules/video/libraries/phpvideotoolkit/phpvideotoolkit.php5.php).
Notice: Undefined offset: 0 in PHPVideoToolkit->getFFmpegInfo() (line 548 of /modules/video/libraries/phpvideotoolkit/phpvideotoolkit.php5.php).
Notice: Undefined index: configuration in PHPVideoToolkit->getFFmpegInfo() (line 579 of /modules/video/libraries/phpvideotoolkit/phpvideotoolkit.php5.php).
Notice: Undefined index: in PHPVideoToolkit->getFFmpegInfo() (line 579 of /modules/video/libraries/phpvideotoolkit/phpvideotoolkit.php5.php).
Notice: Undefined index: formats in PHPVideoToolkit->getFFmpegInfo() (line 594 of /modules/video/libraries/phpvideotoolkit/phpvideotoolkit.php5.php).
Notice: Undefined index: in PHPVideoToolkit->getFFmpegInfo() (line 594 of /modules/video/libraries/phpvideotoolkit/phpvideotoolkit.php5.php).
Notice: Undefined index: codecs in PHPVideoToolkit->getFFmpegInfo() (line 609 of /modules/video/libraries/phpvideotoolkit/phpvideotoolkit.php5.php).
Notice: Undefined index: in PHPVideoToolkit->getFFmpegInfo() (line 609 of /modules/video/libraries/phpvideotoolkit/phpvideotoolkit.php5.php).
Comment #4
hypertext200Pull up the latest version so for seems working fine for me, welcome patches this is active in developments.
Comment #5
hypertext200Comment #6
pixelsweatshop commentedGetting the same issue with the most recent version (2011-Sep-14)
Comment #7
revu commentedAnyone who can help on this?
Comment #8
hypertext200Did you install the FFmpeg?
Comment #9
pixelsweatshop commentedYes. Installed FFmpeg with the following:
configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-pthreads --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libfaac -- enable-libfaad --enable-libmp3lame --enable-libtheora -- enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra- ldflags=/usr/local/cpffmpeg/lib --enable-decoder=ac3 --enable-decoder=asv1 --enable-decoder=asv2 --enable-decoder=flac -- enable-decoder=wmv1 --enable-decoder=wmv2 --enable-decoder=wmv3 --enable-decoder=mpeg1video --enable- decoder=mpeg2video --enable-decoder=flv --enable-decoder=fraps --enable- decoder=h263 --enable-decoder=h264 -- enable-decoder=libgsm --enable-decoder=mjpeg --enable-decoder=mpeg4 --enable-decoder=mpeg4aac --enable- decoder=mpegvideo --enable-decoder=mpeg4aac --enable-decoder=msmpeg4v1 --enable-decoder=msmpeg4v2 --enable- decoder=msmpeg4v3 --enable-decoder=pcm_alaw --enable-decoder=pcm_mulaw --enable-encoder=ac3 --enable- encoder=asv1 --enable-encoder=asv2 --enable-encoder=flac --enable-encoder=h263 --enable-encoder=flashsv --enable- encoder=flv --enable-encoder=libgsm --enable-encoder=mjpeg --enable-encoder=msmpeg4v3 --enable-encoder=pcm_alaw --enable-encoder=pcm_mulaw --enable-encoder=mpeg1video --enable-encoder=mpeg2video --enable-encoder=mpeg4 -- enable-encoder=msmpeg4v1 --enable-encoder=msmpeg4v2 --enable-encoder=rv10 --enable-encoder=rv20 --enable- e encoder=vorbis --enable-encoder=wmav1 --enable-encoder=wmav2 --enable-encoder=wmv1 --enable-encoder=wmv2 -- disable- demuxer=v4l --disable-demuxer=v4l2 --enable-version3Comment #10
revu commentedyes, ffmpeg is correctly installed.
& since something has gone terribly wrong and Drupal does not seems to find the FFmpeg installed. :(
Comment #11
hypertext200@revu where you can see that error? on the node creation page? which are the options you selected in that page and what about watchdog error?
Comment #12
revu commentedYes, on the node creation page as a ajax popup.
Comment #13
hypertext200What are the watch dog messages? and did you check node convert on save?
Comment #14
revu commentedHi Heshan,
I deleted the content type entry through which the above mentioned error was occurring and after realising the videos are being transcoded successfully and being played (with fall-back to Flash from HTML5 on IE7) though MediaElements.js
When I replicated the similar settings to that of MediaElements.js with exception to the player from MediaElement Video to VideoJS HTML 5 Video Player, I receive the following error:
Notice: Undefined index: description in video_filter_info() (line 34 of ...\sites\all\modules\video\video.filters.inc).
Notice: Undefined index: title in _filter_list_cmp() (line 592 of ...\modules\filter\filter.module).
Notice: Undefined index: title in _filter_list_cmp() (line 592 of ...\modules\filter\filter.module).
Notice: Undefined index: title in _filter_list_cmp() (line 592 of ...\modules\filter\filter.module).
Warning: uasort() [function.uasort]: Array was modified by the user comparison function in filter_get_filters() (line 582 of ...\modules\filter\filter.module).
Thanks mate!
Comment #15
revu commentedNow I have run into more trouble - Status report is saying I have FFMPEG not installed while on transcoder settings, it says version found - what is going on? I am on Xampp.
Comment #16
revu commentedI am really finding it really very hard to fix this transcoder library error in Xampp (Windows). Can someone point me in right direction?
FFmpeg Not found
Missing the transcoder library. Please install FFmpeg in to your server if you intend to transcode or to auto create thumbnails.
Where does this transcoder library sits and what files needs to be housed there for this to work?
Comment #17
revu commentedMore error :(
Comment #18
hypertext200Duplicate of #1293546: Bootstrap.inc error when saving video transcoder settings
Comment #19
brtamas commentedHello,
I found a little bug in phpvideotoolkit.php5.php near the 1855 line, in extractFrames function. The time code conversation format is not good. The following is given: %hh:%mm:%ss:%ms and the correct is %hh:%mm:%ss.%ms
This correction made my problem go away
Comment #20
brtamas commentedSame problem in the next line
Comment #21
ericmaster commentedbrtamas thanks #19 (and #20) worked for me.
I removed the ffmpeg package and compiled from source, since then, thumbnail image generation stop working for some reason. I suppose ffmpeg_video library was installed as part of the package and was removed when I decided to remove the package and install ffmpeg from the source, I don't know, anyway, thanks.
Comment #22
Jorrit commentedbrtamas: the fix you suggest is already in the 7.x-2.x-dev version, could you see if it works for you?