[FFmpeg-user] raw input from named pipes, order of frame delivery

Harald Jordan harald.jordan at redstream.at
Wed Jul 11 08:57:26 CEST 2012


I read the ticket even before writing the first question, but i did not find 
out from the ticket in which build the changes were made. Tried the newest 
version, it writes about the file position after avformat_find_stream_info, 
does that mean it still searches within the pipes?
By the way, i am still trying to figure out wether it works with only audio 
or video.. takes some time to get it done correctly



ffmpeg started on 2012-07-11 at 08:53:08
Report written to "ffmpeg-20120711-085308.log"
Command line:
"c:\\ffmpeg.exe" -f rawvideo -r 25 -pix_fmt yuyv422 -s 720x576 -r 25 -i 
"\\\\.\\pipe\\video185243000" -ac 2 -ar 48000 -f s16le -i 
"\\\\.\\pipe\\audio185243000" -y -report "c:\\dev\\ffmpegout.mpg"
ffmpeg version N-42347-g299387e Copyright (c) 2000-2012 the FFmpeg 
developers
  built on Jul  8 2012 15:44:54 with gcc 4.7.1
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-runtime-cpudetect 
 --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass --enable-libcelt 
 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype  
--enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-librtmp 
 --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libutvideo 
 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx 
 --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  libavutil      51. 64.100 / 51. 64.100
  libavcodec     54. 33.100 / 54. 33.100
  libavformat    54. 15.102 / 54. 15.102
  libavdevice    54.  1.100 / 54.  1.100
  libavfilter     3.  1.100 /  3.  1.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
[rawvideo @ 042da8a0] File position before avformat_find_stream_info() is 0
[rawvideo @ 042da8a0] All info found
[rawvideo @ 042da8a0] Estimating duration from bitrate, this may be 
inaccurate
[rawvideo @ 042da8a0] File position after avformat_find_stream_info() is 
829440
Input #0, rawvideo, from '\\.\pipe\video185243000':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0, 1, 1/25: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 
720x576, 25 tbr, 25 tbn, 25 tbc

-----Ursprüngliche Nachricht----- 
From: Carl Eugen Hoyos
Sent: Saturday, July 07, 2012 1:34 PM
To: ffmpeg-user at ffmpeg.org
Subject: Re: [FFmpeg-user] raw input from named pipes,order of frame 
delivery

Harald Jordan <harald.jordan <at> redstream.at> writes:

> ffmpeg version N-42016-gc103dc0

One day after this version a patch was committed that
claims to fix the hang (ticket #986)
;-(

Carl Eugen

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user 



More information about the ffmpeg-user mailing list