Tagged Questions
0
votes
0answers
10 views
How to Play YUV sequence of images with JSP
I could get YUV images from Camera for 20 frames per second, i want to play it as live streaming on JSP page.
I have done some research about JMF/FFMpeg, maybe they could work with J2SE(Swing),but ...
-3
votes
0answers
46 views
Video as live wallpaper [closed]
I was trying to set this enter link description here compile app on my device, but then i hate test this, show error in application and close. Why?
Sorry for my english :L
0
votes
0answers
44 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 = ...
2
votes
2answers
125 views
convert mp3 to wav using xuggle getting exception
I am trying to convert mp3 to wav and the code is here:
String mp3 = "F:\\work\\pic2talk38512.mp3";
String wav = "F:\\work\\pic2talk38512.wav";
TranscodeAudioAndVideo.transcodeTest(mp3, wav);
public ...
1
vote
0answers
102 views
Incorrect frame rate in video (Xuggler + MPEG 4 + H.264)
I have a problem with incorrect value of frame rate in output file, after converting. I made a really simple example to describe a problem:
public static void main(String[] args) {
// reader
...
0
votes
1answer
86 views
CANNOT LINK EXECUTABLE error with required libs loaded. How to link them properly? [duplicate]
edit: I'm aware of the possible duplicate, but the answer it's not directly applicable. I'm using ProcessBuilder and not Runtime.getRuntime().exec:
public int execProcess(List<String> cmds, ...
0
votes
0answers
112 views
Xuggle - Concatenate two videos - Error - java.lang.RuntimeException: error -1094995529 decoding audio
I am using the Xuggle API to concatenate two MPEG videos (with Audio inbuilt in the MPEGs).
I am referring to the ...
0
votes
0answers
59 views
Quick way to extract frames in low resolution
I have a video (640x320) which I need to decode in frame array (BufferedImage's in 100x100 size).
I can solve this problem with IMediaReader and MediaListenerAdapter by the following slow way.
// ...
0
votes
1answer
46 views
LGPL Xuggle : ConverterFactory.createConverter not supported
I am using Xuggle to create an mpeg-ts stream.
Everything was working nice until I realized that I was using the GPL version of ffmpeg, which I cannot.
So I recompiled the whole library, and removed ...
-2
votes
2answers
90 views
How to execute a cmd command using java program [duplicate]
I want to execute a cmd command using java program
ffmpeg -i input.mp4 output.mp3
I want the above command to be executed in cmd using java language.
and in above code I have directly given the ...
0
votes
0answers
159 views
Android App: Convert 3gp to mp3
My soundfiles should be changed from 3gp to mp3.
I've tried to do this with ffmpeg:
ffmpeg -i input.3gp -vn -acodec libmp3lame -ab 64k output.mp3
But the new mp3 file is only 0 KB big.
Could ...
2
votes
5answers
114 views
Escape character “|” error (Linux command)
I'm trying to run a Linux command in Java.
This is the command:
"ffmpeg -i rtmp://192.168.1.112/garage/stream26g -f mpegts -acodec libmp3lame -ar 48000 -ab 64000 -s 480x320 -r 30 -vcodec libx264 ...
0
votes
0answers
74 views
How do you crop a video into a square dimension without using FFmpeg?
I would like to take a video file and crop it to output a square video.
Use case: Take a video in landscape, crop the center part and save the square video output in file.
I know you can do it using ...
1
vote
1answer
369 views
Encoder/Decoder PCM to AMR Android
I've been looking for a while now for any java library that allows me to encode and decode a PCM-AMR audio stream that is sent through a TCP socket connection. Without having to use Android's JNI.
...
0
votes
1answer
118 views
vitamio service
I know that Vitamio will not work without the following condition:
if (! io.vov.vitamio.LibsChecker.checkVitamioLibs (this))
return;
But how does it add to the Service.
I ran the demo I have ...
3
votes
3answers
168 views
Kill a process started by exec() after some duration and store frames in an array
Let me start off by saying that I'm completely new to Java. I'm from PHP background, but it so happens that one of my PHP tasks need to be converted into Java.
The task is splitting a video into ...
6
votes
1answer
338 views
How can I read a live webstream in java using xuggle? (I can do it in ffmpeg, just not xuggle)
So if I run:
ffmpeg -t 10 -re -i "rtmp://170.93.143.150/rtplive/ app=rtplive/ playpath=e000990f025f0075004d823633235daa swfUrl=http://www.chart.state.md.us/video/mediaplayer/player.swf ...
0
votes
1answer
199 views
getting video duration with ffmpeg, php function
I have FFMpeg installed and I know it's functional, but i'm trying to get the duration time from a flv video through PHP but when I use this code:
function mbmGetFLVDuration($file){
/*
* ...
0
votes
1answer
329 views
How to make java JMF work to make a video using multiple images?
I'm trying to use JMF to make a video using multiple jpg images.
These images are also saved using ImageIO of Java itself.
Unfortunately, I cannot find a code sample or a working code/class to ...
0
votes
0answers
164 views
FFplay/FFmpeg connect to a Socket
I hava a Wifi Webcam connected to my PC. that i can get the stream and play it with
"ffplay http://192.168.43.3:4555"
and it works fine!
Now i would like to plug this cam to the internet with an ...
1
vote
0answers
32 views
Alembik developement and source code
In my project i am using alembik media server heavily. However i am unable to find the source code of the tag on the alembik site. The repository they are giving is not sure whether stable or not. ...
0
votes
1answer
150 views
Building ffmpeg for ARM with libopencore-amr support
I am trying to build ffmpeg with opencore-amr and libx264 support, I found this build script http://sourceforge.net/projects/ffmpeg4android/, this compiles as expected, the resultant binary works fine ...
0
votes
1answer
236 views
How to get Acoustid (Chromaprint) from Java to identify mp3/m4a/etc
Has anyone managed to use acoustid (http://acoustid.org/chromaprint) in an Java application? Accessing the chromaprint clib should be easy but I can't just pass in the audio file. I requires the raw ...
1
vote
1answer
193 views
Java VLCJ canvas and drawing ontop with transparent background
I have spent a bit of time researching about whether it is possible to draw on top of a VLCJ movie within a Java application. I have found a few bits of conflicting advice some saying it is not ...
0
votes
2answers
213 views
getruntime() exec() with double quotes in command
I want to execute an ffmpeg command, the method I am using works with every command on my list except the following one which contains double quotes to set a filter (-vf) parameter
ffmpeg -i ...
0
votes
2answers
282 views
best approach for extracting image sequence from video file in Java
Well, there is FFMPEG and some Java bindings and wrappers for it but I need to distribute for each specific platform the right binary file of FFMPEG.
Isnt there any plain Java solution or library ...
0
votes
1answer
101 views
A blocked external process in a swing GUI
I am developing an encoder with java swing and ffmpeg. I created a GUI interface in which I specify my inputs (devices, frame rate, bitrate..). Then I call ffmpeg to encode and stream.
My problem is ...
7
votes
2answers
853 views
Xuggler encoding and muxing
I'm trying to use Xuggler (which I believe uses ffmpeg under the hood) to do the following:
Accept a raw MPJPEG video bitstream (from a small TTL serial camera) and encode/transcode it to h.264; and
...
0
votes
2answers
811 views
How to build + include FFMPEG into an existing Android project
I've found multiple questions and tutorials regarding FFMPEG, but I don't seem to understand most of them. All of the guides I have read, miss out large gaps and don't tend to explain things.
I have ...
2
votes
0answers
114 views
Pipe yuv frames to ffmpeg
I read camera input frames and then do some transformation on them and then I would like to make a video of it.
At the moment I am writing the raw yuv420 images to sdcard as one big file and then ...
0
votes
1answer
151 views
FFmpeg and Android encoding issue
I compiled ffmpeg for Android. The executable works from the device terminal and I can do normal video operations. I am trying to join 2 mpeg files captured using the camera at the command line on the ...
0
votes
1answer
523 views
Convert audio files for CMU Sphinx 4 input
I have a big batch of files I'd like to run recognition on using CMU Sphinx 4. Sphinx requires the following format:
16 khz
16 bit
mono
little-endian
My files are something like 44100 khz, 32 bit ...
0
votes
0answers
150 views
Identification of Frame Type using Xuggle
I'm trying to extract just the I-Frames from a video using the Xuggle API. I took the first example from the Xuggle source from here and removing the display code, added the following code snippet to ...
1
vote
1answer
498 views
Creating an android ffmpeg executable
How do I do this? I dont want to use ffmpeg in an app programatically using the ndk / jni wrapper, I just want to compile a single binary/executable file that I can put in system/bin on the device and ...
0
votes
0answers
38 views
How to distinguish end of stream from other errors in Xuggler's readNextPacket() method?
How to distinguish end of stream from other errors in IContainer.readNextPacket(IPacket packet)?
I can distinguish thread interrupt with IError.make(int), but other errors tagged as "unknown".
May ...
0
votes
0answers
71 views
cut and encode 30 seconds video samples from a movie with xuggler
I would like cut three 30 seconds samples from movies at the begin of the movie at the middle and at the end.
Can I get the movie length with xuggler? How can I tell the xuggler to encode aa:bb to ...
1
vote
1answer
91 views
Unable to run a program in PATH from Java code
I am developing a Red5 media server application on a Mac (Dynamic Web Project in Eclipse). The app has to invoke FFMPEG to convert the video to a different format.
I added "/Applications/FFMPEG" to ...
0
votes
0answers
116 views
Android Camera App Performance Increases [closed]
I am writing a video recording app but am finding it quite impossible to match the frames per second that are on the native Android device video camera app (on Samsung Galaxy sIII). On the native app ...
3
votes
0answers
180 views
ffmpeg command line working on emulator but not in device in android
i want to convert sequence of images into video.i successfully completed this task in emulator.but in real device its not working.what's the problem.i put the ffmpeg executable files and libraries in ...
1
vote
1answer
328 views
i want to convert sequence of images to video in sdcard
i want to convert sequence of images to video in android sdcard by using ffmpeg...how to use that bellow line in android.... ffmpeg -f image2 -i img%4d.png video.mp4.
I try this line File dir = ...
7
votes
1answer
319 views
Video files conversion/transcoding Google App Engine
I want to start a cloud computing project with the simple task to:
Receive uploaded video files
Do some transcoding / converting to them
Allow user to download / stream the generated file
I was ...
0
votes
4answers
1k views
java.io.ioexception.Runtime.getRuntime().exec(). environment and working directory null error in android
File dir = new File("/mnt/sdcard");
Process process = Runtime.getRuntime().exec("ffmpeg -f image2 -i img%4d.png video.mp4", null, dir);
when i try this line in android,i get environment and working ...
0
votes
0answers
183 views
Setting Encoding Codec Profile in Xuggler
I am attempting to transcode video into Apple ProRes 422 Proxy using the prores_kostya codec in ffmpeg, via Xuggler. I can successfully set up a video encoder and encode to the default prores_kostya ...
0
votes
2answers
464 views
How can I transcode a file with FFMPEG and stream the output file in the response of a Java servlet?
Basically, this is what I'm trying to do:
1. User passes a URL as a GET parameter to my servlet.
2. Servlet uses a ProcessBuilder to convert the media contained in that URL to a valid media format ...
0
votes
0answers
50 views
How can I write from container to container in Xuggler?
Somebody please describe me how to write video from one ICountainer to another. Without level of MediaTool API.
I cannot understand how to manage packets. If I write to IMediaWriter all is ok.
while ...
0
votes
1answer
271 views
How do I correctly convert .avi to .flv with ffmpeg? [closed]
UPDATE
Shame on me )
I chacked red5 logs again and found that I placed converted files to wrong place.
Now all works fine
I have two red5 apps.
Recorder. It can record live stream and save it to ...
0
votes
0answers
326 views
Android to ffmpeg preview frame is grayscale [closed]
Hi im using android and ffmpeg together to stream to a Wowza Server. In the android part, I have only this:
public synchronized void onPreviewFrame(byte[] data, Camera camera) {
/* get video data */
...
0
votes
0answers
133 views
Need a workaround for error in xuggler todo with vorbis
I have been at this for days, I am using xuggler, the only version i can use is 3.4 because upto 4.4 writing to outputstream directly causes jvm crash.
I need to encode audio using vorbis, however, ...
1
vote
1answer
240 views
youtube to mp3 conversion on server
I'm wondering how can this site process file so quickly youtube-mp3.org. Could i use xuggler and convert to mp3 without downloading flv? Could i use youtube-mp3.org in my program in order to download ...
1
vote
0answers
556 views
Xuggler Encoding video of Desktop With Audio - audio has gaps
I am using Xuggler to convert images captured from the java Robot class and sound read from TargetDataLine class and encoding this into a video. I am then attempting to http stream this video data ...
