Re: [FFmpeg-user] documentation in spanish

2016-03-05 Thread Paul B Mahol
On 3/6/16, juan carlos Rebate wrote: > 2016-03-05 22:14 GMT+01:00 Reindl Harald : >> >> >> Am 05.03.2016 um 22:06 schrieb Phil Rhodes: http://www.ffmpeg.org/ffmpeg-all.html seems to be up-to-date by listing > recent options and not legacy ones like -b:v and so on >>> >>> No

[FFmpeg-user] HLS M3U8 generates inconsistent #EXT-X-TARGETDURATION value

2016-03-05 Thread Rahul Prasad
I am transcoding video files to different video profiles for multi-variant VOD streaming. But I am getting inconsistent #EXT-X-TARGETDURATION. The command I am using is *ffmpeg -y -i input.mp4 -c:a aac -ac 2 -ab 64k -ar 44100 -pix_fmt yuv420p -c:v libx264 -preset slow -b:v 1200k -maxrate 1200k -mi

Re: [FFmpeg-user] documentation in spanish

2016-03-05 Thread juan carlos Rebate
2016-03-05 22:14 GMT+01:00 Reindl Harald : > > > Am 05.03.2016 um 22:06 schrieb Phil Rhodes: >>> >>> http://www.ffmpeg.org/ffmpeg-all.html >>> seems to be up-to-date by listing > recent options and not legacy ones >>> like -b:v and so on >> >> Not sure if I'm missing something here, but that do

Re: [FFmpeg-user] documentation in spanish

2016-03-05 Thread Reindl Harald
Am 05.03.2016 um 22:06 schrieb Phil Rhodes: http://www.ffmpeg.org/ffmpeg-all.html seems to be up-to-date by listing > recent options and not legacy ones like -b:v and so on Not sure if I'm missing something here, but that document absolutely does use -b:v in its examples, in the synopsis

Re: [FFmpeg-user] documentation in spanish

2016-03-05 Thread Phil Rhodes
> http://www.ffmpeg.org/ffmpeg-all.html > seems to be up-to-date by listing > recent options and not legacy ones like >-b:v and so on Not sure if I'm missing something here, but that document absolutely does use -b:v in its examples, in the synopsis at least. P ___

Re: [FFmpeg-user] documentation in spanish

2016-03-05 Thread Reindl Harald
Am 05.03.2016 um 21:18 schrieb juan carlos Rebate: 2016-03-05 21:05 GMT+01:00 Paul B Mahol : On 3/5/16, juan carlos Rebate wrote: Is there somewhere you can find updated documentation in Spanish? the questions raised here have not had good answers and official documentation is confusing and

Re: [FFmpeg-user] documentation in spanish

2016-03-05 Thread juan carlos Rebate
2016-03-05 21:05 GMT+01:00 Paul B Mahol : > On 3/5/16, juan carlos Rebate wrote: >> Is there somewhere you can find updated documentation in Spanish? >> the questions raised here have not had good answers and official >> documentation is confusing and incomplete,including blogs and websites >> in

Re: [FFmpeg-user] documentation in spanish

2016-03-05 Thread Paul B Mahol
On 3/5/16, juan carlos Rebate wrote: > Is there somewhere you can find updated documentation in Spanish? > the questions raised here have not had good answers and official > documentation is confusing and incomplete,including blogs and websites > in Spanish do not provide documentation updated Wh

[FFmpeg-user] documentation in spanish

2016-03-05 Thread juan carlos Rebate
Is there somewhere you can find updated documentation in Spanish? the questions raised here have not had good answers and official documentation is confusing and incomplete,including blogs and websites in Spanish do not provide documentation updated ___ f

Re: [FFmpeg-user] Screen capture without sound

2016-03-05 Thread G A
use the log level to see if anything is bombing -loglevel warnings use stats to watch it encode -stats check your raw source, x265 only handles "yuv420p" | "yuv422p" | "yuv444p” if your video is "yuvj420p" | "yuvj422p" | "yuvj444p" | "nv12" | "nv16" | “nv2 you need to use x264 you have two

Re: [FFmpeg-user] Screen capture without sound

2016-03-05 Thread 桃源老師
> 2016/03/05 5:02 P.M. Thilo Borgmann mail.de> wrote: > > Try with the raw&native formats I suggested. I have tried the following command but the resolution is still strange. Also this ffmpeg is not seems to compatible with soundflower. ffmpeg -f avfoundation -i "1:0" test.ts I don't know w

Re: [FFmpeg-user] Screen capture without sound

2016-03-05 Thread Thilo Borgmann
Am 05.03.16 um 08:04 schrieb 桃源老師: > [...] > The command I run is as follows: $ ffmpeg -f avfoundation -i "1:0" > -vf "scale=1280:800,crop=1280:720:0:40" -c:v libx265 -preset > ultrafast -x265-params crf=25 -c:a libfdk_aac -b:a 160k test.mkv Why do you still do this complex processing although we