Most voted "video" questions
None
Learn more…120 questions
Sort by count of
-
1
votes2
answers488
viewsVideo view resizing to video size
I have a problem in my application, in the app I make a sequence of videos, but at the time I did the structure and inserted the video (it is not of much graphic quality so the app does not get too…
-
1
votes0
answers49
viewsWhat is the purpose of the avoid_negative_ts option in ffmpeg transcoding?
I would like to know details about this feature, as there is not much information about it. From what little I understand, it seems to me that activating this option, I will have an improvement when…
-
1
votes0
answers67
viewsProtocols for multimedia transfer?
I’m developing a video site, and these are stored on a windows server, currently using http://path.mp4 to fetch the video files for the HTML5 player, but then I wondered if HTTP is appropriate for…
-
1
votes0
answers83
viewsApp with video calls
I’m developing an app that in theory should enable users to call video feature, as it has on skype. I came across some questions.. What would it take to put such a service in an Android app? It…
-
1
votes1
answer26
viewsHow can I remove every link that points to a video after the video ends?
I have this div below, namely with id and having within it the elements p followed a(anchor): var vid = document.getElementById('player'); var link =…
-
1
votes0
answers319
views -
1
votes0
answers252
viewsVideo Html5 with advertisement
I have a code to put an ad in video 5 seconds, but I can’t put it on top of the video in the right corner, I can use css but with full screen it doesn’t work, someone has an idea var media =…
-
1
votes1
answer357
viewsBy clicking on a link change within the video tag the value of being to the link clicked
I have a list of mp4 movies on the page in a list li are 1000 links that open directly in the browser. The point is that I created an iframe that receive the links will target a few links it starts…
-
1
votes3
answers332
viewsIs it possible to force Html5 video to play videos with other extensions, as if it were normal video?
I have this client, who for reasons only he could understand, recorded thousands of videos and saved them with weird extensions, ending in .ts, .mp3, .mp4, .mpg, .blib, .reuniao, .banco, .manut,…
-
1
votes1
answer663
viewsAuto play in video iframe
I’m trying to add autoplay in this Iframe but I’m not getting it, will the server not accept this feature? <iframe width="640" height="360" frameborder="0" marginheight="0" marginwidth="0"…
-
1
votes0
answers490
viewsHow to create streaming service with python and Django
I have the purpose of creating a video streaming service, the project is in python and Django. How do I make such a service available? Python 2.7 and Django 1.10 usage. I only found old material!…
-
1
votes1
answer343
viewsConvert Html5 video time to hours, minutes and seconds - Javascript
I need a little help, I’m new here and I’m trying to create a custom video player, only I’m having a hard time in the time part, and I wanted someone to help me do just that, if possible, by…
-
1
votes3
answers1674
viewsWhat is the best way to store videos, audios, images, documents in a bank?
I want to create a repository system where people can store videos, audios, pdfs, images etc. I will probably use PGSQL and want to know what is the best strategy for storing this data that can be…
-
1
votes0
answers53
viewstext animation
Does anyone know what the name of the text animation clip "Alone - Alan Walker" is? at the end "You are not alone" where the lyrics move and makes a Glitch animation. Who knows I just need the name,…
-
1
votes1
answer321
viewsAndroid - Is it possible to play videos on a Webview?
I am developing a browser for android with java. It works fully through webviews. But the app is not able to play videos via stream... I wonder if it is possible to do it. Thank you. Webview in xml:…
-
1
votes2
answers1670
viewsHow to stop playing a video when closing modal
I’m using a css3 to open a modal window. Everything works perfectly, but when I close the modal window the video keeps playing. What should I do to stop video playback when closing the modal? CSS:…
-
1
votes1
answer38
viewsDoes not trigger the video list when I click
I cannot activate youtube video through these codes. When I click on the button fa fa-play gives nothing. <div class="container"> <div class="vc_row vc_row-fluid"> <div…
-
1
votes1
answer207
viewsHTML5 video not running on mobile
I am creating a project in which I have a video rolling on the page in the background, the desktop version is working perfectly, but in mobile the video does not run and is only the blue screen (div…
-
1
votes1
answer67
viewsChange FFMPEG generated GIF size
I am generating gifs using ffmpeg, in its latest version (to date of this issue), using the following lines of code: ffmpeg -y 10 -i in.mp4 -vf fps=10,scale=-1:340:flags=lanczos,palettegen…
-
1
votes1
answer93
viewscheck if a video link is still working
I am developing a site and I use a link q in time in time It gets off, I already have the system I run to update this link but it is in manual mode to run. I was wondering if you have any way to…
-
1
votes1
answer1146
viewsWhat is video frame interpolation (video frame Interpolation)?
Reading some news I came across this: Transforming Standard Video Into Slow Motion with AI or NVIDIA AI creates slow motion videos without "recording more frames", where Nvidia used an algorithm…
-
0
votes1
answer239
viewsDo not run autoplay video as bg on mobile
My website has as bg a video that is on autoplay. However, when you’re on mobile, I want this video to not run, leaving only on pause to display a background image. If I put display:none in CSS it…
-
0
votes3
answers450
viewsVideo Html5/css3
I have a HD video (1920x818 approximately) on my site, I had help in a part of the solution since it was put 100%x100%. Now I’d like to leave it fixed at the top of the page, tried to use…
-
0
votes1
answer42
viewsSlide error when inserting php code
I’m making a slide of videos and everything was going well until I put the php code that brings the videos from the database I insert by admin. When I change the code below: <div> <div…
-
0
votes2
answers664
viewsHTML5 Video Autoplay in mobile browsers
The autoplay attribute on the tag VIDEO does not seem to work in mobile browsers, I searched and it seems that this concerns a policy of permissions between the browser and the end user, I tried to…
-
0
votes1
answer199
viewsHtml5 video controllers
I have in my code a video that was placed with the following tags: <div id="video"> <img src="images/bg-video.png" id="bg-video"> <video width="100%" height="100%" loop> <source…
videoasked 9 years, 6 months ago Felipe Henrique 2,135 -
0
votes0
answers38
viewsProblems with uploading video to ftp
I have the following class: public class CameraReceiver extends BroadcastReceiver { private Cursor cursor; private MetodosUtils metodosUtils = new MetodosUtils(); private Context context; @Override…
-
0
votes0
answers86
viewsHow to choose a gallery video to be default and always play?
I am working on a program that is interactive with users. With this, the user can choose image or take a photo and replace with the one that was in ImageView. When you click on ImageView, a video of…
-
0
votes1
answer171
views -
0
votes1
answer36
viewsVideo with Reflection in firefox
I have the following structure that displays a video: div { height: 460px; width: 100% background: -moz-linear-gradient(top, black 0%, #020223 100%); /* FF3.6+ */ background:…
-
0
votes1
answer651
viewsView a Youtube video via videoView via Xamarin
I need to show a video for a URL, such as a youtube link, using the tool Videoview, or similar. I did some research on this, and I got this code, but it didn’t work, I always get the message that I…
-
0
votes0
answers107
views -
0
votes0
answers608
viewsHow to Stream Videos with PHP by Hiding Video URL
I’m setting up my site, I want to put videos on it, the more the site stays in the hosting and the videos in a VPS server. I also don’t want users to know the source link of the videos (stay hidden)…
-
0
votes0
answers475
viewsTag Video in Html does not support firefox and works on the internet explore
I’m implementing video module in my company’s system, only I want to take a video of disk C: from the server, to be displayed within the system, more on the internet explore and edge works normal…
-
0
votes1
answer95
viewsHow do I use the video tag in firefox or Chrome
I’m trying and I can’t see the video in my system, picking up from the C:/, is working only on Internet Explore. Follow the code: <video width="320" src="C:\video\ninguemFerro.mov" height="240"…
-
0
votes1
answer194
viewsRun function only when user drops input type="range"?
I’m wearing a input[type="range"] as progress bar for a video player, it is when simulating the event to change the time of the video because I only want the action to be executed only after the…
-
0
votes1
answer822
viewsCreate button to advance video
I tried to create a javascript function to allow you to skip a few seconds in a video, but when you click the video button it just starts again. var video = document.getElementById("video1"); var…
-
0
votes2
answers147
viewsCMB2 - Wordpress
/** * Video metabox */ $videos = new_cmb2_box( array( 'id' => $prefix . 'video_url', 'title' => 'YouTube Vídeo', 'object_types' => array( 'video_destaque_home', ), // Post type 'context'…
-
0
votes1
answer465
views -
0
votes0
answers47
viewsMKV without HTML5 subtitle
I am creating a website where will contain mkv videos with subtitles but the subtitles of the video do not appear, the video runs normally with audio but subtitles do not appear. From what I saw…
-
0
votes1
answer206
viewsAutomatic Javascript Script Remove Play
Good night, you guys. I found a code here in the stack for random audio playlist and adapted it so that I could run videos, but I’m new to Javascript and I don’t know how to do almost anything. I…
-
0
votes1
answer247
viewsFfmpeg and video vs audio time
I am with a simple application that performs the download of a video + audio and ' concatenate ' ( Join ) the same with the tool Ffmpeg, the problem is that most of the time the user will download a…
-
0
votes2
answers2400
viewsPutting a responsive video on my web page
Hello, I need to put a video on my site like this one: http://www.orionbranding.com/ All the examples I think are full width videos, q occupy the whole screen. The code I put below leaves the video…
-
0
votes1
answer30
viewsHow to implement a "Liener" in a video?
Well, I have a button and when clicking it, it will call a function that opens a page with a fullscreen video with autoplay="true". IT HAPPENS THAT, after the end of the video I need to redirect the…
-
0
votes1
answer46
viewsTransforming image into video
Good morning guys, I’m going to start developing an app and I need to turn a sequence of images into a video. I would like a hint of how this can be done, independent of language, framework, etc. I…
-
0
votes2
answers158
viewsHow to block the double click on a video?
I created a page with a video set in the resolution and layout I want, but when receiving a double click it enters mode fullscreen, I’d like to disable that. I used the script: <script>…
-
0
votes2
answers288
viewsHow do I make iframe "clickable" anywhere on the page?
Assuming I have a youtube video in an iframe on my website, how would it be possible to play the iframe by clicking anywhere in the body of the page without having the iframe take over the entire…
-
0
votes0
answers111
viewsScript to pass an advertisement before the video
How do I stop by putting one of my own ads before a Youtube video and after that spend 50% of the time on the video and another advertisement passes after the video continues. The advertisement…
-
0
votes2
answers88
viewsHow video sharing sites perform autoplay with audio on Chrome
google Chrome (desktop) has policies that block the autoplay of videos with audio on: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#new-Behaviors But video sharing sites,…
-
0
votes1
answer311
viewsCreating thumbnails only with the video link
Is it possible to create a thumbnails just by using the javascript video link? Without having to use php, or other tools when I want to use it in Blogger, it’s a bit limited to this side. Link…