Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread Moritz Barsnick
On Fri, May 04, 2018 at 23:45:27 -0700, swades wrote: > Please help me waiting for help. its been 24 hours I am waiting for replies. > I am noob i want little help > > * i don't know how to Run this. i mean where do i run > this set SDL_AUDIODRIVER=directsound Please also teach how to set at sys

Re: [FFmpeg-user] Get started with FFmpeg

2018-05-05 Thread Moritz Barsnick
On Thu, May 03, 2018 at 16:46:47 -0300, Jamenson Ferreira Espindula de Almeida Melo wrote: > I would like to get some tutorials about FFmpeg. The official > documentation seems to me very abstract. That may be so. But do take a look at the contributions in the Wiki as well: https://trac.ffmpeg.or

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread swades
Hello Respected's I really apologize. i run this command but still not able to hear audio * set SDL_AUDIODRIVER=directsound* https://postimg.cc/image/y2mo4c0ej/ please look -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list f

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread Simon Brown
No. Type in the set command, press enter. Then type in the ffplay command. On Sat, 5 May 2018, 13:49 swades, wrote: > Hello Respected's I really apologize. i run this command but still not > able > to hear audio * set SDL_AUDIODRIVER=directsound* > > https://postimg.cc/image/y2mo4c0ej/ > > plea

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread swades
Hello Respected i can't get. can you please type the command here. it ll be help for me. Thanks for previous help -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread Gyan Doshi
On 5/5/2018 6:48 PM, swades wrote: Hello Respected i can't get. can you please type the command here. it ll be help for me. Thanks for previous help C:\>set SDL_AUDIODRIVER=directsound C:\>ffplay file ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread swades
I did this which you tell. but still not able to hear the audio https://s17.postimg.cc/cnvaju7nz/ffply_3.jpg https://s17.postimg.cc/8g0ianye7/ffplay_4.jpg -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread Reindl Harald
Am 05.05.2018 um 15:36 schrieb swades: > I did this which you tell. but still not able to hear the audio > > https://s17.postimg.cc/cnvaju7nz/ffply_3.jpg > https://s17.postimg.cc/8g0ianye7/ffplay_4.jpg besides that you even on window scan copy&paste from the terminal - just right-click in the w

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread swades
I play a live tv through ffplay i am not getting audio file. i am only getting video. that's the point Respected. -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpe

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread Reindl Harald
Am 05.05.2018 um 15:43 schrieb swades: > I play a live tv through ffplay i am not getting audio file. i am only > getting video. that's the point Respected how does that chnage the fact that you should post complete input and output - in text form! ___

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread Gyan Doshi
On 5/5/2018 7:06 PM, swades wrote: https://s17.postimg.cc/8g0ianye7/ffplay_4.jpg You haven't asked ffplay to play any file. ffplay is not a graphical program. Basic use of ffplay requires issuing a command of the form: ffplay video-filename e.g., on Windows 7, ffplay C:\Windows\Me

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread Reindl Harald
Am 05.05.2018 um 15:39 schrieb Gyan Doshi: > On 5/5/2018 7:06 PM, swades wrote: > >> https://s17.postimg.cc/8g0ianye7/ffplay_4.jpg > > You haven't asked ffplay to play any file. ffplay is not a graphical > program. Basic use of ffplay requires issuing a command of the form: > >     ffplay vide

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread swades
As i said i don't want to play the stored file. i want to play live tv through m3u8. but i am not able to hear the audio. live video is playing but no audio is coming. -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-us

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread Reindl Harald
Am 05.05.2018 um 16:33 schrieb swades: > As i said i don't want to play the stored file. i want to play live tv > through m3u8. but i am not able to hear the audio. live video is playing but > no audio is coming god damned post your fucking input line *and* the whole output of ffplay and learn t

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-05 Thread Erik Dobberkau
Coming back to the original question (using the original link posted) C:\FFMPEG>set SDL_AUDIODRIVER=directsound C:\FFMPEG>ffplay http://hindiabp-lh.akamaihd.net/i/hindiabp1new_1@192103/index_300_av-b.m3u8 works for me. Which is to say I get video and audio output. __

[FFmpeg-user] Convert to 96000 Hz DCA spdif not supported?

2018-05-05 Thread Nomis101 🐝
I do have a 96000 Hz FLAC file which I would like to convert to DTS and preserve the sample rate. But it seems only 41000 and 48000 is supported. $ ffmpeg -i Alchemy_edit.flac -strict -2 -acodec dts -ar 96000 -f spdif Alchemy_96edit.spdif ffmpeg version 4.0 Copyright (c) 2000-2018 the FFmpeg deve

Re: [FFmpeg-user] audio video sync and drift

2018-05-05 Thread John Smith
> > So is there anything I can do or change, to get this to work? Is there no > > way to record audio and video from different sources, and just use "wall > > time" or "time elapsed since executing ffmpeg" to sync up the audio / > > video? > > You can try to use wallclock time for the network input

Re: [FFmpeg-user] Convert to 96000 Hz DCA spdif not supported?

2018-05-05 Thread Lou Logan
On Sat, May 5, 2018, at 7:57 AM, Nomis101 🐝 wrote: > I do have a 96000 Hz FLAC file which I would like to convert to DTS and > preserve the sample rate. But it seems only 41000 and 48000 is supported. [...] > Is this a bug or is this really not supported? 41000 and 48000 workes fine. Both, kind of

Re: [FFmpeg-user] Convert to 96000 Hz DCA spdif not supported?

2018-05-05 Thread Nomis101 🐝
Am 05.05.18 um 23:45 schrieb Lou Logan: > Both, kind of. I assume the following commit from today fixed the segfault > you experienced: > https://git.videolan.org/?p=ffmpeg.git;a=commit;h=c1b282dc74d801f943db282e89f7729e90897669 > > But the encoder does not support 96000: > $ ffmpeg -h encoder=dts

Re: [FFmpeg-user] Convert to 96000 Hz DCA spdif not supported?

2018-05-05 Thread Nomis101 🐝
Am 05.05.18 um 23:45 schrieb Lou Logan: > Both, kind of. I assume the following commit from today fixed the segfault > you experienced: > https://git.videolan.org/?p=ffmpeg.git;a=commit;h=c1b282dc74d801f943db282e89f7729e90897669 Yes it does. 4.0 with patch: $ ffmpeg -i Alchemy_edit.flac -strict