[FFmpeg-user] Connection reset by peer

2014-11-18 Thread admin
Hi guys, When i`m trying to send stream from ffmpeg to ffserver i have got Connection reset by peer. It`s not firewall problem. Maybe linux distribution? Its Slackware.. When i`m trying to send stream via udp to server where ffserver is (external IP), i don`t have any error Full debug bellow,

Re: [FFmpeg-user] Conversion from WMV to M2V - Lost Frame Problem

2014-11-18 Thread Carl Eugen Hoyos
Andrew Arthur hotmail.com> writes: > However, the output from ffmpeg shows in > VirtualDub as being 1036 frames Please run: $ ffmpeg -i output.m2v -f null - One of the last lines of the console output sill show you the actual number of frames in the m2v file. If you don't believe the number

Re: [FFmpeg-user] Conversion from WMV to M2V - Lost Frame Problem

2014-11-18 Thread Andrew Arthur
I have been inspecting the mpeg properties using the mpeg plug-in to VirtualDub. If I check the original wmv file it shows it as having 1037 frames and a length of 43.208. If I convert the file using TMPGenc and check it in VirtualDub it shows 1037 frames and a length of gives 43.208, i.e. the sa

Re: [FFmpeg-user] -longest rather than -shortest?

2014-11-18 Thread Hugh J. Hitchcock
Like for example, I want to say create a video with a 1 min background music track, a 30 second voice over track. I can't figure out how to apply the voice-over track to the longer background track without ffmpeg shortening the output to 30 seconds - I want the entire 60 output with the background

Re: [FFmpeg-user] Conversion from WMV to M2V - Lost Frame Problem

2014-11-18 Thread Carl Eugen Hoyos
Andrew Arthur hotmail.com> writes: > The input.wmv file has 1037 frames, however the output > m2v file only has 1036 frames: > frame= 1037 fps= 71 q=3.3 Lsize= 42093kB time=00:00:43.16 > bitrate=7988.2kbits/ Why do you think that the output file has 1036 frames? The console output you provid

Re: [FFmpeg-user] H264 (mts) interlaced to XVID interlaced

2014-11-18 Thread Carl Eugen Hoyos
radpopl gmail.com> writes: > ffmpeg.exe -n -i "%%F" -c:v mpeg4 -qscale:v 4 -vtag xvid > -flags +qpel *+ildct+ilme* -acodec libmp3lame -b:a 320k > "%%~dF%%~pF%%~nF.avi" > > but ffmpeg crashed. Please provide the input sample. (I cannot reproduce with a random sample.) Carl Eugen

Re: [FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Carl Eugen Hoyos
Moritz Barsnick gmx.net> writes: > See attached. You were beaten today, please consider sending future patches to the ffmpeg-devel mailing list. Thank you, Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/lis

Re: [FFmpeg-user] h264 file: mplayer plays it, but ffmpeg can't decode it

2014-11-18 Thread Carl Eugen Hoyos
Bryan Field-Elliot gmail.com> writes: > I have a h264 file, which I obtained by capturing > bytes streaming (mid-stream) from an IP camera. You can convert your sample with: $ ffmpeg -flags2 +showall -i vid.h264 vid.mp4 (MPlayer always sets showall to speed up seeking.) Before I open a ticket:

Re: [FFmpeg-user] H264 (mts) interlaced to XVID interlaced

2014-11-18 Thread Radosław Popławski
Debug log: C:\Users\Właściciel\Documents\2014\a>ffmpeg.exe -v debug -n -i "C:\Users\Właścic iel\Documents\2014\a\2014_11_11 15_48_02.mts" -c:v mpeg4 -qscale:v 4 -vtag xvid -flags +qpel+ilme+ildct -acodec libmp3lame -b:a 320k "C:\Users\Właściciel\Docume nts\2014\a\2014_11_11 15_48_02.avi" ffmpeg v

[FFmpeg-user] Conversion from WMV to M2V - Lost Frame Problem

2014-11-18 Thread Andrew Arthur
I am converting a load of WMV files to M2V (i.e. video conversion only) using the following basic command line: ffmpeg -i input.wmv -codec:v mpeg2video -b:v 8000k -maxrate 1k output.m2v However, it is imperative in my conversion that the number of frames in the output file be identical

[FFmpeg-user] -longest rather than -shortest?

2014-11-18 Thread Hugh J. Hitchcock
Hi, I am new to ffmpeg and I've been using it lately to create videos from assembling images and mp3s. I'm kind of stumped right now on something and I'm hoping someone in the group can help me! What I want to do is combine two mp3s into a soundtrack and combine them to a video. I don't have any

[FFmpeg-user] Conversion from WMV to M2V - Lost Frame Problem

2014-11-18 Thread Andrew Arthur
I am converting a load of WMV files to M2V (i.e. video conversion only) using the following basic command line: ffmpeg -i input.wmv -codec:v mpeg2video -b:v 8000k -maxrate 1k output.m2v However, it is imperative in my conversion that the number of frames in the output file be identical

[FFmpeg-user] Playing videos in a loop!

2014-11-18 Thread Suri Shelvapille
Dear Folks: I am creating a Video mosaic as follows. Unfortunately, after the video ends, everything stops. I would like to play all the videos in a loop. I have tried "-loop 0", "-loop 1" to ffmpeg and it has not helped. I have tried the same on ffplay as well and that has not helped either.

[FFmpeg-user] FFM moving time segment

2014-11-18 Thread Eric Lovelace
Hello, I am trying to send an rtp multicast of a stream with the configuration below. It works; however, when the max file size is reached (or the disk fills up if that parameter is excluded from ffmpeg) the program ends. The desired behavior would be to just keep a small section of the stream

Re: [FFmpeg-user] screencast in WinXP

2014-11-18 Thread Pablo Rodríguez
On 11/18/2014 06:28 PM, Roger Pack wrote: > what's your output to > > ffmpeg -list_devices true -f dshow -i dummy Many thanks for your reply, Roger. The weird thing is that here it is detected: C:>ffmpeg -list_devices true -f dshow -i dummy ffmpeg version N-66289-gb76d613 Copyright (c) 2000-201

Re: [FFmpeg-user] screencast in WinXP

2014-11-18 Thread Roger Pack
On Tue, Nov 18, 2014 at 9:42 AM, Pablo Rodríguez wrote: > On 11/17/2014 08:06 PM, Carl Eugen Hoyos wrote: > > Pablo Rodríguez web.de> writes: > > > >> but I forgot to copy the complete output > > > > Please do so if you ask for support on this > > mailing list. > > This is the complete error mes

Re: [FFmpeg-user] screencast in WinXP

2014-11-18 Thread Pablo Rodríguez
On 11/17/2014 08:06 PM, Carl Eugen Hoyos wrote: > Pablo Rodríguez web.de> writes: > >> but I forgot to copy the complete output > > Please do so if you ask for support on this > mailing list. This is the complete error message: ffmpeg -f gdigrab -framerate 6 -i desktop -f dshow -i audio="Micr

Re: [FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Kimio Miyamura
2014/11/19 0:03, Moritz Barsnick gmx.net> wrote: > On Tue, Nov 18, 2014 at 23:34:27 +0900, Kimio Miyamura wrote: >>> Please consider sending a patch. >> Patch for documentation? Just replace ":" with "|"? > > That's basically it. See attached. Too lazy to format correctly and > properly send

Re: [FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Moritz Barsnick
On Tue, Nov 18, 2014 at 23:34:27 +0900, Kimio Miyamura wrote: > > Please consider sending a patch. > Patch for documentation? Just replace ":" with "|"? That's basically it. See attached. Too lazy to format correctly and properly send to the correct list right now, with comments. Might do so late

Re: [FFmpeg-user] h264 file: mplayer plays it, but ffmpeg can't decode it

2014-11-18 Thread Bryan Field-Elliot
Thanks Carl, The h264 file can be downloaded here: https://s3.amazonaws.com/bryanfe/vid.h264 So as to clear any confusion if you watch it — it is just a camera pointed down at a wood desk, with a red light flashing in the background (not very excitin

Re: [FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Kimio Miyamura
2014/11/18 20:39, Carl Eugen Hoyos ag.or.at> wrote: >> I think online documentation should be fixed. > > Please consider sending a patch. Patch for documentation? Just replace ":" with "|"? If I can write documentation, based on Moritz's comment, there seems to be backward compatibility ri

[FFmpeg-user] how to use overlay + amix

2014-11-18 Thread mail list
Hello, Is someone can help me? I'm trying to make one short video from an other video by taking 2 extracts with synchro audios and crossfading effect. I tried several ways and finally the best result is as following: ./ffmpeg -loglevel info -y -f lavfi -r 30 -i color=black@1 \ -ss 30 -i /1024/vi

Re: [FFmpeg-user] H264 (mts) interlaced to XVID interlaced

2014-11-18 Thread Radosław Popławski
W dniu 2014-11-17 22:50, Radosław Popławski pisze: On Sun, Nov 16, 2014 at 10:54 PM, Carl Eugen Hoyos > wrote: radpopl gmail.com > writes: > ffmpeg.exe -n -i "%%F" -c:v mpeg4 -qscale:v 4 -vtag xvid > -flags +qpel *+ildct+ilme* -acodec lib

Re: [FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Moritz Barsnick
On Tue, Nov 18, 2014 at 11:39:02 +, Carl Eugen Hoyos wrote: > > I think online documentation should be fixed. > Please consider sending a patch. I have had one lying around here for the last couple of weeks - ever since I got annoyed by that warning. (See some other thread here.) I don't reca

Re: [FFmpeg-user] construct mov from a fragmented mp4 stream.

2014-11-18 Thread Amila Perera
> > Please test if ffmpeg (the application) can read > the fragments. > A simple "ffmpeg -i " command fails with the following error. [mov,mp4,m4a,3gp,3g2,mj2 @ 042e1e60] could not find corresponding trex [mov,mp4,m4a,3gp,3g2,mj2 @ 042e1e60] error reading header samples\fragMP4.mp

Re: [FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Carl Eugen Hoyos
Kimio Miyamura apost.plala.or.jp> writes: > I think online documentation should be fixed. Please consider sending a patch. [...] > Well, I have got use pan filter just a result of try and error. > Or is there correct way to downmix audio any other? If "-ac 2" does not work for you, please d

Re: [FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Kimio Miyamura
2014/11/18 18:32, Carl Eugen Hoyos ag.or.at> wrote: > Kimio Miyamura apost.plala.or.jp> writes: > >> What this waring mean and how should it be? > > Use "|" instead of ":" to silence the warning. Thanks Carl. I have changed the command and it works without waring. ffplay -i ~/Movies/More

Re: [FFmpeg-user] construct mov from a fragmented mp4 stream.

2014-11-18 Thread Carl Eugen Hoyos
Amila Perera gmail.com> writes: > I have a fragmented mp4(H.264) stream dumped to file. > Is this possible with ffmpeg. > Actually I need to achieve this programmatically Please test if ffmpeg (the application) can read the fragments. Carl Eugen __

Re: [FFmpeg-user] h264 file: mplayer plays it, but ffmpeg can't decode it

2014-11-18 Thread Carl Eugen Hoyos
Bryan Field-Elliot gmail.com> writes: > mplayer has no trouble playing the file on-screen. > However, I cannot seem to get ffmpeg to recognize > and decode the file Please provide the sample. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmp

Re: [FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Carl Eugen Hoyos
Kimio Miyamura apost.plala.or.jp> writes: > When I execute the following command, I got the > warning "Parsed_pan_0 This syntax is deprecated. > Use '|' to separate the list items". > What this waring mean and how should it be? Use "|" instead of ":" to silence the warning. Just to make sure:

[FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Kimio Miyamura
Hi list members! I'm trying basic Movie playback with ffplay. When I execute the following command, I got the warning "Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items". What this waring mean and how should it be? I have searched ffmpeg documentation on the net but I