Hi all I need ffmpeg to convert h264\aac files to mp4 file only partly. I.e. I need it to start from a start interval to the end of it. But, I need to do in a byte resolution not time resolution because I want to use it in an application I write, and , as you know, It's hard to convert in application between file position and buffer position. Second I would like to see an example code that does the following ffmpeg command:
ffmpeg -i <aac file input> -i <h264 file input> -acodec aac -vcodec copy -ss <start time> -fs <buffer size> <output mp4> that I can use as a reference to my server. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
