Re: [Libav-user] Reference app with ffmpeg n1.2 libs that works on IOS ?

2013-04-04 Thread Carl Eugen Hoyos
Lars Hammarstrand lars.hammarstrand@... writes: --as='/Users/Shared/xbmc-depends/buildtools-native/bin/gas-preprocessor.pl Which version of gas-preprocessor.pl is this? A version prior to October 2012 would likely explain the crashes you are seeing. Carl Eugen

[Libav-user] Audio and Video Stream copy

2013-04-04 Thread praks411
Hi , I'm trying to follow the muxing example and also aconv code for one of my requirement. I want to write a simple container converter which just copy stream from one format to another which going through decoding. I've .flv and i'm converting into .avi. After doing all the initialization for

Re: [Libav-user] Audio and Video Stream copy

2013-04-04 Thread praks411
Ok after setting pts, dts and duration of output packets as per do_streamcopy function in avconv.c I was able to get the correct duration in the ouput file. However still I'm not getting any audio or video. Please suggest what could be going wrong. Thanks, Pradeep -- View this message in

Re: [Libav-user] Audio and Video Stream copy

2013-04-04 Thread Carl Eugen Hoyos
praks411 praks411@... writes: Ok after setting pts, dts and duration of output packets as per do_streamcopy function in avconv.c Please note that avconv is known to contain many bugs (some of them security relevant) and is therefore unsupported, please see http://ffmpeg.org/download.html

Re: [Libav-user] Audio and Video Stream copy

2013-04-04 Thread praks411
Ok, I'm just using it for code reference just some of the parts so I guess that would be fine. I'm also looking into the example list. Also while in debugging I notice that on adding two new streams(video and audio one after another) using avformat_new_streams, the nb_streams (number of streams)

Re: [Libav-user] Audio and Video Stream copy

2013-04-04 Thread Carl Eugen Hoyos
praks411 praks411@... writes: I'm debugging in vc++ 2012 with libav 9.1. This fork of FFmpeg contains several hundred known bugs that are not reproducible with FFmpeg, some of them security relevant. Please understand that we therefore cannot support it on this mailing list, please see