Re: [FFmpeg-user] Verifying lossless rewrapping/transcoding in one step?

2019-08-05 Thread Peter B.
Dear Moritz, Thank you for your explanation! On 03/08/2019 14:07, Moritz Barsnick wrote: > I believe in using the right tools for the right tasks. If it can be > glued together with a script, why worry about modifying an existing > program to do the same? I completely agree, but... ;) One reas

Re: [FFmpeg-user] Verifying lossless rewrapping/transcoding in one step?

2019-08-05 Thread Paul B Mahol
On Mon, Aug 5, 2019 at 4:16 PM Peter B. wrote: > Dear Moritz, > > Thank you for your explanation! > > > On 03/08/2019 14:07, Moritz Barsnick wrote: > > I believe in using the right tools for the right tasks. If it can be > > glued together with a script, why worry about modifying an existing > >

[FFmpeg-user] ffmpeg streaming to YouTube works better in Windows 10 than in Windows 7

2019-08-05 Thread life...@gmail.com
: = ffmpeg started on 2019-08-05 at 19:39:39 Report written to "ffmpeg-20190805-193939.log" Command line: ffmpeg -v 9 -loglevel 99 -report -i test.mkv -c:v copy -c:a copy -f flv rtmp://a.rtmp.youtube.com/live2/my-youtube-api-key ffmpeg version N-94455-g

Re: [FFmpeg-user] Verifying lossless rewrapping/transcoding in one step?

2019-08-05 Thread Peter B.
Hi Paul! On 05/08/2019 16:25, Paul B Mahol wrote: > On Mon, Aug 5, 2019 at 4:16 PM Peter B. wrote: > >> [...] >> For example, instead of "CRC32=" let's say: >> "v:0:CRC32=... >> v:1:CRC32=... >> a:0:CRC32... >> a:1:CRC32... >> a:2... >> " >> > Hash muxer does not work like that. Oh :( > Wh

[FFmpeg-user] Need information on supported Codec and bit rate

2019-08-05 Thread HariVignesh TamilChelvan
Hi I am using ffmpeg for converting a audio file to wav format. Sometimes,the output wav file generated is of size 0KB. Can you please share me the supported codec and bit rate of the source file? So, that I can check with the source files. Regards Hari Vignesh _