This tag should be used for questions related with programmatically handling of video encoding in any format.

learn more… | top users | synonyms

0
votes
1answer
24 views

The .mp4 video does not play, which is created from ffmpeg library (not command line)

I use ffmpeg library to encode frames to a .mp4 video. The program runs smoothly without error. But the output .mp4 video does not play. Properties of the file does not even show it is a video file, ...
0
votes
0answers
23 views

Can't write RGB frames to mp4 video with FFMPEG

I am writing RGB frames to mp4 (h264) using FFMPEG. The resulting video is created with the correct length but the visual is completely screwed: My whole setup is based on this tutorial.But there is ...
0
votes
2answers
27 views

How to convert RGB from YUV420p for ffmpeg encoder?

I want to make .avi video file from bitmap images by using c++ code. I wrote the following code: //Get RGB array data from bmp file uint8_t* rgb24Data = new uint8_t[3*imgWidth*imgHeight]; hBitmap = ...
0
votes
1answer
20 views

Encoding mp4 to other

We have uploaded several videos from android to windows azure cloud. the videos (by default mp4) were uploaded as blobs to the storage container. I've seen that there's Media Service which has the ...
0
votes
0answers
85 views

“NVENC Feature not available for current license key type” error from nvEncoder sample

When I try to run the nvEncoder sample application included in NV Encode SDK 2.0, it fails to open an encode session. Here is the output: ...
-1
votes
0answers
28 views

Color shift when encoding DNxHD QuickTime Video [closed]

I have been tasked with developing the Editorial submission pipeline for an animated feature film project. Our studio is based on Windows 7 and the Editing team is using Avid Media Composer. We have ...
3
votes
1answer
71 views

How to encode a video from a series of snapshots?

I an interfacing with a type of video stream that is about 30fps of video that is mostly static (like a still picture). I only get updates from the stream when there is movement in the video. So if ...
0
votes
1answer
75 views

What is the best Library/SDK for Realtime 4k video Encoding?

My requirement is create a encoded video from raw frames in atleast 4k resolution. Presently I am recording videos @1080p using libavcodec (H.264, MPEG4). What will be the best solution for recording ...
1
vote
0answers
29 views

Converting series of images with ffmpeg results in black video [migrated]

I've just downloaded ffmpeg since it seems to perfectly match my needs (make a video from a set of pictures). I'm currently playing around with some examples just to get started and there's something ...
0
votes
0answers
31 views

Mathematically lossless encoding and decoding of RGB24 image sequence

I am trying to encode a RGB24 image sequence into a mathematically (not merely visually) lossless video. huffyuv was suggested on many online forums so I tried the following. ffmpeg -i ...
-1
votes
0answers
9 views

Reencoding a heavy image video [closed]

A friend created a while ago a video which is an slideshow with some songs and a text overlay, it was done using Windows Movie Maker. The problem is, this is a 21:59:22 min video, running ...
0
votes
0answers
25 views

Tz search for motion estimation on GPU

why all papers and thesis talk about parallel full search with no thesis or paper ever try to run the fast search(Diamond search) on parallel architecture whether it was multicore/many core. i have a ...
0
votes
0answers
33 views

android query videos and get CamcorderProfile videoCodec

i have an android activity where i get all videos from sdcard String[] projection = { MediaStore.Video.Media.DURATION, MediaStore.Video.Media.DISPLAY_NAME, MediaStore.Video.Media._ID, ...
0
votes
0answers
94 views

FFMpeg encoded video will only play in FFPlay

I've been debugging my program for a couple of weeks now with the output video only showing a blank screen (was testing with VLC, WMP and WMPClassic). I happened to try using FFPlay and lo and behold ...
0
votes
0answers
41 views

HLS streaming not working on iPAD iOS6

I used encoding.com to generate HLS. In a.m3u8 file CODECS option was missing. It plays well on other iPADs with iOS<6. but not with iPAD(the latest one) having >=iOS6. Screen in video freezes ...
0
votes
0answers
14 views

How to use “MFMediaType_Stream” as a MF_MT_MAJOR_TYPE to write audio and video data to a file

I am trying to use "Sink Writer" from "Microsoft Media Foundation" in C++ for creating a video file multiplexed with audio. I think "MFMediaType_Stream" is the one I need to use as a MF_MT_MAJOR_TYPE ...
0
votes
0answers
72 views

Java - Xuggler - Encode FFV1

I want to encode some ByteBuffers as FFV1 video. I use LWJGL/OpenGL to draw and currently glReadPixels to populate the ByteBuffer. This totally works when I encode as HuffYUV: final IMediaWriter ...
1
vote
2answers
135 views

Is there a downside to putting the MOOV atom at the beginning of an MP4 file?

I see tons of questions about relocating the moov atom from the end of a MP4 video container to the beginning, to make the video "web optimized" or easier to stream. It seems like most tools require ...
0
votes
0answers
40 views

windows media encoder screen recording plays in vlc as a tilted image

I've done a screen recording with windows media encoder and I've tried playing it in VLC but the image appear tilted by 45 degrees. How can this happen? Any ideas how to resolve it. Do I need to load ...
1
vote
1answer
123 views

Writing YUV to file results in duplicated frames

I am writing YUV (YV12) frames to YUV file. I am saving exactly 101 frames.But when I am playing the output YUV file I have 2x more frames whereas each second frame is always empty. Here is my code: ...
1
vote
3answers
92 views

Why frame->pts increases by 20, rather than by 1?

Following the exmaples of ffmpeg: decoding_encoding.c and filtering_video.c, I process one video file taken by iPhone. The video file: .mov, video dimensions; 480x272, video Codec: H.264/AVC, 30 ...
0
votes
2answers
440 views

FFMPEG with PHP convert video to mp4 and snapshots

I have recently started working on a website where users can upload videos to, and I am a beginner with ffmpeg, however I have been searching and searching for how to do these things I want to do, ...
0
votes
2answers
116 views

segment does not contain sync frame

Whenever I split a video using Apple's mediafilesegmenter, using the following command: medifilesegmenter video.ts -t 10. I get the following error for each segment except the first: segment does not ...
0
votes
0answers
59 views

Use Lagarith for encoding

I have a loss less mp4 file (YUV 4:4:4) encoded using x264 with me. I want to convert it to loss less avi using Lagarith. Earlier, to compress using lagarith, I used virtualDub. But that option now ...
0
votes
1answer
47 views

How to build a daemon to encode video files on S3?

I am interested in running a daemon to go over user uploaded video files and encode them in an optimal format (and add some watermarks). I was considering services such as Zencoder, Encoding.com, ...
0
votes
1answer
343 views

FFmpeg's AAC (“libfaac”) Codec Options?

For AAC ("libfaac") audio encoder, how can I specify the "MPEG Version" to either "MPEG-4" or "MPEG-2" through FFmpeg's command?
0
votes
1answer
28 views

intel media software encoder

I am using graph edit, and trying to use intel media software encoder with windows-8(32 Bit , Processor intel-core i5) and getting configuration error But it works fine with following situation :- ...
0
votes
0answers
67 views

Crop video while encoding [closed]

I am stuck during setting few encoder parameters for a specific requirement. I have input buffer of size 640x368 as an input to encoder, the actual data in this buffer is 640x360. I allocated 368 rows ...
0
votes
1answer
97 views

H.264 trimming/downsizing and streaming with Apache

I am doing some research on how to do two things: Trim and stream H.264 video. What does it take to trim a mpeg4 h.264 video to 30 seconds and downsize it to 480p. I am assuming I would need to ...
0
votes
2answers
33 views

Encoding.com watch folders notifications

We are using Encoding.com's watch folders to process videos from our Amazon S3 bucket. It works fine but we have problems with the notifications. We want it to run a script in our server to update ...
2
votes
0answers
44 views

Running FFMPEG in Android [duplicate]

Possible Duplicate: ffmpeg for a android (using tutorial: “ffmpeg and Android.mk”) I have tried several things running FFMPEG in android, searched around the whole net,No fruitful or direct ...
1
vote
0answers
149 views

Advantages of h265 video codec [closed]

What new standards will be included in h265 and why it would be better than h264?
0
votes
0answers
69 views

iOS 6 video file upload transcoding?

iOS6 appears to transcode videos from the camera roll before uploading using the web form. Does anyone have any information: a) About native encoding in the Camera Roll? b) About transcoding ...
0
votes
2answers
202 views

How to convert images to video in Windows Phone 7

I am developing an IP Camera application in Windows Phone 7. My requirements are to record the video and save it to the local path. I can already access the images through the IP Camera API, and now I ...
0
votes
1answer
237 views

avformat_write_header produces invalid header (resulting MPG broken)

I am rendering a video file from input pictures that come from a 3D engine at runtime (I don't pass an actual picture file, just RGB memory). This works perfectly when outputting MP4 using ...
0
votes
2answers
172 views

DCT based Video Encoding Process

I am having some issues that I am hoping you will be able to clarify. I have self taught myself a video encoding process similar to Mpeg2. The process is as follows: Split an RGBA image into 4 ...
0
votes
1answer
148 views

What video HTML5 video formats does the new Blackberry 10 OS support?

Blackberry is releasing a new OS (BB10) and smartphone Z10 on January 30th and it is said to have a HTML5 compatible browser, does anyone know which HTML5 video formats it supports. (e.g H.264, WEBM, ...
0
votes
0answers
18 views

How do I export XML from the Encoding.com UI to use in a API request?

I was told there is a way to generate XML from a job created in the encoding.com user interface based on their presets to use when posting to the http://encoding.com/api API? Is that true? Seems ...
0
votes
2answers
302 views

Video encode from sequence of images from java android

I would like to encode video from sequence of images with java only in my current android project. I mean without any use of external tools such as NDK. Also is there any availability of java ...
0
votes
0answers
228 views

Capture, encode then stream video from an iPhone to a server

I've got experience with building iOS apps but don't have experience with video. I want to build an iPhone app that streams real time video to a server. Once on the server I will deliver that video ...
0
votes
1answer
66 views

Optimizing structural overhead for videos processed by Encoding.com

Running the mediastreamvalidator tool on some HLS videos (MPEG-TS files indexed by M3U8's) we had processed by Encoding.com, we found a pretty high structural overhead on our files especially on ...
0
votes
1answer
75 views

scalability issues with video encoding on webserver

On a web application that im creating the user is allowed to upload a video. The video is converted to x264 using ffmpeg for iOS playback. So if there are too many users thats going to kill the web ...
0
votes
0answers
56 views

How to render a series of PNG pictures into a video on iOS?

The title says all I need. I have a series of PNG pictures (well-captured by 30 FPS), like: 1.png 2.png 3.png ... n.png I want to render them into a video (can be in any format that just be able to ...
3
votes
1answer
209 views

ffmpeg creating multiple output videos, splitting on gt(scene,x)

I want to split one video up into multiple parts based on detecting the first frame of each shot, by select scene in ffmpeg. The following entry records the scene frames and creates a photo mosaic ...
0
votes
2answers
71 views

Is there an automatic way to convert video files on upload? [closed]

So, I'm getting the ever common "Media failed to load" error when trying to play a video in the Silverlight media webpart. Our ideal solution would be to have a workflow or something run on videos to ...
0
votes
1answer
243 views

Encoding FBO textures to H.264 video directly on GPU

I am planning to write an app in which I need an ability to encode video from a given image sequence that comes from an FBO attached texture.I want to leverage the strength of GPU parallelism and do ...
0
votes
0answers
37 views

2-pass encoder in android?

I want to create an application to capture a video. The app needs a 2-pass encoder for the video. I am encoding the video once it is getting captured. Can anyone tell me how to implement a 2-pass ...
1
vote
1answer
87 views

Encoding Videos In cloud Using Linux scripts or some softwares installed on linux

I want to encode the videos, which user uploads, similar to youtube which transforms whatever video type you upload to flv, mp4,webm . Because i can only play webm,html5 video in my Webapp So i need ...
0
votes
1answer
199 views

How to join two ffmpeg commands

i have a script which uses this ffmpeg command's parameters for encoding videos. ffmpeg -i inputfile -acodec libfaac -keyint_min 20 -r 20 -vcodec libx264 -vpre hq -crf 25 -b 300k -bt 300k -y -v 0 -bf ...
1
vote
1answer
171 views

Video Slideshow from png files + mp3 audio

I have a bunch of .png frames and a .mp3 audio file which I would like to convert into a video. Unfortunately, the frames do not correspond to a constant frame rate. For instance, one frame may need ...

1 2 3 4 5 9