Re: [Libav-user] join file with ffmpeg on Android

2012-07-08 Thread Carl Eugen Hoyos
clarkkent nguyenle.it@... writes: /ffmpeg -i concat:/mnt/sdcard/file1.avi|/mnt/sdcard/file2.avi -c copy /mnt/sdcard/joinfile.avi/ But it tell that the *concat:... is not such a file or directory*. Complete, uncut console output missing. Carl Eugen

[Libav-user] sws_setColorspaceDetails parameters for colorspace conversions

2012-07-08 Thread Robert Krüger
Hi, I'm trying to do a colorspace conversion using libswscale. The documentation for sws_setColorspaceDetails doesn't have all params documented: /** * @param inv_table the yuv2rgb coefficients, normally ff_yuv2rgb_coeffs[x] * @return -1 if not supported */ int sws_setColorspaceDetails(struct