Re: [FFmpeg-user] Decklink with ffmpeg audio desync

2016-05-12 Thread Dpto. Datos Television Costa Blanca
El 11/05/2016 a las 23:42, Marton Balint escribió: With -ar 44100 you are resampling the initial sample rate of the captured source (48000) to 44100. You are also manually specifying a resample filter with -af resample. Try your encoding without these options. I've removed both options yesterday

Re: [FFmpeg-user] After demuxing 50i = 50p (...I think...)

2016-05-12 Thread Hornung, Bastian
I've done some more tests. #1: During the conversion the... input stats are 25 fps, 25 tbr, 25k tbn (default) output stats are 25 fps, 25 tbr, 100 tbn (default) ffprobe on the output says 100 fps, 25 tbr, 100 tbn (default) I have no idea what the problem is, but there is definitely one in how th

[FFmpeg-user] Any further openh264 compat update?

2016-05-12 Thread Madovsky
Openh264 recently updated to 1.5.2 with very important new features and bug updates. unfortunately only the version 1.5 is compiling fine with ffmpeg. Is there any further ffmpeg update to correct it? thank you very much Franck ___ ffmpeg-user mai

Re: [FFmpeg-user] Any further openh264 compat update?

2016-05-12 Thread Carl Eugen Hoyos
Madovsky madovsky.org> writes: > unfortunately only the version 1.5 is compiling fine > with ffmpeg. Is there any further ffmpeg update to > correct it? Yes, feel free to test this patch: http://ffmpeg.org/pipermail/ffmpeg-devel/2016-March/190980.html Carl Eugen ___

[FFmpeg-user] Convert Avi raw video to AVI HELP

2016-05-12 Thread Ana
I am trying to convert this file because it does not play in any player,( WMV, GOM, VLC, DVIX player). Media info of my file: General Complete name: E:\Working files\Camera 1.avi Format : AVI Format/Info :

Re: [FFmpeg-user] Decklink with ffmpeg audio desync

2016-05-12 Thread Marton Balint
On Thu, 12 May 2016, Dpto. Datos Television Costa Blanca wrote: El 11/05/2016 a las 23:42, Marton Balint escribió: With -ar 44100 you are resampling the initial sample rate of the captured source (48000) to 44100. You are also manually specifying a resample filter with -af resample. Try your e

Re: [FFmpeg-user] Convert Avi raw video to AVI HELP

2016-05-12 Thread Moritz Barsnick
On Thu, May 12, 2016 at 10:54:56 -0700, Ana wrote: > I used this code: FFMPEG -i Myfile.avi -c:v libx264 rgb -pix_fmt rgb24 > newfile.avi > > Gave me this: > > frame= 4466 fps= 15 q=19.0 size= 180891kB time=00:49:02.06 bitrate= > 503.7kbits/ You omitted all the interesting stuff! Not only info

[FFmpeg-user] Catch-all container for audio.

2016-05-12 Thread Brandon McGinty-Carroll
All, I'm trying to find the most officient method for losslessly turning audio/video content into audio only. Right now, I'm using the nut container. It stores everything I throw at it. It also allows me to access a URL with FFMpeg and copy directly to a .nut file, without needing to know the typ

[FFmpeg-user] where to get media samples with mutliple tracks

2016-05-12 Thread qw
Hi, I'm looking for different types of samples to develop video/audio program. Where to get media samples with multiple tracks, such as mp4/flv/rmvb/mkv. Thanks! B.R. Andrew ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailma

[FFmpeg-user] Key request failing when passing cookies

2016-05-12 Thread Chovy
Can someone take a look and see if I'm passing cookies incorrectly? If I load the manifest file ffmpeg will auto-select a stream and it plays fine. The manifest request sets cookies. I am trying to play an individual stream file from the manifest file and passing the cookies along with it. It s

[FFmpeg-user] one question about multiple stream in single file

2016-05-12 Thread qw
Hi, I know there maybe multiple audio streams in single file, because each audio stream has different channel, quality or language. Is it likely that there is multiple video streams in single file? I haven't seen it before. Thanks! B.R. Andrew _