6.x-4.0-beta1 doesn't work locally on windows xp. Version 6.x-3.9 was working and transcoding the files.
I added a video filefield and enabled "Use Drupals built in cron" from Cron Settings. I then upload a video.
I run cron manually (using link from devel module) and I get the errors seen on image attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | page-not-found.png | 31.96 KB | harcher |
| #7 | layout-bug.jpg | 230.32 KB | harcher |
| #4 | beta1-errors3.jpg | 139.98 KB | harcher |
| #4 | beta1-error4.png | 31.33 KB | harcher |
| #4 | cron-run.png | 73.15 KB | harcher |
Comments
Comment #1
harcher commentedAlso, seems that it's not generating the thumbs. This image is from the error logs.
Comment #2
harcher commented...and error logs page
Comment #3
iLLin commentedCan you try built in ffmpeg and not the wrapper. Can you also show me the commands that are being run when you do that.
Comment #4
harcher commentedThanks for the reply.
Did what you asked and changed to built in ffmpeg and not ffmpeg_wrapper.
Images attached.
I think 'nice' at the start of the command doesn't work on windows:
http://drupal.org/node/221893
Comment #5
iLLin commentedOk I see two issues. Lets clear out nice first.
Open video/transcoders/video_ffmpeg.inc
Also On your beta-error4.png screenshot. It is showing the %video tokens. I have updated those to ! and I am using the internal token function t(). So reset the system settings form on the Transcoder tab.
Tell me what happens and we will go from there.
Comment #6
harcher commentedThanks, it seems to be working now.
I switched back to ffmpeg_wrapper and it seems to be working too. Shall I stick with ffmpeg_wrapper or better to leave it on built ffmpeg?
Comment #7
harcher commentedTwo more issues:
- I have a content type with a cck video filefield set to unlimited values (multi files). So for this field, I upload a video then transcode it (i.e. convert it to flv on node submit or on cron). Then, for the same node, I upload another video with the same name as previous video, then transcode it, the second converted video overwrites the first converted video. This happens within the "converted" directory.
- Notice the layout bug on the attached image. The text extends outside the allocated container. Maybe just add some line breaks within the instructions text (ie and firefox)
Comment #8
iLLin commentedYea i need to verify the name, its on my list. Yea go back to ffmpeg_wrapper and see what happens. So we can iron out these issues for the next beta.
Comment #9
iLLin commentedAlso that layout bug. Are you sure its not your styles? Try it with garland and see if it does the same.
Comment #10
harcher commentedAnother issue:
Page not found. See image
sites/all/modules/video/includes/transcoder.inc, line 41:
This js file doesn't exist.
Comment #11
harcher commentedThe style bug shouldn't be my style since I haven't done any theming, yet. It's Garland, Shiny Tomato. Tried Minnelli, same thing.
Comment #12
iLLin commentedYea thats this issue here: http://drupal.org/node/802682
Thanks so much for testing!
Comment #13
harcher commentedmore issues:
- When running the module for the first time, it creates a directory 'video_thumb'. Then it creates another directory 'video_thumbs' which it uses for storing the thumb images. It should only create one directory for storing the thumbs and it should be the directory specified from the UI settings.
- The module also creates the disrectory 'videos' where it stores the original and converted videos. Would be nice to be able to specify this directory from the UI settings.
Comment #14
harcher commentedIs there an ETA for getting those issues fixed? :)
Comment #15
iLLin commentedNo ETA, I have a lot going on right now.
I will take a look on why its created multiple thumb folders and get that sorted. The module creates a videos folder where you can then specify another folder inside of that. So when you create a cck field as video, if you look at the filepath settings, you can add a new folder inside of the videos folder.
Comment #16
harcher commentedThanks iLLin. I know that you can specify a folder inside videos, but you can't specify outside. I'll just have them there.
Great work and thanks
Comment #17
iLLin commentedhttp://drupal.org/cvs?commit=371816
Comment #18
harcher commentedThanks iLLin ;)