movie Questions
3
Solved
I would like to add a background music to a video file (.mp4) in python.
I have looked the web and did some tricks with moviepy for python, but I did not found a single way to add background music...
7
Solved
Whenever I change the frame of my AVPlayerLayer, the video is not resized immediately, but animated to the new size.
For example: I change the frame from (0, 0, 100, 100) to (0, 0, 400, 400), the ...
Malang asked 1/7, 2011 at 13:3
5
Solved
I'm using UIImagePickerController to allow my user to select a video from the asset library.
When the user selects the "Choose" button on the second screen, the view displays a progress bar and a ...
Odor asked 1/7, 2010 at 15:5
2
Play video in your watchOS app.
WKInterfaceMovie — An interface element that lets you play video and audio content in your watchOS app.
Works as expected. Video plays. What about scaling it to ...
0
I have a audio recording in multiple files. I am creating one continues audio file using com.googlecode.mp4parser:isoparser:1.0.2 library.
Below is my code :
String mediaKey = isAudio ? "soun" : ...
Calamint asked 30/10, 2017 at 6:55
0
I found out yesterday that the Guidebox API for retrieving data on shows/movies currently streaming on many of the popular streaming services is moving to pay-only starting in August, and is ...
2
Solved
import nltk
import random
from nltk.corpus import movie_reviews
documents=[(list(movie_reviews.words(fileid)),category)
for category in movie_reviews.categories()
for fileid in movie_revie...
1
Solved
I am currently working with a RPi 3B (latest Raspbian Jessie) on a little project which involves playing a short .mp4 file. As Pygame seemed to support playing .mpg files, so I converted my v...
Caboose asked 12/6, 2016 at 14:54
1
Solved
I found mkvtoolnix command line, installed with brew.
But i found nothing about splitting a movie with the command line, i only found with GUI.
The installation create 4 binary mkvextract mkvinfo ...
6
Solved
i have this code to show gif image with Movie.
public class GIFView extends View{
private Movie movie;
private InputStream is;
private long moviestart;
public GIFView(Context context) {
supe...
3
Solved
Matlab has the following guide to making a movie in avi format. My goal is to be able to play the video in my presentation through powerpoint.
nFrames = 20;
% Preallocate movie structure.
mov(1:nF...
5
Can anyone suggest a method by which you can achieve a completely smooth and seamless looping of a video clip in iOS? I have tried two methods, both of which produce a small pause when the video lo...
Boatright asked 19/10, 2011 at 14:25
4
Solved
I have a small UIView that displays a repeated movie. When the user taps a button another movie is loaded and displayed in the same UIView.
The problem is that there is a half second "flash" betwe...
Puling asked 30/12, 2010 at 4:43
5
Solved
I have an html file named videoplay.html with following content
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>
<p>
This is dem...
Exchangeable asked 20/7, 2011 at 9:34
1
Solved
Is there a way to create a video from NetLogo?
I have had a look at the quicktime extension, however, this seams to only allow you to import videos, not create them.
What I want to do is save a...
2
I'm using UIImagePickerController to allow my user to select a video from the asset library.
When the UIImagePickerController is initially displayed, it shows thumbnails for the various movies tha...
Furtek asked 1/7, 2010 at 12:30
4
I have an app that's worked since version 2.0 of the SDK where I create and add a UIWebView and then load the URL of an .mov to play a movie. Ever since the early version of the 4.0 beta up until t...
2
Solved
I'm trying to look for an example of code that allows the user to animate a gif on mouseover and pause when mouse out. I've seen many tutorials talking about this but I want a different effect.
I ...
0
I am trying to install VLC from source so as to utilize the raspberry pi's hardware (question is software only, hence why I am asking here) as per these instructions. I have managed to install it, ...
2
Solved
In WPF, i wish to create rounded corner for my movie, but the movie actually will overlap the border and i get a normal rectangle box that load my movie. Any idea how to solve this issue?
<Bor...
1
where can I see the Google API movie showtimes documentation please ?
On an other question I found this :
http://www.google.com/ig/api?movies=poznan&theater=rialto&start=2&date=3&am...
Institutive asked 21/2, 2012 at 14:47
2
Solved
I am working on a web app which lets users tell their favourite movies, directors, movie- writers, and actors. For this I want to provide them a dropdown list or auto complete for each of them so t...
4
Solved
Working on a movie website and would love to find an API that I could use to get information about different movies. I code in PHP but I'm assuming this would probably return XML.
1
Solved
I may not have worded my title very well, maybe more correct to say my NSNotification isn't dismissing my movie's view after it's done playing. I've found others with this problem but no solutions,...
Cholecyst asked 8/10, 2012 at 17:35
1
Solved
[update]
As was recommended I changed all the parent view controllers to support all orientations. My app structure is as follows: AppDelegate > RootViewController > Videos > VideoDetails > MPMovi...
Difficulty asked 24/1, 2012 at 4:47
1 Next >
© 2022 - 2024 — McMap. All rights reserved.