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

2015-04-19 Thread Илья Мельников
Hello. On Monday 20 April 2015 01:17:05 Phil Turmel wrote: > 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

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

2015-04-19 Thread Phil Turmel
On 04/19/2015 10:59 PM, Илья Мельников wrote: > Hello. > > В сообщении от Sunday 19 April 2015 05:03:41 Denis Mysenko dus...@mail.ru: >> If you use environment variable (like you proposed) or any shell/UNIX 'hack >> (eg. -i `cat url.txt`), at the moment of execution a plain-text password >> will b

[FFmpeg-user] Parse environment variables in command line

2015-04-19 Thread Илья Мельников
Hello. В сообщении от Sunday 19 April 2015 05:03:41 Denis Mysenko dus...@mail.ru: > If you use environment variable (like you proposed) or any shell/UNIX 'hack > (eg. -i `cat url.txt`), at the moment of execution a plain-text password > will be inserted anyway. And 'ps' will show what really was l

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

2015-04-19 Thread Denis Mysenko
Hi there This is not really related to FFmpeg, and I'm afraid there is no quick solution. If you use environment variable (like you proposed) or any shell/UNIX 'hack' (eg. -i `cat url.txt`), at the moment of execution a plain-text password will be inserted anyway. And 'ps' will show what reall

Re: [FFmpeg-user] need some help

2015-04-19 Thread Moritz Barsnick
On Sun, Apr 19, 2015 at 23:08:51 +0200, Henk D. Schoneveld wrote: > > I am looking for someone who can help me with live streaming h264 quality > > adjustments. I have been trying for some time but can't seem to strike a > > good balance between bandwidth and quality. I am willing to pay for it.

Re: [FFmpeg-user] need some help

2015-04-19 Thread Henk D. Schoneveld
On 18 Apr 2015, at 23:07, Sandro Henriques wrote: > Hello, > > > > I am looking for someone who can help me with live streaming h264 quality > adjustments. I have been trying for some time but can't seem to strike a > good balance between bandwidth and quality. I am willing to pay for it. >

[FFmpeg-user] need some help

2015-04-19 Thread Sandro Henriques
Hello, I am looking for someone who can help me with live streaming h264 quality adjustments. I have been trying for some time but can't seem to strike a good balance between bandwidth and quality. I am willing to pay for it. Please contact me if you have the skills to proceed forward. Rega

[FFmpeg-user] Parse environment variables in command line

2015-04-19 Thread Ilya Melnikov
Hello. ffmpeg records video stream from IP-cam. IP-cam has authentiation. ffmpeg \ -t $DT_SECONDS_TO_RECORD \ -i rtsp://$SRC_USER:$SRC_PASS@$SRC_ADDR/stream1.sdp \ -vcodec copy \ -acodec copy \ $DST_FILE ffmpeg starts from cron script by unpriviledged user. At the same host can be log

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

2015-04-19 Thread Dave Rice
Hi Pete, > On Apr 19, 2015, at 11:34 AM, Pete Coward wrote: > > ffmpeg supports decoding and encoding of broadcast wavs (bwf format) > but in my tests it strips the bext chunk from the input broadcast wav > when copying it, so not outputting a valid bwf file. is this a bug or > is it a configura

[FFmpeg-user] Create MPEG2 ASI Stream?

2015-04-19 Thread Andreas Weller
Hi. I wish to output a MPEG2 encoded output in ASI format via TCP. Any idea how to do it using ffmpeg? Thank you! Regards, Andreas Weller ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

2015-04-19 Thread Carl Eugen Hoyos
Pete Coward byta.fm> writes: > ffmpeg -i MAVISwithISRC.wav -acodec copy -map_metadata 0 > -write_id3v2 1 -id3v2_version 3 -strict -2 out.wav $ ffmpeg --help muxer=wav > ffmpeg version 2.2.1 Copyright (c) 2000-2014 the FFmpeg developers This is old, please test current FFmpeg git head before

[FFmpeg-user] converting broadcast wavs strips xml metadata

2015-04-19 Thread Pete Coward
ffmpeg supports decoding and encoding of broadcast wavs (bwf format) but in my tests it strips the bext chunk from the input broadcast wav when copying it, so not outputting a valid bwf file. is this a bug or is it a configuration issue? i would be grateful for any advice. input file has a bext ch

Re: [FFmpeg-user] How to pass -x264opts value with embedded colon in option value

2015-04-19 Thread Werner Robitza
On Thu, Apr 16, 2015 at 8:29 PM, David Favor wrote: > Looked through the docs Please look more carefully: > x264opts (N.A.) > > Set any x264 option, see x264 --fullhelp for a list. > > Argument is a list of key=value couples separated by ":". In filter and > psy-rd options that use ":" as a sep