Video module already have bunch of great features like, video thumbnails creation, video conversion, HTML5 support videos and playback any type of videos blah blah.
I started a topic there on Media group http://groups.drupal.org/node/129259, and I would really like to see video module integrate with the Media module. So creating this issue as @jacob request and delight to see any comments on how to do this?

Comments

hypertext200’s picture

Title: Ingrate with video module » Integrate with video module
Category: feature » task
Sylvain Lecoy’s picture

Big subscribing

lewisnyman’s picture

Subscribed

drupalicious’s picture

subscribing

batje’s picture

subscribe

camdarley’s picture

Any news? What a wonderful improvement if video module features be integrated to the media module!

4aficiona2’s picture

subscribe

anavarre’s picture

Subscribing

AndrzejG’s picture

Subscribe. Problem is only that hosted servers usually have no FFMPEG codec; it is absolutely required for Video module.

andres.torres’s picture

Subscribing

marcoka’s picture

subscribe

damienmckenna’s picture

omgSUBSCRIBE.

Fidelix’s picture

Yes! Subscribing!

betoscopio’s picture

Subscribing

ParisLiakos’s picture

Title: Integrate with video module » Integrate media with video module
dddave’s picture

Sub

Playing videos with a filefield/mediabeast would be cool...

rebolomo’s picture

Subscribing

pdeclarens’s picture

After i made a redirection, the video does'nt appear any more, instead I get this
[[{"type":"media","view_mode":"media_large","fid":"16","attributes":{"alt":"","class":"media-image","typeof":"foaf:Image"}}]]
thanks for help

manischewitzbacon’s picture

any of you subscribers have interest in integrating the media_webcam module with the video module? (on d6, not 7)

I tried today to just use the 2 modules together thinking they would just work. no such luck.

the video module lets you use CCK filefield for the video upload (and CCK for other params), and the media_webcam module provides a widget to CCK that is used with filefield

i know enough about module development to know that it can't be too hard to put some of media_webcam's peanut butter in video's chocolate (or vice versa) but not enough to know which bit goes where.

If anyone has some time to talk it out with me, I might be able to produce some sort of patch or intermediary module...

ZuluWarrior’s picture

Subscribing.

Really want to help, really need a solution for displaying media!!!

I have everything set up, Media handling the different types , views presenting a media list and a views attachment displaying the selected media file. Image Styles handling the display of images, however I can't find anythnig that fits the case of displaying the video file.

Ideally I'd expect to set the file types file display property (in the default view for example) to 'whatever_video_renderer', but nothing seems to fit, mediafront won't take it, videoelemend.js maybe but still attempting to find a solution.

Any coding or anything I can do to help, please shout!

ZuluWarrior’s picture

In reply to my previous post, I am currently rolling my own formatter to wrap mediafront, so that it can be selected via media display_file and styles...

It seems to be the correct way forward, and it works to a degree (I have some playback/theming issues to iron out) so if it pans out to anything I'll share what I find.

rickvug’s picture

@ZuluWarrior For displaying video files check out the JW Player formatter sandbox at http://drupal.org/sandbox/skilip/1143300. It provides JW Player as a file field formatter. You can configure multiple exportable presets, which are similar to image styles. My plan is to make the sandbox a full project shortly.

ZuluWarrior’s picture

I'm familiar with JWplayer so will check it out some time (deadline looming atm). Thanks,

mefisto75’s picture

Can mediafront module be a solution so far?

ZuluWarrior’s picture

Mediafront (and its supplied formatter) is a half way solution for me.

It works with a media file as a content type, I can set up my formatter and all that for the display type for video files. Here is a problem when it comes to WYSIWYG and the media plugin. as the formatter and media plugin doesn't compensate for being inside CKEditor (or another wysisyg) so when our auhors try to include a videofile the dialog that allows them to select their media never submits. (even if you hack and force the submit the Editor strips the markup which it doesn't recognize (audio, video, embed, object tags)

amontero’s picture

@manischewitzbacon: You might be interested in issue #1190298: Integrate with Video Module.

noahadler’s picture

Subscribe

mpgeek’s picture

Category: task » feature
mpgeek’s picture

Status: Active » Closed (won't fix)

@heshan.lk, et. al,

Media 1.x is feature frozen; closing this for now.

If we still wish to request Video integration, feel free to re-open against Media 2.x, and provide a more detailed description of what is being requested, i.e. how integrating Video would be different or more beneficial than the native video support Media 2.x already provides. If you wish to discuss what this integration, perhaps a groups post would be a better platform for formulating ideas (remember, issue/feature requests should be specific).

dlumberg’s picture

Status: Closed (won't fix) » Needs review

I wrote a module that adds media browser support to the video widget it's in a sandbox here:

http://drupal.org/sandbox/dlumberg/1364538

energee’s picture

Your repo is empty! I could use this, and would be willing to contribute, perhaps you can push this again?

dlumberg’s picture

I just checked and it cloned fine using this:

git clone --recursive --branch 7.x-1.x http://git.drupal.org/sandbox/dlumberg/1364538.git media_video

There shouldn't be anything in the master branch.

devin carlson’s picture

Status: Needs review » Closed (works as designed)

If no additional work is required on the Media side of things, further discussion can continue in the Video module's (or dlumberg's Media Video sandbox's) issue queue.