Re: [FFmpeg-user] Multithreaded multioutput problem

2015-04-20 Thread Marton Balint
On Mon, 20 Apr 2015, Deron wrote: On 4/20/15 1:48 PM, Marton Balint wrote: On Mon, 20 Apr 2015, Deron wrote: Another user has contacted me with the exact same problem hoping that I stumbled on a solution for the below problem. I did not, so I am adding some more extensive log output in

Re: [FFmpeg-user] Multithreaded multioutput problem

2015-04-20 Thread Deron
On 4/20/15 4:22 PM, Marton Balint wrote: On Mon, 20 Apr 2015, Deron wrote: On 4/20/15 1:48 PM, Marton Balint wrote: On Mon, 20 Apr 2015, Deron wrote: Another user has contacted me with the exact same problem hoping that I stumbled on a solution for the below problem. I did not, so I am

[FFmpeg-user] Use FFMPEG on IBM Power6 Server

2015-04-20 Thread Pablo Romero
Hi, we've been developing a software that highly depends on ffmpeg, we were really happy with the results, but for production the company is going to use IBM servers, they use PPC64 processors, for testing purposes they lent us a Power 6 server, but I can't find a way to use ffmpeg, they use Red

Re: [FFmpeg-user] Multithreaded multioutput problem

2015-04-20 Thread Deron
On 4/20/15 1:48 PM, Marton Balint wrote: On Mon, 20 Apr 2015, Deron wrote: Another user has contacted me with the exact same problem hoping that I stumbled on a solution for the below problem. I did not, so I am adding some more extensive log output in hopes that someone might recongize the

Re: [FFmpeg-user] Parse environment variables in command line

2015-04-20 Thread Moritz Barsnick
On Mon, Apr 20, 2015 at 10:23:15 +0500, Илья Мельников wrote: User can't read environment variables of other user processes. This is enough for me. ffmpeg process which record IP-cam stream runs as user 'backup'. Interactive users can not see its environment. Still that would require ffmpeg

Re: [FFmpeg-user] converting broadcast wavs strips xml metadata

2015-04-20 Thread Martin Vignali
Hello, If i correctly remember you need to use -write_bext 1, in order to create BWF file. Best regards Martin 2015-04-19 21:18 GMT+02:00 Dave Rice d...@dericed.com: Hi Pete, On Apr 19, 2015, at 11:34 AM, Pete Coward p...@byta.fm wrote: ffmpeg supports decoding and encoding of

Re: [FFmpeg-user] Parse environment variables in command line

2015-04-20 Thread Nicolas George
Le primidi 1er floréal, an CCXXIII, Phil Turmel a écrit : ps gets its information from the files in /proc/ where you can find a variety of information on running processes. Among them is each processes' 'environ' file, containing its environment. So the 'security' you are asking for is no

Re: [FFmpeg-user] Multithreaded multioutput problem

2015-04-20 Thread Deron
Another user has contacted me with the exact same problem hoping that I stumbled on a solution for the below problem. I did not, so I am adding some more extensive log output in hopes that someone might recongize the source of the problem. Thanks, Deron On 1/25/15 8:41 AM, Deron wrote: On

Re: [FFmpeg-user] subtitle for mp4

2015-04-20 Thread James Lee
Thanks for the quick response. I'm encoding for iPhone compatibility, so I have to use mp4. Is there any other subtitle format for mp4 on ffmpeg than mov_text? Is that only choice? Thanks again, JL On 4/20/2015 1:18 PM, Steve Boyer wrote: On Mon, Apr 20, 2015 at 12:09 PM, James Lee

[FFmpeg-user] subtitle for mp4

2015-04-20 Thread James Lee
Hi, Does ffmpeg can only embed mov_text subtitle format for mp4? Srt or ass doesn't work. ffmpeg -i vid.mp4 -f ass -i vid.ass -c:v copy -c:a copy -c:s ass subtitle.mp4 ffmpeg -i vid.mp4 -f srt -i vid.srt -c:v copy -c:a copy -c:s srt subtitle.mp4 Both commands throw an error: Could not write

Re: [FFmpeg-user] WMV to H264 resulting in size change

2015-04-20 Thread Benjamin Black
I think there are two separate issues happening here. When I play the original using WMP the video is given a space of 720x480, but actually it is 640x480 with black space on either side to pad out the video. If I make the video player smaller by width then the padding disappears before the

Re: [FFmpeg-user] subtitle for mp4

2015-04-20 Thread Henk D. Schoneveld
On 20 Apr 2015, at 19:09, James Lee jameslee...@gmail.com wrote: Hi, Does ffmpeg can only embed mov_text subtitle format for mp4? Srt or ass doesn't work. ffmpeg -i vid.mp4 -f ass -i vid.ass -c:v copy -c:a copy -c:s ass subtitle.mp4 ffmpeg -i vid.mp4 -f srt -i vid.srt -c:v copy -c:a copy