|
Well I run a small video website and on the actual video page there is a strip of "related videos" similar to most video sides (e.g. YouTube) and currently all I'm doing is taking one of its tags randomly and finding other videos with the same tag. Not...
Started by Andrew G. Johnson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The count....
Produce a list of videos ordered by the count of the number of those lists they appear on, i.e.
Use all the tags - for example imagine queries for the list of videos that have each tag that this video does.
|
|
I'm trying to use <video> tag feature. I've encoded my file with ffmpeg :
ffmpeg -i 1.vob -f ogg -vcodec libtheora -b 800k -g 300 -acodec libvorbis -ab 128k out.ogv
I've placed this text in index.html :
<video src="out.ogv" controls></video...
Started by Lexsys on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at serverfault):
video/ogg"></video>
Its not a great idea to use the video tag because although the tag for it to be final) but i believe you need to have your html read
<video src="out.ogv" controls="true" type I have....
|
|
Seems like the new <video> tag is all the hype these days, especially since Firefox now supports it. News of this are popping up in blogs all over the place, and everyone seems to be excited. But what about?
As much as I searched I could not find...
Started by Vilx- on
, 26 posts
by 26 people.
Answer Snippets (Read the full thread at stackoverflow):
It seems like it would be easier/better to get mobile devices to support the video/audio tag"
Browser vendor squabble
Ultimately, even if you do use the video tag, your video codec may-code-a-video....
Of the web.
|
Ask your Facebook Friends
|
Is there any defined behaviour if I have an HTML5 VIDEO tag but include neither a SRC attribute nor SOURCE tags inside the element? Would this still be valid HTML, and if so, what should the (HTML5 capable) browser do - ignore the element or display it...
Started by askvictor on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Content within the video tag, other than the source elementsI guess....
So it wouldn't be valid without it, but it could default to linking an non-existing video, in browsers that support the video tag.
An img tag.
|
|
I have been doing some research on ID3V2 tags and Video Formats such as MP4 and WMV. The two top libraries for editing ID3V2 tags seem to be:
Entagged and Jaudiotagger
Both of these support only audio formats. ( They support M4A and WMA but not MP4 and...
Started by rhigdon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
AudioFile = new MP3File(file); try { ID3V2_3_0Tag tag = new ID3V2_3_0Tag(); tag.setArtist("Ryan Higdon"); tag.setAlbum("Ryan's Funky Beats"); audioFile.setID3Tag(tag); audioFile.sync(); for (ID3Tag eachTag.
|
|
Is it popular to have a page display video using the new HTML tag (as long as its supported by the browser), else fallback to using a lightbox??? [ & maybe even have another fallback??]
i've never had to do anything like this so i don't know. would appreciate...
Started by david on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Lightbox....
Whether you want to present the video in a lightbox be shown in a lightbox.
Well, if the browser doesn't support video then you could fall back to an object tag, which could fall back further by containing an embed tag.
|
|
Hey,
I am trying to convert our all-flash website to HTML 5. But since so many users still use IE and other browsers that do not support HTML 5 yet, I am looking for some flash media players that can replace <audio> and <video> . My google...
Started by numeric on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Are read by the browser, which invokes the plugin, and so the browser would notice VIDEO/AUDIO tags, but here's a starting point: http://camendesign.com/code/video%5Ffor%5Feverybody
(I'm not sure about "all.
|
|
Assuming the following:
The browser in question doesn't limit the size of data URIs. There is actually a purpose to doing this (so please refrain from asking "what's the point?" and "you do realize base64 encoding will expand your file by 33%, right?"...
Started by oskar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I do it here: http://hacks.mozilla.org/2009/12/file.
Works well with Firefox (Video + audio).
Of the URI.
|
|
Here is my code: css part
.blue { color:#6E99E1; font-size:9px; }
markup part
<span class="blue">::<a href="/equipment_new.php">CLICK HERE</a>:: to view our New Equipment inventory. <br /><br /></span>
I've somehow ...
Started by Shore on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
(A non-CSS possibility: Do you have link/alink/vlink attributes on your <body> tag?)
Edit:#6E99E1; font-size:9px; }
to
.blue, .blue a{ color:#6E99E1; font-size:9px; }
By default an anchor tag, reverse video, etc.....
For this.
|
|
Hello!
There is a playlist of videos I am watching from (it's a show of a channel) and the videos I have watched become marked with "Watched". However, after a week or two, everything seems to be refreshed and the "Watched" tags disappear. There are10...
Started by MrKevinLei on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at google):
Another way to recover the last watched video, if this way, but YouTube seems no more showing the watched mark in the video thumbnail, if I remember correctly be before the tittle of the ....
Must be before the tittle of the video.
|