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

2019-08-06 Thread life...@gmail.com
Thanks for your reply, Michael. Initially I discovered this problem on a quite fast laptop (core i7 6xxxT, 8GB memory). This laptop also manages the fountain valves and LED lights. I have absolutely no idea how it was set up, so I decided not to touch it without a proper reason and changing OS was

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

2019-08-06 Thread Michael Shaffer
Does the Windows 7 computer stream at the full 25fps when stream-copying from the camera to youtube? You could try streaming the .mkv file to youtube from a different Windows 7 computer, and see if that works. Maybe will help narrow down if it's Youtube, your ffmpeg command, or your computer.

Re: [FFmpeg-user] Problem configuring ffmpeg

2019-08-06 Thread Reindl Harald
Am 06.08.19 um 19:00 schrieb Mahmood Naderan: > If you look at the apt output, there is no dev package if you look at your original message there was "As I search apt I see" followed by "sudo apt install libnpp" > Do you know exactly what is that library? i don't give a shit and when you

Re: [FFmpeg-user] Problem configuring ffmpeg

2019-08-06 Thread Mahmood Naderan
Hi, If you look at the apt output, there is no dev package. Do you know exactly what is that library? The command I used is mentioned at https://developer.nvidia.com/ffmpeg Regards, Mahmood On Tue, Aug 6, 2019 at 9:19 PM Reindl Harald wrote: > > > you need the dev packages to compile and

Re: [FFmpeg-user] Problem configuring ffmpeg

2019-08-06 Thread Reindl Harald
Am 06.08.19 um 18:38 schrieb Mahmood Naderan: > When I configure ffmpeg with the following command > > $ ./configure --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree > --enable-libnpp > --extra-cflags=-I/usr/local/cuda/include,../nv-codec-headers/include >

[FFmpeg-user] Problem configuring ffmpeg

2019-08-06 Thread Mahmood Naderan
Hi When I configure ffmpeg with the following command $ ./configure --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --extra-cflags=-I/usr/local/cuda/include,../nv-codec-headers/include --extra-ldflags=-L/usr/local/cuda/lib64 I get this error ERROR: libnpp not found

Re: [FFmpeg-user] receive udp audio stream

2019-08-06 Thread Karen Norton
On Tue, Aug 6, 2019 at 11:51 AM Mustafa Al Ani wrote: > @Reindl Harald - I should have realized your name before I reply you. > > SO PLEASE STOP I DONT NEED YOUR HELP. > > Anyone else in the list can help? > ___ > ffmpeg-user mailing list >

Re: [FFmpeg-user] receive udp audio stream

2019-08-06 Thread Mustafa Al Ani
@Reindl Harald - I should have realized your name before I reply you. SO PLEASE STOP I DONT NEED YOUR HELP. Anyone else in the list can help? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To

Re: [FFmpeg-user] Help : Preserve meta data

2019-08-06 Thread Rockland
Le mar. 6 août 2019 à 16:19, Moritz Barsnick a écrit : > On Tue, Aug 06, 2019 at 03:31:25 -0700, DopeLabs wrote: > > maybe this will help? > > > > https://libav.org/avconv.html#Metadata > > a) That's the command line tool of a different project. ;-) > b) Rockland wrote that s/he wishes to

Re: [FFmpeg-user] receive udp audio stream

2019-08-06 Thread Reindl Harald
Am 06.08.19 um 12:52 schrieb Mustafa Al Ani: >> >> why don't you just post he full command and it's output? >> > > Because of I need the correct syntax to try with. so far my input is > "udp://@192.168.122.10:6006/?serviceId=1001=800" which doesn't > seem to be valid. post the fucking command

Re: [FFmpeg-user] Help : Preserve meta data

2019-08-06 Thread Moritz Barsnick
On Tue, Aug 06, 2019 at 03:31:25 -0700, DopeLabs wrote: > maybe this will help? > > https://libav.org/avconv.html#Metadata a) That's the command line tool of a different project. ;-) b) Rockland wrote that s/he wishes to *preserve*, not dump. And with libav, I assume, s/he meant using the

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

2019-08-06 Thread Moritz Barsnick
On Tue, Aug 06, 2019 at 12:21:58 +0200, Paul B Mahol wrote: > > I just couldn't quickly figure out how to prefix the stream specifiers > > (e.g. 0:0, 0:1). > Look how framehash does it? Yeah, too obvious. I was looking for "0:1", but the first digit is meaningless, and the second one is just the

Re: [FFmpeg-user] receive udp audio stream

2019-08-06 Thread Mustafa Al Ani
> > why don't you just post he full command and it's output? > Because of I need the correct syntax to try with. so far my input is "udp://@192.168.122.10:6006/?serviceId=1001=800" which doesn't seem to be valid. ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Help : Preserve meta data

2019-08-06 Thread DopeLabs
maybe this will help? https://libav.org/avconv.html#Metadata > On Aug 6, 2019, at 2:30 01AM, Rockland wrote: > > Hello all, > > Can someone tells me which option I can add among my configure options to > preserve metadata during transcoding? In command line I know that the > option is

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

2019-08-06 Thread Paul B Mahol
On Tue, Aug 6, 2019 at 12:14 PM Moritz Barsnick wrote: > On Tue, Aug 06, 2019 at 10:07:40 +0200, Paul B Mahol wrote: > > If I understand correctly, basically need hash of each stream separately > > (for framehash this already works). > > > > That is quite possible to be implemented. Feel free to

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

2019-08-06 Thread Moritz Barsnick
On Tue, Aug 06, 2019 at 10:07:40 +0200, Paul B Mahol wrote: > If I understand correctly, basically need hash of each stream separately > (for framehash this already works). > > That is quite possible to be implemented. Feel free to open feature request > on FFmpeg bug tracker. Just to show that

Re: [FFmpeg-user] receive udp audio stream

2019-08-06 Thread Reindl Harald
Am 06.08.19 um 11:46 schrieb Mustafa Al Ani: > I'm trying to receive an audio only transport stream but can't figure out > the right command. > > source : udp://@192.168.122.10:6006 > Audio PID: 800 > Service ID: 1001 > > I have tried different commands but none seems to be correct. Also read

[FFmpeg-user] receive udp audio stream

2019-08-06 Thread Mustafa Al Ani
Hi, I'm trying to receive an audio only transport stream but can't figure out the right command. source : udp://@192.168.122.10:6006 Audio PID: 800 Service ID: 1001 I have tried different commands but none seems to be correct. Also read the stream specifier documentation as suggested in some

[FFmpeg-user] Help : Preserve meta data

2019-08-06 Thread Rockland
Hello all, Can someone tells me which option I can add among my configure options to preserve metadata during transcoding? In command line I know that the option is map_metadata but I'm using libav in my project. This is my configure options : CONFIGURE_COMMAND env

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

2019-08-06 Thread Carl Eugen Hoyos
> Am 06.08.2019 um 08:50 schrieb HariVignesh TamilChelvan > : > > > I am using ffmpeg for converting a audio file to wav format. Sometimes,the > output wav file generated is of size 0KB. If you need support here in such a case, please provide the command line you tested together with the

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

2019-08-06 Thread Paul B Mahol
On Mon, Aug 5, 2019 at 11:13 PM Peter B. wrote: > 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... > >>

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

2019-08-06 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