Re: [FFmpeg-user] DNxHD 1080p60

2017-11-16 Thread Kasper Folman
If anyone is wondering. The patch seems to have fixed it! Great work Carl! > On 31 Oct 2017, at 00.24, Carl Eugen Hoyos wrote: > > 2017-10-26 20:19 GMT+02:00 Kasper Folman : > >> Something weird is happening when I’m trying to do a DNxHD >> 1080p60 file. The framerate is 59.94 and not 60. > >

[FFmpeg-user] Properly download/trim a hls-stream which reports invalid timestamps

2017-11-16 Thread Reino Wijnsma
Hello ffmpeg-user, I'm trying to download a portion of "http://manifest.us.rtl.nl/10/v166/aes/adaptive/components/videorecorder/38/389438/389439/0bf68d1e-97f6-3c3e-9498-e1a3ffa8a13a.ssm/0bf68d1e-97f6-3c3e-9498-e1a3ffa8a13a.ism/0bf68d1e-97f6-3c3e-9498-e1a3ffa8a13a-audio_eng=125437-video=3877000.m3u

Re: [FFmpeg-user] Properly download/trim a hls-stream which reports invalid timestamps

2017-11-16 Thread Carl Eugen Hoyos
2017-11-16 14:43 GMT+01:00 Reino Wijnsma : > I didn't care much about these errors when I wanted to download the > entire hls-stream, but now that I want to download a ±30sec segment, > things become a bit nasty: > > ffmpeg-N-87867-g0655810-win32-static_legacy.exe -hide_banner -ss 2000 -i > "http:

[FFmpeg-user] configuration for installing with cuda

2017-11-16 Thread hassan panahi
Hello, I recently bought a embedded board (banana pi-m64 ) . And install ubuntu 16.04 from this link. I want to install ffmpeg with cuda configuration for using hardware acceleration (encode and decode h.264). But return this error: ERROR: cuda requested but not found The command is: ./configure

[FFmpeg-user] http live streaming

2017-11-16 Thread Shaik Md Ansari
Dear Admin/Users, I have one query related to http live streaming concept. *In my cases:* *case-1*: when I am playing the live streaming in ffplay, gives at most 2 seconds dealy. *case-2:* while playing the live streaming in vlc player , gives at most 5 seconds delay. *case-3:* In videojs pla

[FFmpeg-user] Convert live audio from Microphne and stream issues

2017-11-16 Thread spelunker
Hi All, Very new to ffmpeg and streaming in general and have spent two days trying to get this too work as expected. So my useage is - i want to to capture live audio from a mcrophone and convert the input and stream it. this is the command i've come up with : ffmpeg -f alsa -i hw:0,0 -codec:a

[FFmpeg-user] Compile FFmpeg for i386 (32 bit) on macOS 10.12.3

2017-11-16 Thread rustyPine
Hi all, Pulled latest tip from the master branch. I've been searching around on the web some time now but all the supposed fixes aren't working for me. "cc -v" shows Apple LLVM version 8.1.0 (clang-802.0.42) Target: x86_64-apple-darwin16.4.0 Thread model: posix InstalledDir: /Applications/Xcode.

Re: [FFmpeg-user] Properly download/trim a hls-stream which reports invalid timestamps

2017-11-16 Thread Reino Wijnsma
On 16-11-2017 14:54, Carl Eugen Hoyos wrote: > 2017-11-16 14:43 GMT+01:00 Reino Wijnsma : >> I didn't care much about these errors when I wanted to download the >> entire hls-stream, but now that I want to download a ±30sec segment, >> things become a bit nasty: >> >> ffmpeg-N-87867-g0655810-win32

Re: [FFmpeg-user] Compile FFmpeg for i386 (32 bit) on macOS 10.12.3

2017-11-16 Thread rustyPine
My bad everybody, I had forgotten to run "make clean" before building the 32 bit libs after building the 64 bit libs. Now the builds work like a charm :] -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org h

Re: [FFmpeg-user] configuration for installing with cuda

2017-11-16 Thread Simon Strudwick
On 17 November 2017 at 02:16, hassan panahi wrote: > Hello, > I recently bought a embedded board (banana pi-m64 ) . > And install ubuntu 16.04 from this link. > I want to install ffmpeg with cuda configuration for using hardware > acceleration (encode and decode h.264). > But return this error:

Re: [FFmpeg-user] Convert live audio from Microphne and stream issues

2017-11-16 Thread Carl Eugen Hoyos
2017-11-16 13:33 GMT+01:00 spelunker : > ffmpeg -f alsa -i hw:0,0 -codec:a mp3 -b:a 128k -ac 2 -ar 48000 -f rtp > rtp://192.168.255.110:1234 Complete, uncut console output missing, only current FFmpeg git head is supported here. The command is not supposed to loop, does it loop if you store to a

Re: [FFmpeg-user] configuration for installing with cuda

2017-11-16 Thread Carl Eugen Hoyos
2017-11-16 16:46 GMT+01:00 hassan panahi : > I recently bought a embedded board (banana pi-m64 ) . > I want to install ffmpeg with cuda configuration for using hardware > acceleration (encode and decode h.264). > But return this error: > ERROR: cuda requested but not found Nothing else was prin

Re: [FFmpeg-user] DNxHD 1080p60

2017-11-16 Thread Carl Eugen Hoyos
2017-11-16 14:25 GMT+01:00 Kasper Folman : > If anyone is wondering. The patch seems to have fixed it! Patch applied. Thank you, Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscrib