Questions tagged [video-encoding]

This tag should be used for questions related with programmatically handling of video encoding in any format. For questions related to trimming and modifying videos use [video-editing], and [video-processing] for questions related to processing videos with filtering video frames.

Video encoding (and video compression) reduces redundancy in video data with algorithms and codecs. Most of the techniques are to combine spatial image compression and temporal motion compensation.

See also:

Read more:

950 questions
-2
votes
1 answer

Python video maker

I made this script for converting images to video using Python. Problem: When I run this it is showing a blank screen. Here is the code (uses tkinter and moviepy): from moviepy.editor import * from tkinter import * from tkinter.ttk import…
-2
votes
1 answer

Why does it take forever just to add audio to an mp4?

I am currently using Kdenlive, but have also used ffmpeg when I have the simple task of adding audio to a video that does not yet have audio. Since it is just a matter of putting the video file together with the audio, it seems like it ought to be…
-2
votes
1 answer

Making an app like Udacity - How to host video files?

I'm building an Android app that works similar to Udacity app. My requirements All my videos should only be viewed via the app. I will be using my own video player inside the app, and I want the option to choose quality of video (Like in YouTube…
-2
votes
1 answer

How to Create a video in Android?

I am new to android. I have two files of same length, One is audio file and one is video file with no audio. I want to make a video with audio by combining these two files. Help me to achieve this task.
Hasnain
  • 73
  • 2
  • 7
-5
votes
3 answers

How to encode video?

I want to write a video encoding. What do I need to do?
y2k
  • 65,388
  • 27
  • 61
  • 86
1 2 3
63
64