[FFmpeg-user] Wrong Channel count value on mp4a sample entry

2019-02-11 Thread Yuntaek Lim
Hi, I've created 5.1 channel aac-lc audio from 5.1 channel ac-3 audio. However, the sample entry of "mp4a" box show channel_count as "2", not "6". Howerver, the MPEG-4 elementary stream descriptor in "esds" box describes channel count as 6. Command ffmpeg -loglevel debug -i source.mp4

Re: [FFmpeg-user] In case of future deprecation, a backup of audio routing script shared for public servicing.

2019-02-11 Thread Sound Yuan
Hi, Thanks for the suggestion. Forgot to tell that Line 1 is the real output whereas Line 2 is a silenced source for nullifying front channels. I use two cables separately for rear and front jacks, with earphones attached to front one's extension and stereos to the rear's; Would try the quad

Re: [FFmpeg-user] In case of future deprecation, a backup of audio routing script shared for public servicing.

2019-02-11 Thread Ted Park
> On Feb 11, 2019, at 6:42 PM, Sound Yuan wrote: > > ffmpeg -f dshow -rtbufsize 4 -i audio="Line 1 (Virtual Audio Cable)" -f dshow > -rtbufsize 4 -i audio="Line 2 (Virtual Audio Cable)" -f dshow -rtbufsize 4 -i > audio="Line 2 (Virtual Audio Cable)" -filter_complex >

[FFmpeg-user] In case of future deprecation, a backup of audio routing script shared for public servicing.

2019-02-11 Thread Sound Yuan
Hi everyone, I'm an amateurish sound artist and my personal English alias is Thomas. New and nice to be with you. Let us get to know my purpose here with one line of Windows script created on my own: ffmpeg -f dshow -rtbufsize 4 -i audio="Line 1 (Virtual Audio Cable)" -f > dshow -rtbufsize 4 -i

Re: [FFmpeg-user] ffmpeg 3D (sterio) Support Help

2019-02-11 Thread Paul B Mahol
On 2/11/19, Ted Park wrote: >> I have downloaded a half SSB 3D video from YouTube. I want to extract 2 >> videos (Both Left & Right View Separately) from Source File. How can I do >> that? I intend to use ffmpeg or x264 libraries.Please provide me >> assistance > > It’s just two videos stitched

Re: [FFmpeg-user] compile fails using NDK r19 when arch is aarch64

2019-02-11 Thread Juha Heinanen
Moritz Barsnick writes: > No, but it sounds like a known issue, with a suggested workaround here: > http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2019-February/239921.html Thanks, I added the extra cflag and build succeeded. -- Juha ___ ffmpeg-user

Re: [FFmpeg-user] How to encrypt hls output format with dvbsub subtitles

2019-02-11 Thread Ted Park
> On Feb 11, 2019, at 12:25 PM, Sergio A S de Aguiar > wrote: > > We are using a custom player and we need to have the option to show or not > the subtitles. > > If the subtitles must not be encrypted, as stated by Apple, I am thinking in > encode video and audio with encryption in one ts

Re: [FFmpeg-user] FFmpeg and MPlayer (differences and similarities)

2019-02-11 Thread Ted Park
> I think FFmpeg is similar to MPlayer. Is it correct? MPlayer is a media player with a guy. I think it uses ffmpeg? I would say MPlayer is to a film projector and screen what ffmpeg is to a large darkroom with all of its equipment. ___ ffmpeg-user

Re: [FFmpeg-user] ffmpeg 3D (sterio) Support Help

2019-02-11 Thread Ted Park
> I have downloaded a half SSB 3D video from YouTube. I want to extract 2 > videos (Both Left & Right View Separately) from Source File. How can I do > that? I intend to use ffmpeg or x264 libraries.Please provide me assistance It’s just two videos stitched side by side. You can crop out the

[FFmpeg-user] FFmpeg and MPlayer (differences and similarities)

2019-02-11 Thread Jamenson Ferreira Espindula de Almeida Melo
FFmpeg and MPlayer (differences and similarities) Hi. Congratulations for FFmpeg. It is an excellent software. I have been thinking about installing or FFmpeg or MPlayer, but not both. I apologize, but I do not follow neither FFmpeg nor MPlayer developing. I think FFmpeg is similar to MPlayer.

Re: [FFmpeg-user] How to encrypt hls output format with dvbsub subtitles

2019-02-11 Thread Sergio A S de Aguiar
Thank you for your answer. We are using a custom player and we need to have the option to show or not the subtitles. If the subtitles must not be encrypted, as stated by Apple, I am thinking in encode video and audio with encryption in one ts file and do the same (without encryption) in

Re: [FFmpeg-user] How to encrypt hls output format with dvbsub subtitles

2019-02-11 Thread Ted Park
> On Feb 11, 2019, at 7:57 AM, Sergio A S de Aguiar > wrote: > > Is any way to make encryption work, with the dvbsub subtitles format (maybe > some way to make it work using hls format, not segment)? Burning the subtitles into the video would be the only way with his. If you didn’t have to

Re: [FFmpeg-user] dpx version 2 image sequence to ffv1 mkv

2019-02-11 Thread Peter B.
Hi Christoph :) I second Reto regarding looking into RAWcooked for this use case. Nice greetings, Pb On 11/02/2019 14:54, Reto Kromer wrote: > Carl Eugen Hoyos wrote: > >> Iirc, here is a tool by Jerome that does act like a file >> archiving system for dpx files (and uses ffv1 internally). >

Re: [FFmpeg-user] dpx version 2 image sequence to ffv1 mkv

2019-02-11 Thread Reto Kromer
Carl Eugen Hoyos wrote: >Iirc, here is a tool by Jerome that does act like a file >archiving system for dpx files (and uses ffv1 internally). Indeed, you {recall, remember} correctly! RAWcooked by Jérôme Martinez, allows both to store e.g. DPX files into Матрёшка by using FFV1 and to retrieve

Re: [FFmpeg-user] Loop all .jpg

2019-02-11 Thread Christian
Am 09.02.2019 um 13:55 schrieb Carl Eugen Hoyos: 2019-02-06 16:22 GMT+01:00, Christian : I will loop input all JPGs. for one file "current.jpg" works: ffmpeg -loop 1 -i C:\cam\1\current.jpg -i http://stream.bmr-radio.de:80 -r 25 -b:v 4M -minrate:v 4M -maxrate:v 4M -bufsize:v 4M -f mpegts

Re: [FFmpeg-user] How to encrypt hls output format with dvbsub subtitles

2019-02-11 Thread Sergio A S de Aguiar
The test stream was generated by ird receiver. De: ffmpeg-user em nome de Carl Eugen Hoyos Enviado: segunda-feira, 11 de fevereiro de 2019 11:23 Para: FFmpeg user questions Assunto: Re: [FFmpeg-user] How to encrypt hls output format with dvbsub subtitles

Re: [FFmpeg-user] How to encrypt hls output format with dvbsub subtitles

2019-02-11 Thread Carl Eugen Hoyos
2019-02-11 14:17 GMT+01:00, Sergio A S de Aguiar : > At this time I use a vlc lib to play the stream. > I am able to change audios and enable/disable subtitles with it. What created the hls stream with dvbsub subtitles that you used to test the player? Please avoid top-posting here, Carl Eugen

Re: [FFmpeg-user] How to encrypt hls output format with dvbsub subtitles

2019-02-11 Thread Sergio A S de Aguiar
At this time I use a vlc lib to play the stream. I am able to change audios and enable/disable subtitles with it. De: ffmpeg-user em nome de Carl Eugen Hoyos Enviado: segunda-feira, 11 de fevereiro de 2019 11:15 Para: FFmpeg user questions Assunto: Re:

Re: [FFmpeg-user] How to encrypt hls output format with dvbsub subtitles

2019-02-11 Thread Carl Eugen Hoyos
2019-02-11 13:57 GMT+01:00, Sergio A S de Aguiar : > I am working in a project where I have to encrypt a hls stream with AES-128. > I have made it using ffmpeg, in a test mp4 file, but without the subtitles, > wich are in dvbsub format. > > As, in the input stream, the subtitles are in dvbsub

[FFmpeg-user] How to encrypt hls output format with dvbsub subtitles

2019-02-11 Thread Sergio A S de Aguiar
First of all, I am glad to be here. Thanks fo your patience. I am working in a project where I have to encrypt a hls stream with AES-128. I have made it using ffmpeg, in a test mp4 file, but without the subtitles, wich are in dvbsub format. As, in the input stream, the subtitles are in dvbsub

Re: [FFmpeg-user] dpx version 2 image sequence to ffv1 mkv

2019-02-11 Thread Carl Eugen Hoyos
2019-02-11 12:54 GMT+01:00, Christoph Bauer : > we have issues with wrapping a image sequence consisting > of dpx version 2 pictures into ffv1 mkv. After unwrapping we > get the images as dpx version 1 pictures. Is it because > ffmpeg can't handle dpx version 2? So your question is not if FFmpeg

[FFmpeg-user] ffmpeg 3D (sterio) Support Help

2019-02-11 Thread jarvihs N
Hi Sir/Madam, I have downloaded a half SSB 3D video from YouTube. I want to extract 2 videos (Both Left & Right View Separately) from Source File. How can I do that? I intend to use ffmpeg or x264 libraries.Please provide me assistance Regards,Shivraj

[FFmpeg-user] dpx version 2 image sequence to ffv1 mkv

2019-02-11 Thread Christoph Bauer
Dear list, we have issues with wrapping a image sequence consisting of dpx version 2 pictures into ffv1 mkv. After unwrapping we get the images as dpx version 1 pictures. Is it because ffmpeg can't handle dpx version 2? This is the console output: C:\temp>ffmpeg -i "L:\a5595_Filme aus

Re: [FFmpeg-user] Receiving streams from two RTP stream sources, stacking them and sending to RTMP

2019-02-11 Thread Nestor Morales
Thanks you for your suggestion, I will try with a more recent version. On Mon, Feb 11, 2019 at 10:39 AM Moritz Barsnick wrote: > On Fri, Feb 08, 2019 at 12:02:03 +, Nestor Morales wrote: > > In the meantime: > > > The output: > > ffmpeg version 3.3.4-2 Copyright (c) 2000-2017 the FFmpeg

Re: [FFmpeg-user] Receiving streams from two RTP stream sources, stacking them and sending to RTMP

2019-02-11 Thread Moritz Barsnick
On Fri, Feb 08, 2019 at 12:02:03 +, Nestor Morales wrote: In the meantime: > The output: > ffmpeg version 3.3.4-2 Copyright (c) 2000-2017 the FFmpeg developers > built with gcc 7 (Ubuntu 7.2.0-8ubuntu2) Have you considered using a much newer version of ffmpeg? This one is 17 months old,

Re: [FFmpeg-user] Too Much time resize mp4

2019-02-11 Thread Kieran O Leary
On Mon, 11 Feb 2019, 07:10 AMIT KUMAR Dear Ffmpeg Team, > > when i resize mp4 video its getting too much time to resize, What FPS are you getting and what are you expecting? Please post the complete command line and terminal output. What specs does your machine have and is there perhaps a