Re: [FFmpeg-user] How to convert music into DTS encoded WAV file?

2016-08-16 Thread Carl Eugen Hoyos
Hi! 2016-08-16 23:25 GMT+02:00 Nomis101 🐝 : > Interesting that you ask. I now had the time to listen to it more > closely. It does not sound that brilliant/clear like the original from > the Blu-ray, but it works. I tried (hard) to tell you in advance. > But, I have the feeling the converted fil

Re: [FFmpeg-user] How to convert music into DTS encoded WAV file?

2016-08-16 Thread Peter White
16.08.2016 23:25, Nomis101 🐝: Am 16.08.16 um 22:26 schrieb Carl Eugen Hoyos: Thank you for the confirmation! Are you sure the quality is satisfying? > The songs are also average 8 % longer. Just an idea, the original sample rate of DTS is most likely 48kHz. The target rate is 44.1kHz. These

Re: [FFmpeg-user] How to convert music into DTS encoded WAV file?

2016-08-16 Thread Nomis101 🐝
Am 16.08.16 um 22:26 schrieb Carl Eugen Hoyos: > Thank you for the confirmation! > Are you sure the quality is satisfying? Interesting that you ask. I now had the time to listen to it more closely. It does not sound that brilliant/clear like the original from the Blu-ray, but it works. But, I have

Re: [FFmpeg-user] input to YADIF filter

2016-08-16 Thread Human Being
> >Hi! > >2016-08-16 20:59 GMT+02:00 Human Being < egoeimi-at-mail...@ffmpeg.org >: >> i still had to decrement > >This is ticket #2595, afaict. > >Carl Eugen > hello Carl, yes, i think it's related, though it is believed that n starts from 0 for YADIF, so we end up with one preceding progressi

Re: [FFmpeg-user] How to convert music into DTS encoded WAV file?

2016-08-16 Thread Carl Eugen Hoyos
Hi! 2016-08-15 23:09 GMT+02:00 Nomis101 🐝 : >> Am 11.08.16 um 01:31 schrieb Carl Eugen Hoyos: >>> > $ ffmpeg -i input -strict -2 -acodec dts -f spdif out1.spdif >>> > or (much better because it involves no experimental encoding!): >>> > $ ffmpeg -i dts_input -acodec copy -f spdif out2.spdif >>> >

Re: [FFmpeg-user] Command Line Input - Read from Memory

2016-08-16 Thread Carl Eugen Hoyos
Hi! 2016-08-09 22:28 GMT+02:00 William van Gelder : > How would that relate to this link I found > https://neumscs.wordpress.com/2014/07/20/read-input-from-memory-buffer-ffmpeg/? This is what I meant with "patches existed in the past". Please fix your quoting and avoid top-posting here, Carl Eug

Re: [FFmpeg-user] input to YADIF filter

2016-08-16 Thread Carl Eugen Hoyos
Hi! 2016-08-16 20:59 GMT+02:00 Human Being : > i still had to decrement This is ticket #2595, afaict. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or em

Re: [FFmpeg-user] input to YADIF filter

2016-08-16 Thread Human Being
>is there a way to get rid of the manual counting of repeated frames as my >procedure is manual enough already? i added frame numbers to my target video with -vf drawtext=text=%{n} and by watching it frame by frame i can finally add relevant frame numbers to the enable option almost with eas

[FFmpeg-user] issue with nvenc and h264_cuvid

2016-08-16 Thread Evgeniy Kozhuhovskiy
Hello. I'm trying to decode and encode video on nvidia GTX960 card, and I've stuck with a strange problem If i'm specifying 720p resolution with -s 720x540 parameter - everything works. But if i'm trying to specify any other resolution, i'm getting such error: [h264_nvenc @ 0x27ecae0] Initialize

Re: [FFmpeg-user] CUDA CUVID H264/HEVC decoder

2016-08-16 Thread Saelis
Hi Moritz, Thanks for your help. I confirm that it works ! -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/CUDA-CUVID-H264-HEVC-decoder-tp4676813p4677115.html Sent from the FFmpeg-users mailing list archive at Nabble.com. __