[FFmpeg-user] Real-time HAP encoded streaming

2016-01-03 Thread Kenneth Fields
Hi, in general documentation, Supported External Libraries, Formats, Codecs or Features = I see Vidvox HAP under 2.1 file formats and not under video codecs. Can real-time HAP encoded network streaming be done? Anyone stats or reports on P2P HAP encoded streamin

Re: [FFmpeg-user] Skipping on recording from PulseAudio

2016-01-03 Thread Kieran Dunbar
On 02/01/2016 22:24, Carl Eugen Hoyos wrote: Kieran Dunbar ffmpeg.org> writes: I'm currently using ffmpeg to automatically record audio from a sound card using PulseAudio. But unfortunately the output files seem to skip throughout Is the issue also reproducible with the alsa input device? Ca

[FFmpeg-user] Frames in a stream

2016-01-03 Thread Nicholas Robbins
I have been using the following to get a count of the frames in video: PROBE=`/usr/bin/ffprobe -select_streams v -show_streams -count_frames -i ${VIDEO} 2>&1` FC=`/bin/echo "$PROBE" | /bin/grep nb_read_frames | /usr/bin/cut -d"=" -f2` Recently I noticed that my regular ffmpeg/ffprobe invocations

Re: [FFmpeg-user] ProRes change framerate

2016-01-03 Thread Carl Eugen Hoyos
Fabrice Saudoyez staytuned.be> writes: > Any possibility without re-encoding ? You can test the input option -r. Please do not top-post here, Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-use