Re: [FFmpeg-user] Removing an audio stream

2014-09-16 Thread Carl Eugen Hoyos
JULIAN GARDNER joolzg at btinternet.com writes: I am encoding a stream using the option -map 0:p:2 but this pulls in all the audio streams which I dont want. How do i remove a certain stream before encoding -map 0:p:2 -map -0:2 Carl Eugen ___

Re: [FFmpeg-user] Removing an audio stream

2014-09-16 Thread Carl Eugen Hoyos
Qianliang Zhang zhangqianliang at gmail.com writes: [...] Please do not top-post on this mailing list. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Encoding 3gp6 with MPEG-4 Visual and Simple at L1

2014-09-16 Thread Carl Eugen Hoyos
Curtis Farnham curtis at farnhamtech.com writes: if I use “-vcodec mpeg4 -profile 0 -level 1 -f 3gp” instead, I get 3gp4 rather than 3gp6 What is the difference between 3gp4 and 3gp6? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Encoding 3gp6 with MPEG-4 Visual and Simple at L1

2014-09-16 Thread Moritz Barsnick
On Tue, Sep 16, 2014 at 07:50:09 +, Carl Eugen Hoyos wrote: What is the difference between 3gp4 and 3gp6? I was about to suggest something similar - how about just changing the metadata (that which ffmpeg/ffprobe reports as major_brand and compatible_brands)? Could that solve the problem?

Re: [FFmpeg-user] Encoding 3gp6 with MPEG-4 Visual and Simple@L1

2014-09-16 Thread Carl Eugen Hoyos
Moritz Barsnick barsnick at gmx.net writes: http://stackoverflow.com/q/25812102 If somebody can confirm that the Nintendo 3DS/2DS requires 3gp6 a patch adding an option to write 3gp6 is trivial. Ideally, you would test if it is sufficient to add 3gp6 to the compatible brands. Carl Eugen

Re: [FFmpeg-user] Audio input device on OS X

2014-09-16 Thread Thilo Borgmann
Hi, Am 12.09.14 06:56, schrieb Elliott Balsley: I’m trying to stream audio from my Macbook’s internal microphone using ffmpeg, but can’t figure out how to get the input device. From what I’ve read online, it sounds like avfoundation doesn’t yet support audio. I try listing devices for

Re: [FFmpeg-user] How to delete digital silence?

2014-09-16 Thread Барт Гопник
ffmpeg -i INPUT -af silenceremove=1:0.1:0:1:0.1:0 OUTPUT It deletes only leading silence and not deletes trailing silence. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] Analyze HLS stream with ffprobe

2014-09-16 Thread Hanno Klamke
Hi, I would like to monitor a HLS stream continuousely with ffprobe. In the example below I only used -show_stream but later I would like to use -show_frames as well and output it via XML. The HLS stream was created successfully with ffmpeg before, I could play it and everything seemed

Re: [FFmpeg-user] Encoding 3gp6 with MPEG-4 Visual and Simple at L1

2014-09-16 Thread Curtis Farnham
I’m not really sure. If I use -vcodec libx264, I get 3gp6, and if I use -vcodec mpeg4, I get 3gp4. But if I do libx264, I can’t get MPEG-4 Visual and Simple@L1 to come out. -Curtis On Sep 16, 2014, at 12:50 AM, Carl Eugen Hoyos ceho...@ag.or.at wrote: Curtis Farnham curtis at

Re: [FFmpeg-user] Encoding 3gp6 with MPEG-4 Visual and Simple at L1

2014-09-16 Thread Curtis Farnham
Ha ha, no, that SO post wasn’t mine. But it looks like the same answer would apply to both of us. I’d have to do a little research to figure out how to change the metadata. Unless you can tell me quick. Unfortunately since I don’t have any old “dumb” phones on hand that support 3GP but not

Re: [FFmpeg-user] Encoding 3gp6 with MPEG-4 Visual and Simple at L1

2014-09-16 Thread Moritz Barsnick
I’m not really sure. If I use -vcodec libx264, I get 3gp6, and if I use -vcodec mpeg4, I get 3gp4. But if I do libx264, I can’t get MPEG-4 Visual and Simple@L1 to come out. You're adhering to mediainfo a little bit too strictly here. Question is: What does your device expect (and what does

Re: [FFmpeg-user] Analyze HLS stream with ffprobe

2014-09-16 Thread Carl Eugen Hoyos
Hanno Klamke Hanno.Klamke at streamlab.net writes: ffprobe -print_format xml -show_streams ...\index_1800.m3u8 [hls,applehttp at 00354320] Error when loading first segment 'segment-180 0k00044.ts' Are you sure this file exists in the current directory? Carl Eugen

Re: [FFmpeg-user] Encoding 3gp6 with MPEG-4 Visual and Simple@L1

2014-09-16 Thread Carl Eugen Hoyos
Curtis Farnham curtis at farnhamtech.com writes: What is the difference between 3gp4 and 3gp6? I’m not really sure. If I use -vcodec libx264, I get 3gp6, and if I use -vcodec mpeg4, I get 3gp4. Yes, of course! H.264 is not allowed in 3gp4. But if I do libx264, I can’t get MPEG-4 Visual

Re: [FFmpeg-user] Encoding 3gp6 with MPEG-4 Visual and Simple@L1

2014-09-16 Thread Carl Eugen Hoyos
Moritz Barsnick barsnick at gmx.net writes: http://www.ftyps.com/3gpp.html Which indicates that 3gp6 is not allowed for MPEG-4 Visual, making this whole thread less useful... Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] How to delete digital silence?

2014-09-16 Thread Барт Гопник
I've created test file in sound editor (https://goo.gl/IJY9t6): 1 second (44 100 samples) of silence + 1 second (44 100 samples) of simple sine 1kHz waveform + 1 second (44 100 samples) of silence = total 3 seconds (132 300 samples), and save it as input.wav After it, I use FFMPEG to remove

Re: [FFmpeg-user] V4L2 recording results in invalid data buffer still owned errors.

2014-09-16 Thread artwait
I'm having exactly the same issue. Been banging my head against this for a couple weeks. I too am using a Magewell capture dongle, but have also tested a Inogeni capture dongle (both are USB3) and have the same results; so I don't believe it's the capture hardware. I'm on Ubuntu 14.04 with the

Re: [FFmpeg-user] Encoding 3gp6 with MPEG-4 Visual and Simple at L1

2014-09-16 Thread Curtis Farnham
I’m not really sure. If I use -vcodec libx264, I get 3gp6, and if I use -vcodec mpeg4, I get 3gp4. But if I do libx264, I can’t get MPEG-4 Visual and Simple@L1 to come out. -Curtis On Sep 16, 2014, at 12:50 AM, Carl Eugen Hoyos ceho...@ag.or.at wrote: Curtis Farnham curtis at

[FFmpeg-user] Error installing

2014-09-16 Thread venky v
Hi I tried to install ffmpeg in my server using the tutorial - https://trac.ffmpeg.org/wiki/CompilationGuide/Centos#FFmpeg during installing ffmpeg cd ~/ffmpeg_sources git clone --depth 1 git://source.ffmpeg.org/ffmpeg cd ffmpeg PKG_CONFIG_PATH=$HOME/ffmpeg_build/lib/pkgconfig export

Re: [FFmpeg-user] Error installing

2014-09-16 Thread Reindl Harald
Am 16.09.2014 um 10:55 schrieb venky v: i get the following error hash -r . ~/.bash_profileyasm/nasm not found or too old. Use --disable-yasm for a crippled build. I hav also attached a screen shot of the same and why do you not follow that output * install update yasn or yasm-devel *

[FFmpeg-user] Mux encoded video data directly into mp4 files

2014-09-16 Thread fernando.takeshi
Hello, I've been searching for ways to create .mp4 files directly from saved raw video data. The sources of said data can record frames in the h264, mpeg and mjpeg formats; I end up with files that are basically raw frames of these formats, one after the other. Now, I've tested the command line