0
votes
0answers
12 views

'ffmpeg' or 'handbrake cli' for video conversion on server? [closed]

I want to convert videos on my server using command line, maily mp4 -> flv or flv -> mp4. I googled and found these two products 'ffmpeg' and 'HandBrake cli'. http://ffmpeg.org/ffmpeg.html ...
0
votes
0answers
7 views

Force XGA in SDP for H.264

I have checked H.264 profile levels and seems to be there is no definition for XGA. I have the following scenario: My App <---> SIP/H264 <---> Cisco MCU Cisco MCU supports a variety of ...
0
votes
0answers
11 views

ffmpeg - dump_format() function print out 00:00:00

I am working with ffmpeg. The only function that I needed is just extract duration of video on memory, not console. to do this, I realized that I have to redesign dump_format() function witch ...
-1
votes
0answers
15 views

can't play video using cv2 python in windows

I am new to opencv and I am using it with python. I am trying to play a video and detect all the faces in it, but I am stuck here: I can't play the video itself. I tried with CaptureFromFile method ...
0
votes
1answer
10 views

how to retrieve the fps of a video using ffmpeg command or any other method [closed]

I have recorded one video and want to check what is the fps of the recorded video.So please help me how to achieve it. The format of the video is .mp4 and so quick time does not supports it and so i ...
1
vote
0answers
22 views

Quick capture of a specific frame

I try to capture video from a file one frame at a specific time or at a certain interval to put it in a string. I managed to capture images (as jpeg) with opencv and ffmpeg but the problem is that it ...
0
votes
0answers
13 views

how to make a video from timeline position data?

So I have timeline position data available to me as a JSON object where a object is being moved around a screen. I want to be able to make a video using that information. How would you suggest going ...
0
votes
0answers
34 views

Video compression - DirectShow

I'm generating a video (.AVI) that last about 1 minutes for 150MB of size on 320x240 mode.The size is really big, and I can't upload it efficiently. After the recording application has finished How ...
0
votes
0answers
11 views

FFMPEG converting media type aswell as relocating MOOV atom [migrated]

I have found this line online ffmpeg -i input.mp4 -c:a copy -c:v copy -movflags faststart output.mp4 Which takes an input, and copies the audio, video and sets the MOOV atom to the beginning in an ...
0
votes
0answers
35 views

ffmpeg error message: MB Rate > level limit [closed]

Running the .bat script for rotating a video's orientation generates this error message: [libx264 @ 0162fb80] MB rate (108000000) > level limit (2073600) It appears on some videos, and the ...
2
votes
2answers
37 views

How to batch insert same clip scene at the beginning of multiple videos?

I have been for a few days researching on a suitable auto or semi-automatic way of mass merging files this way. Basically, what I want to achieve is inserting the same clip, before a bunch of other ...
-1
votes
0answers
25 views

Specify Mpeg4 as encoding parameter in FFmpeg [closed]

I want to ask about mpeg4 encoder please. If i used it to encode video in Evalvid environment as follows: ./ffmpeg -s cif -r 30 -b 64000 -bt 3200 -g 30 -i raw.yuv -vcodec mpeg4 vid.m4v then the ...
0
votes
0answers
29 views

What hardware can I use to convert MP4 files to MPEG2 transport streams? All software solutions have failed

I have tried FFMPEG, as well as a number of other software encoders and converters. Nothing has worked so far. I have several MP4 files that I need to convert into MPEG2 transport streams to run on ...
0
votes
0answers
9 views

FFMPEG extract intra-frames I,P,B frames [migrated]

Is there a way to extract the intra-frames and preserve them as-is from FFMPEG or similar program? I know you can extract frames to a sequence of JPEG images using -f image2. But those are full images ...
1
vote
1answer
37 views

FFMPEG Extra just codec information

I am planning on using FFMPeg with Java, to detect a specific codec and convert this to another. Using the FFMpeg line - ffprobe -v quiet -print_format json -show_streams "input.avi" I can ...
0
votes
1answer
65 views

ffmpeg convert images to mp4 error

So I have a script that grabs a bunch of images from the web and then converts them into a movie. Yet I get a whole bunch of errors when I run it. First let me show what I am running and then I will ...
0
votes
0answers
15 views

Segmenting only specific parts of a video file

I have some video files that I wish to serve up "dynamically", given the following workflow: Convert video from MP4 container to segmented .ts files with accompanying .m3u8 playlist Delete .ts files ...
1
vote
1answer
85 views

opening jpg image after saving from ffmpeg not working

In my project I am saving videos, converting formats to .swf using ffmpeg. Converting and saving the videos is working fine, but I have a problem with creating the thumbnails. It saves a "picture.jpg" ...
0
votes
0answers
11 views

Converting with ffmpeg a .mov to uncompressed .avi results in a black screen in virtualdub [migrated]

I am trying to convert a .mov to an uncompressed .avi with ffmpeg. As I want no quality loss, I am using the following ffmpeg command: ffmpeg -i toto.mov -vcodec copy -y toto.avi The convertion ...
0
votes
1answer
66 views

Video stream delayed on wowza server and quality is very low from ffmpeg

Form ffmpeg i fired some command to run video on wowza server ffmpeg -i /home/Downloads/GAmUk.mp4 -f mpegts udp:/ip:10000/live/test.stream and streaming is running as well only problem is ...
-1
votes
1answer
14 views

What color model do video containers use? [closed]

I would like to ask what color models are used in different video containers like flv, mpg, avi, 3gp etc. So far, wikipedia was of little help
0
votes
1answer
154 views

How to get stream info from opened file in ffmpeg?

I am trying to read video file using ffmpeg. I had working code that corresponded to somewhat old version of it, and started to try and upgrade to latest build version, exchanging all those deprecated ...
1
vote
0answers
75 views

Node.js: realtime conversion from jpeg images to video file

I'm using node.js and through the socket.io library I receive chunks of data that are actually jpeg images. These images are frames of a realtime video captured from a remote webcam. I'm forced to ...
0
votes
0answers
72 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 ...
1
vote
0answers
15 views

How do I create a streamable and seekable MP4? [migrated]

I want to create an MP4 that supports seeking and streaming. DASH appears to be what I want except that the segment seek points are stored in an external file (the MPD) which doesn't work for my ...
0
votes
0answers
93 views

VP9 encoding using FFmpeg [migrated]

I want to ask if ffmpeg supports VP9 encoding, and if not: how can I encode VP9 videos? I try using the command: ./ffmpeg-vp9 -y -i /home/mc/test.mkv -t 00:00:30 -c:v libvpx-vp9 -strict -2 -quality ...
1
vote
0answers
73 views

Converting RGB images into lossless video with avconv / ffmpeg [migrated]

I am trying to convert a series of PNG24 images containing a screen animation to a lossless video, so that every pixel is reproduced exactly as it was in the original. But avconv (and ffmpeg) both ...
0
votes
0answers
20 views

Video processing to support different web players and qualities [closed]

I am trying to accomplish something similar to youtube player. The biggest issues I'm facing now is how should I process user uploaded video file. For example since i want to switch between 240p, ...
1
vote
1answer
50 views

FFMPEG - format not available?

I'm converting some code from FFMPEG 0.8 to FFMPEG 1.2. I have an error during the call to the method avcodec_open2(): "Specified pixel format %s is invalid or not supported". The format I use is : ...
4
votes
1answer
96 views

ffmpeg - Can I draw an audio channel as an image?

I'm wondering if it's possible to draw an audio channel of a video or audio file as an image using ffmpeg, or if there's another tool that would do it on Win2k8 x64. I'm doing this as part of an ...
0
votes
0answers
88 views

How can I convert .mp4.avi file to .h263 [closed]

I'm doing an experiment and I need .h263 bitstream samples however I didn't find many of them on internet (I would like files which size around 10MB) so I ended up deciding to convert some files from ...
1
vote
2answers
46 views

How to use fig.show=animate in knitr without administrator privileges

I use Windows without administrator privileges hence I cannot set a path in the Windows PATH variable. The ffmpeg.exe file is in my "U:/ProgramFiles/ImageMagick-6.8.5-5/" folder. I have found how to ...
0
votes
1answer
50 views

Finding the time of a thumbnail in a video

I have a large set of pre-generated thumbnails and videos. What is the easiest way to figure out the specific time in the video of the associated thumbnail? I'd imagine that I would have to use ...
0
votes
0answers
92 views

Video has no audio when played using HTML5

I have a media site where I can upload video files. After upload, they are converted to MP4 using ffmpeg and then ffmpeg2theora converts that to OGV. I have recently discovered that some videos that ...
0
votes
1answer
171 views

C - Transcoding to UDP using FFmpeg?

I'm trying to use the FFmpeg libraries to take an existing video file and stream it over a UDP connection. Specifically, I've been looking at the muxing.c and demuxing.c example files in the source ...
0
votes
0answers
77 views

Xuggler not converting a .webm file?

I'm trying simply to convert a .mov file into .webm using Xuggler, which should work as FFMPEG supports .webm files. This is my code: IMediaReader reader = ...
0
votes
1answer
173 views

ffmpeg/PHP - Problems converting any video format to ogg - Choppy Video / No Audio - win64

Let me first appologize if this is a re-post/similar-post as I did my best to search for a specific solution to my issue within the already created posts on here, and on google, but could not. I am ...
-1
votes
1answer
50 views

making screenshots from a wmv video with ffmpeg in linux [closed]

when I try to make screenshots from a wmv video it shows- Error while decoding stream #0.1 - frame= 0 fps= 0 q=0.0 Lsize= -0kB time=10000000000.00 bitrate= -0.0kbits/s video:0kB audio:0kB global ...
0
votes
1answer
152 views

Decode h264 stream with ffmpeg introduces a delay, how to avoid?

I'm working on some code that encodes a video feed, sends it over UDP to a client that then decodes the stream. It working fine using a x264 encoder, my only problem is that when i call ...
1
vote
0answers
130 views

Build FFMPEG 1.2 (Code name magic) for android

I'm working on a multimedia project. Where i need to concatenate more than one videos. I found that ffmpeg concat demuxer has been added to ffmpeg fire flower (version 1.1). Somebody help me out on, ...
0
votes
1answer
55 views

ffmpeg loop not found error

I am trying to use image.gif as a still for the entire duration of audio.mp3, and make a video from it. here is the current command I am using ffmpeg -i audio.mp3 -loop 1 -i image.gif -acodec copy ...
2
votes
0answers
184 views

FFMPEG mosaic/side-by-side-compositing from simultaneous DirectShow input devices

This is what I'm trying to do: ffmpeg.exe -y \ -f dshow -i video="Microsoft LifeCam Cinema" \ -f dshow -i video="Microsoft LifeCam VX-2000" \ -filter_complex ...
0
votes
1answer
187 views

How can I capture low resolution video on Android reliably across a range of devices?

Hello Android video experts :) I am developing an Android application which allows the user to capture video and upload it to a remote server (it's more involved than that but the rest of the app is ...
1
vote
1answer
113 views

ffmpeg: Invalid segment filename template 'stream05d.ts'

I have tried to use http live streaming with ffmpeg windows build (http://ffmpeg.zeranoe.com/builds/) Here's the command ffmpeg.exe -v 9 -loglevel 99 -re -i tes.avi -an ^ -c:v libx264 -b:v 128k ...
0
votes
1answer
120 views

file size increasing when while uploading and converting video to flv with ffmpeg

I need to upload and convert video from any format to flv. i'm doing this with ffmpeg and using this ffmpeg command ffmpeg -i input.mp4 -vcodec flv -sameq -ar 22050 -f flv output.flv this command ...
0
votes
1answer
97 views

How can I use ffmpeg's swscale to convert from NV12 to RGB32?

Say I have an NV12 frame in memory as an array of bytes. I know: its Width and Height its Stride (total width of a line including padding), which is the same for Y and UV components as per NV12 ...
0
votes
1answer
128 views

CPU usage overload with Ffmpeg in Video Upload Converter site

i am working on a video converter site in which you can upload a video an then convert it to the format you want. Everything works great only problem is CPU usage overload of ffmpeg, when I upload 4 ...
2
votes
1answer
103 views

Embed Image into video - FFMPEG or JW player?

So I thought to embed the image as part of video content while converting the m4a to mp4. The output file has the image as video content and it plays as expected in VLC but when the same was streamed ...
0
votes
0answers
97 views

Encode images to video by using ffmpeg API?

I want to encode some image files into one video file, and play each image for 1 second. So I wrote a simple function to encode only one image to a video void PhotoStory::test(char* ...
0
votes
0answers
78 views

FFMPEG+video+video.js dont show up the video

I have a video content type where I want to show the video to the user. I downloaded video module and video.js for this purpose. I have successfully installed ffmpeg transcoder in apache serv Now I ...

1 2 3 4 5 11