Re: [FFmpeg-user] EPG stream

2015-09-06 Thread Henk D. Schoneveld
> On 06 Sep 2015, at 22:44, Mitja Pirih wrote: > > On 06. 09. 2015 21:54, Henk D. Schoneveld wrote: >>> On 06 Sep 2015, at 20:48, Mitja Pirih wrote: >>> >>> On 31. 08. 2015 11:12, Mitja Pirih wrote: Hello, What are my options for EPG with

Re: [FFmpeg-user] EPG stream

2015-09-06 Thread Mitja Pirih
On 06. 09. 2015 21:54, Henk D. Schoneveld wrote: >> On 06 Sep 2015, at 20:48, Mitja Pirih wrote: >> >> On 31. 08. 2015 11:12, Mitja Pirih wrote: >>> Hello, >>> >>> What are my options for EPG with ffmpeg? >>> Currently I am grabbing a DVB-T stream (with mumudvb) and encoding it

Re: [FFmpeg-user] EPG stream

2015-09-06 Thread Henk D. Schoneveld
> On 06 Sep 2015, at 23:06, Henk D. Schoneveld wrote: > >> >> On 06 Sep 2015, at 22:44, Mitja Pirih wrote: >> >> On 06. 09. 2015 21:54, Henk D. Schoneveld wrote: On 06 Sep 2015, at 20:48, Mitja Pirih wrote: On 31. 08.

Re: [FFmpeg-user] EPG stream

2015-09-06 Thread Henk D. Schoneveld
> On 06 Sep 2015, at 20:48, Mitja Pirih wrote: > > On 31. 08. 2015 11:12, Mitja Pirih wrote: >> Hello, >> >> What are my options for EPG with ffmpeg? >> Currently I am grabbing a DVB-T stream (with mumudvb) and encoding it to >> x264, but it the process I am loosing EPG. >>

Re: [FFmpeg-user] Desktop capturing with acodec pcm_s16le results in wobbly audio

2015-09-06 Thread Oliver
> Did you test the following? > $ ffmpeg -f alsa -ac 2 -i default -acodec copy out.wav Yes i did, the output was fine, no unwanted wobbling or anything else. >> The output of the above command was: > > For future questions: > Please do not cut the console output, particularly not > the first

[FFmpeg-user] AAC playback (file/stream)

2015-09-06 Thread James Larkin
Hello, I've been trying to play aac encoded files/streams, however no sound is heard even though it seems to load. All other formats seem ok. I even tried to rebuild the library with the option '--enable-codec=aac', but that did not. What am I doing wrong? Thanks

Re: [FFmpeg-user] AAC playback (file/stream)

2015-09-06 Thread Moritz Barsnick
James, On Sun, Sep 06, 2015 at 13:45:39 +0100, James Larkin wrote: > >  you don't provide valueable information about what exactly are you doing > Sorry, I'm trying to use ffmpeg as library to allow my application to load > and play audio streams encoded in aac. This list is about ffmpeg, the

Re: [FFmpeg-user] AAC playback (file/stream)

2015-09-06 Thread James Larkin
>  you don't provide valueable information about what exactly are you doing Sorry, I'm trying to use ffmpeg as library to allow my application to load and play audio streams encoded in aac. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Over length file

2015-09-06 Thread Deron
On 9/2/15 8:44 PM, Deron wrote: I have several files that when I try and cut out a chunk of it, I get a file that is 100+ seconds longer than I asked for. It appears to be related to the subtitle stream. If I generate the original without the subtitle stream, then I get the file segment I

Re: [FFmpeg-user] AAC playback (file/stream)

2015-09-06 Thread Reindl Harald
Am 06.09.2015 um 14:21 schrieb James Larkin: I've been trying to play aac encoded files/streams, however no sound is heard even though it seems to load. All other formats seem ok. I even tried to rebuild the library with the option '--enable-codec=aac', but that did not. What am I doing

Re: [FFmpeg-user] Desktop capturing with acodec pcm_s16le results in wobbly audio

2015-09-06 Thread Carl Eugen Hoyos
Oliver gmx.net> writes: > ffmpeg -f alsa -ac 2 -i default -f x11grab -r 30 > -s 1920x1200 -i :0.0+1680,0 -acodec pcm_s16le > -vcodec libx264 -preset ultrafast -crf 0 > -threads 0 testout.mkv > > this kind of worked but the audio in the resulting > video file had a distinct wobble effect Did

Re: [FFmpeg-user] AAC playback (file/stream)

2015-09-06 Thread James Larkin
> This list is about ffmpeg, the command line tool(s). If you need help > with using the libraries, please refer to the libav-user list: > https://ffmpeg.org/mailman/listinfo/libav-user > > And a very important hint, as it seems you have never sought for > assistance before: Always describe what

Re: [FFmpeg-user] EPG stream

2015-09-06 Thread Mitja Pirih
On 31. 08. 2015 11:12, Mitja Pirih wrote: > Hello, > > What are my options for EPG with ffmpeg? > Currently I am grabbing a DVB-T stream (with mumudvb) and encoding it to > x264, but it the process I am loosing EPG. > Is there a method to inserting EPG back into the stream? > bump