Re: [FFmpeg-user] concat one video file and multiple audio files

2018-01-12 Thread ropiafoldetnezi
hi, thank you all! @dopelabs method worked for me best, and as i will make many videos the speed boost is also welcome, thank you! as i would like to create videos dynamicly (and generate ffmpeg commands also), it would be easier for me to have all input in one command (instead of list file),

Re: [FFmpeg-user] stream hls from ffmpeg via media-server to TV

2018-01-12 Thread Thomas Schmiedl
The option "-f mpegts" doesn't work. Could someone test this with xupnpd2 and a Panasonic-TV from 2012/2013? Maybe a DLNA issue? Best regards, Thomas Am 11.01.2018 um 15:55 schrieb Moritz Barsnick: On Thu, Jan 11, 2018 at 14:44:11 +0100, Thomas Schmiedl wrote: xupnpd2 doesn't support https,

Re: [FFmpeg-user] Bitrate range when streaming to udp

2018-01-12 Thread Carl Eugen Hoyos
2018-01-12 12:56 GMT+01:00 Alex Alex : > Does multicast bitrate depend on a source file features? Is it > possible to prepare the file better for getting smoother output > bitrate? Are you asking about adaptive bitrate? That either needs files encoded to the desired

Re: [FFmpeg-user] Bitrate range when streaming to udp

2018-01-12 Thread Alex Alex
OK thank you. I'm sorry. Just one more question (maybe, stupid one). Does multicast bitrate depend on a source file features? Is it possible to prepare the file better for getting smoother output bitrate? WBR Alex. 10.01.2018 04:36, Carl Eugen Hoyos пишет: > 2018-01-09 23:37 GMT+01:00 Alex

Re: [FFmpeg-user] Adding "loop" atom to the video header via FFMPEG

2018-01-12 Thread Vikram Parmar
I tried using some AtomicParslet commands e.g AtomicParsley giphy9.mp4 --meta-uuid "beam" text "loop" But it doesn't add stuff like its needed as shown in the stackoverflow article Some help please... On Fri, Jan 12, 2018 at 8:18 AM, Vikram Parmar wrote: > You

Re: [FFmpeg-user] concat one video file and multiple audio files

2018-01-12 Thread DopeLabs
you can use concat like this ffmpeg -f concat -i 'textfile.txt' -i video1.mp4 -c copy videoout.mp4 the text file contains the list of audio files you want to concat. file 'f1.mp3' file 'n1.mp3' file 'f2.mp3' file 'm1.mp3' file 'f3.mp3' file 'v1.mp3' as long as all your audio files are encoded

Re: [FFmpeg-user] concat one video file and multiple audio files

2018-01-12 Thread Nicolas George
Moritz Barsnick (2018-01-11): > You should be concat'ing the audio separately from the video, and then > mapping video and "[outa]" separately. Very bad advice that would lead to A-V desync. Please read the documentation. Regards, -- Nicolas George signature.asc Description: Digital