Re: [FFmpeg-user] how to convert to raw interlaced format

2015-09-01 Thread Paul B Mahol
Dana 2. 9. 2015. 03:24 osoba "Lyman Hurd" napisala je: > > Okay in a "duh" moment I realize that the requested output format was > "fmt:yuv422p' (where the "p" obviously stands for progressive). Looking at > the list of supported output formats I am not seeing any raw formats that > supported int

Re: [FFmpeg-user] Stats

2015-09-01 Thread Marc Camacho Cateura
Hi Paul, I want stats with bitrates, fps... All information that ffmpeg shows while is running... But in a csv or similar file that let me do some statistical graphics. Thank you! El dia 02/09/2015 4:37, "Paul B Mahol" va escriure: > Dana 2. 9. 2015. 00:47 osoba "Marc Camacho" > napisala je:

Re: [FFmpeg-user] Stats

2015-09-01 Thread Paul B Mahol
Dana 2. 9. 2015. 00:47 osoba "Marc Camacho" napisala je: > > There is not way to do this? > > Thanks... > Stats with what? > > De: Marc Camacho Cateura > Respondre: Marc Camacho Cateura > > Data: 29 d’agost de 2015 at 18:45:48 > Per a: FFmpeg user questions > > Tema: Stats > > Hi! > > Is there

Re: [FFmpeg-user] how to convert to raw interlaced format

2015-09-01 Thread Lyman Hurd
Okay in a "duh" moment I realize that the requested output format was "fmt:yuv422p' (where the "p" obviously stands for progressive). Looking at the list of supported output formats I am not seeing any raw formats that supported interlaced output. Does anyone know how to accomplish this? I can g

Re: [FFmpeg-user] Extracting starting timecode info using ffmpeg/ffprobe

2015-09-01 Thread Kieran O Leary
On Tue, Sep 1, 2015 at 11:43 PM, Kieran O Leary wrote: > > From some googling, I've had occasional success with the following command: > ffprobe.exe -show_entries format_tags=timecode -of > default=noprint_wrappers=1 inputfile > > I've found that I had to use "format_tags=timecode" as > "format=t

[FFmpeg-user] ffpay can't read audio channel in .ts video

2015-09-01 Thread Bilel Eljaamii
Hello, i use this command to generate a .ts video : ffmpeg -i "rtsp://USER:ADMIN@IP_CAMERA:554//Streaming/" -vcodec copy -acodec copy -f mpegts test.ts --- Output #0, mpegts, to 'test.ts': Metadata: title

Re: [FFmpeg-user] Save webcam stream in mpg, not avi format

2015-09-01 Thread Felix Baier
> On Aug 28, 2015, at 12:10 PM, Carl Eugen Hoyos wrote: > > Felix Baier ffmpeg.org> writes: > >> I changed “-vcodec mpeg4 -qscale 2” to “-vcodec mpeg4 -q:v 2” >> after I got a notification that the first version was >> ambiguous. > > For a video-only file? Yes, it’s video only. > >> ffmpe

Re: [FFmpeg-user] Stats

2015-09-01 Thread Marc Camacho
There is not way to do this? Thanks... De: Marc Camacho Cateura Respondre: Marc Camacho Cateura > Data: 29 d’agost de 2015 at 18:45:48 Per a: FFmpeg user questions > Tema:  Stats Hi! Is there a way to extract stats of encoding and decoding video into csv or similar format? I want to do sev

[FFmpeg-user] Extracting starting timecode info using ffmpeg/ffprobe

2015-09-01 Thread Kieran O Leary
I was using -v error as recommended by the ffprobe tips page. Full output of a file that shows a timecode value, followed by one that does not return a value. ffmpeg-20150901-git-b54e03c-win64-static\ffmpeg-20150901-git-b54e03c-win64-static\bin\ffprobe.exe -show_entries format_tags=timecode -o

[FFmpeg-user] PCR sync is required for audio-video sync ?

2015-09-01 Thread Ran Shalit
Hello, I would like to ask , if someone from experience can say if PCR sync between encoder and decoder is required for ts streaming, when it required to acheive audio-video sync ? I ask the question becuase I've noticed that some ts samples I am using are played perfectly with VLC, even though t

[FFmpeg-user] Glitch between audio concat files

2015-09-01 Thread Vicente M
Hi, I'm involved in a developing of a linux application that records raw audio and later encodes to OGG vorbis. The audio is stored in 1 min duration OGG files for later concat the desired minutes in other OGG file. My problem is that the concat result audio presents a glitch in some junctions.