Re: [Libav-user] Pulling valid subtitle from lavfi

2023-12-20 Thread Deron
ould cause this? No demux errors reported, and the receiver reports no uncorrected errors in the data stream. Even ffmpeg will report this, so not specific to something I am doing. Deron ___ Libav-user mailing list Libav-user@ffmpeg.org https://

[Libav-user] Pulling valid subtitle from lavfi

2023-12-18 Thread Deron
er(dec_stream->codecpar->codec_id)     AVCodecContext *codec_ctx = avcodec_alloc_context3(dec)     avcodec_parameters_to_context(codec_ctx, dec_stream->codecpar)     avcodec_open2(codec_ctx, dec, NULL); Thanks for any hints! Deron ___ Libav-u

Re: [Libav-user] General concat input to stream output questions

2022-02-24 Thread Deron
out_stream_index=1)     at myencoder.c:1172 Do I need to do something with the audio frame from the filter graph if I am not passing it on to avcodec_send_frame? Thanks! Deron ___ Libav-user mailing list Libav-user@ffmpeg.org https://ffmpeg.org/mailman

[Libav-user] General concat input to stream output questions

2022-02-13 Thread Deron
to search the archives of this list? Seems like a lot of knowledge buried in plain sight. Thanks in advance for any help, Deron ffmpeg -i "callsign.mp4" -s 1280x720 -aspect 1280:720 -pix_fmt yuv420p -r 6/1001 -vf scale=1280:720 -af volume=0.6 -vsync cfr -metadata:s:v:0 language=en

[Libav-user] iOS video player

2014-09-15 Thread Deron
could be the cause but before I dig into these possibilities I'm wondering if such a thing is even possible. I installed the VLC app and it was no better, which doesn't give me a warm fuzzy feeling. Thanks for any guidance, Deron ___ Libav-user mailing

[Libav-user] shell based video composition

2014-05-25 Thread Deron
of EDL that describes start/stop points in video and audio files, graphic/text overlay, and maybe some fades between and then let the server generate the video. If you know of some existing software, please let me know. Thanks! Deron ___ Libav-user

[Libav-user] DeckLink libavdevice

2012-02-23 Thread Deron
next. Thanks, Deron ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user

Re: [Libav-user] need advice on new player

2012-02-19 Thread Deron
On 2/19/12 1:32 AM, Nicolas George wrote: Le decadi 30 pluviôse, an CCXX, Deron a écrit : We are trying to work with all kinds of odd ball videos, and I have to accommodate either odd ball audio streams like != 48kHz, or two audio streams with mono samples instead of a single stereo stream

[Libav-user] need advice on new player

2012-02-18 Thread Deron
this on? It seems that modifying ffplay would be best? Just looking for some inspiration, thanks! Deron ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user