Re: [FFmpeg-user] VOB files convertion failed

2018-05-09 Thread Zak
On 2018-05-09 at 1:53 AM EDT, Jamenson Ferreira Espindula de Almeida Melo wrote: Hi, Micael Silva. I tried the command you sugested. The command was: ffmpeg -analyzeduration 500M -probesize 500M -fflags +genpts -i "concat:../vob/vts_01_0.vob|../vob/vts_01_1.vob|../vob/vts_01_2.vob|../vob/vts_0

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread mohammed bey ahmed khernache
Thank you very much for your help. On Wed, May 9, 2018 at 8:21 PM, Gabriel Balaich wrote: > > > > PS: vsync is neither an input nor an output option, it is a > > global option. > > > Good to know. > ___ > ffmpeg-user mailing list > ffmpeg-user@ffmpeg

Re: [FFmpeg-user] VOB files convertion failed

2018-05-09 Thread Micael Silva
On Wed, May 9, 2018 at 2:53 AM, Jamenson Ferreira Espindula de Almeida Melo wrote: > > Concating VOB files usually goes wrong caused by timecode discontinuities > > by the file splitting, I think. You could try to make one single file > first > > with ffmpeg regenerating PTS before converting to

Re: [FFmpeg-user] VOB files convertion failed

2018-05-09 Thread Jamenson Ferreira Espindula de Almeida Melo
> Concating VOB files usually goes wrong caused by timecode discontinuities > by the file splitting, I think. You could try to make one single file first > with ffmpeg regenerating PTS before converting to another format. It > generally works for me: > > ffmpeg -fflags +genpts -i > "concat:vts_01_0

Re: [FFmpeg-user] VOB files convertion failed

2018-05-09 Thread Jamenson Ferreira Espindula de Almeida Melo
> On Mon, May 07, 2018 at 21:13:38 -0300, Jamenson Ferreira Espindula de > Almeida Melo wrote: >> Below is the listing of a DVD movie disc. I want to convert these files >> to one file. The files already are on my hard disk. >> >> total 4,2G >> -r--r--r-- 1 jamenson jamenson 124K fev 2 2010 vide

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread Gabriel Balaich
> > PS: vsync is neither an input nor an output option, it is a > global option. Good to know. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-req

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread Carl Eugen Hoyos
2018-05-09 19:51 GMT+02:00, Carl Eugen Hoyos : > 2018-05-09 17:53 GMT+02:00, mohammed bey ahmed khernache: >> Thank you for your reply. >> The input video is encoded with hevc at 25 fps. >> I tries this command: >> ffmpeg -threads 1 -vsync drop -i -f null /dev/null >> I got this message in yellow:

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread Carl Eugen Hoyos
2018-05-09 17:53 GMT+02:00, mohammed bey ahmed khernache: > Thank you for your reply. > The input video is encoded with hevc at 25 fps. > I tries this command: > ffmpeg -threads 1 -vsync drop -i -f null /dev/null > I got this message in yellow: > Encoder did not produce proper pts, making some up

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread Gabriel Balaich
> > Unfortunately, I can not reach 25 fps while decoding, even with dropping > frames. > So I think that the option for "frame dropping" is not working !! > -vsync should be listed after the input, if you are looking for a constant 25fps try this: ffmpeg -threads 1 -framerate 25 -i -vsync 1 -f

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread mohammed bey ahmed khernache
Thank you for your reply. The input video is encoded with hevc at 25 fps. I tries this command: ffmpeg -threads 1 -vsync drop -i -f null /dev/null I got this message in yellow: Encoder did not produce proper pts, making some up Unfortunately, I can not reach 25 fps while decoding, even with dropp

Re: [FFmpeg-user] Can we combine two video streams into one

2018-05-09 Thread Micael Silva
On Wed, May 9, 2018 at 12:11 PM, Robert Clove wrote: > Hi, > > Suppose i make a video call from cisco communicator for one user to another > user. > I want to record that video call into a single video file. > Can i do this from ffmpeg. > > Any leads will be appreciated. > > --Clove > Sure, usin

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread Gabriel Balaich
> > Hello, > could you tell me how to enable "frame dropping" while decoding with ffmpeg > ? > *"-vsync parameter* *Video sync method. For compatibility reasons old values can be specified as numbers. Newly added values will have to be specified as strings always.* *0, passthrough* *Each frame is

[FFmpeg-user] Can we combine two video streams into one

2018-05-09 Thread Robert Clove
Hi, Suppose i make a video call from cisco communicator for one user to another user. I want to record that video call into a single video file. Can i do this from ffmpeg. Any leads will be appreciated. --Clove ___ ffmpeg-user mailing list ffmpeg-user@

[FFmpeg-user] Frame dropping

2018-05-09 Thread mohammed bey ahmed khernache
Hello, could you tell me how to enable "frame dropping" while decoding with ffmpeg ? Thank you in advance ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpe

Re: [FFmpeg-user] VOB files convertion failed

2018-05-09 Thread Zak
On 2018-05-07 at 8:13 PM EDT, Jamenson Ferreira Espindula de Almeida Melo wrote: From Jaboatão dos Guararapes, Pernambuco, Brazil. Thank you for your response. Below is the listing of a DVD movie disc. I want to convert these files to one file. The files already are on my hard disk. total 4,2

Re: [FFmpeg-user] forfiles - ffmpeg -Volume Filter not recognised

2018-05-09 Thread Gyan Doshi
On 5/9/2018 1:51 PM, Gareth Fakouri wrote: PS C:\Users\garet\Videos\Cobra> forfiles /c "cmd /c ffmpeg -i @FILE -filter:a "volume=3" -c:v libx264 -preset ultrafast @FNAME.mp4" ERROR: Invalid argument/option - 'volume=3 -c:v libx264 -preset ultrafast @FNAME.mp4'. Maybe quotes within quotes

[FFmpeg-user] forfiles - ffmpeg -Volume Filter not recognised

2018-05-09 Thread Gareth Fakouri
I am trying to run a batch conversion using ffmpeg and for files. It does work except when i include the volume filter. Works fine with the quality filter on it's own. PS C:\Users\garet\Videos\Cobra> forfiles /c "cmd /c ffmpeg -i @FILE -filter:a "volume=3" -c:v libx264 -preset ultrafast @FNAME.