Re: [FFmpeg-user] screencast in WinXP

2014-11-16 Thread Velotiaray Toto-Zarasoa
The documentation is very well written, and gives some use examples. I personnally use this as a capture tool http://www.ffmpeg.org/ffmpeg-all.html#gdigrab Velotiaray Toto-Zarasoa --- Many thanks for your reply, Velotiaray. Which would be the option

Re: [FFmpeg-user] MPEGTS with multiple audio streams containing discrete audio channels to AC3

2014-08-23 Thread Velotiaray Toto-Zarasoa
Hi, Try this with the amix audio filter : Ffmpeg -i input_file -i input_file -i input_file -map 0:0 -map 0:1 -map 1:1 -map 2:1 -af amix (...compressions...) Output_file Velotiaray Toto-Zarasoa --- Trying to convert a MPEGTS file with multiple audio streams

[FFmpeg-user] FFPLAY build on MSYS crashes when playaing any video

2014-08-12 Thread Velotiaray TOTO-ZARASOA
Dear all, I built a custom version of ffmpeg on msys/mingw32. ffmpeg and ffprobe are behaving very well, but ffplay crashes when reading any file with video. It displays the first image of the video and then exits without error messages. Did anyone encountered and solved this issue ? Note:

Re: [FFmpeg-user] FFPLAY build on MSYS crashes when playaing any video

2014-08-12 Thread Velotiaray TOTO-ZARASOA
Thank you for the tip. Here is the output of my gdb command Starting program: d:\Build\x86\ffmpeg-2.3.2\ffplay.exe j://Media/film.mp4 [New Thread 3764.0x570] ffplay version 2.3.2 Copyright (c) 2003-2014 the FFmpeg developers built on Aug 12 2014 12:27:22 with gcc 4.8.1 (GCC) libavutil