[FFmpeg-user] Statics when record with ffmpeg

2015-07-11 Thread MrNice
Hello, For few months, I have an issue when I record sound on my Linux fedora 22 desktop. I never got the fix but now I need it to be fixed, so here I am: Hardware and software: Motherboard ASRock 970 Extreme4 CPU AMD FX-8120 Eight-Core Processor Fedora 22 ffmpeg version 2.6.3 Copyright (c) 2000-

Re: [FFmpeg-user] Statics when record with ffmpeg

2015-07-11 Thread MrNice
On 11/07/15 08:42, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> ffmpeg version 2.6.3 > > Please test current FFmpeg git head and please > provide the command line you use for recording > together with the complete, uncut console > output. >

Re: [FFmpeg-user] Statics when record with ffmpeg

2015-07-11 Thread MrNice
On 11/07/15 10:53, Carl Eugen Hoyos wrote: > If this is still the case (I don't know), > please download the snapshot (!) from > http://ffmpeg.org/download.html and > run "./configure" in the source directory. > The bottom of the output ("Enabled indevs:") > will show you if alsa was detected.

Re: [FFmpeg-user] Statics when record with ffmpeg

2015-07-11 Thread MrNice
On 11/07/15 12:20, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> Looks like no alsa: > > Try something like > $ yum install alsa-utils alsa-lib > >> Enabled indevs: >> dv1394 lavfi v

Re: [FFmpeg-user] Statics when record with ffmpeg

2015-07-12 Thread MrNice
On 11/07/15 12:20, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> Looks like no alsa: > > Try something like > $ yum install alsa-utils alsa-lib > >> Enabled indevs: >> dv1394 lavfi v

Re: [FFmpeg-user] Statics when record with ffmpeg

2015-07-13 Thread MrNice
Great improvement... I had a look on the other thread "Converting a cassette audio tape" and I had the idea to try to use pulseaudio. I never did. So I installed pulseaudio-libs-devel x86_64 then compile again with $ ./configure --enable-libpulse then $ ./make ffmpeg Then ./ffmpeg -devices

[FFmpeg-user] Could not write header for output file #0 (incorrect codec parameters ?)

2015-07-19 Thread MrNice
Hello everybody, I want to record audio and video from a analogue to digital converter Pinnacle Dazzle DVC100. Command : ./ffmpeg -debug 1 -f pulse -i alsa_input.pci-_00_14.2.analog-stereo -f v4l2 -i /dev/video0 /Store3/Test/copy_`date +%m%d_%H%M`.avi ffmpeg version N-73517-g47d0773 Copyrigh

Re: [FFmpeg-user] Could not write header for output file #0 (incorrect codec parameters ?)

2015-07-20 Thread MrNice
On 19/07/15 19:59, Carl Eugen Hoyos wrote: > ffmpeg -i /dev/video0 out.avi Boot my desktop this morning and first try: ./ffmpeg -i /dev/video0 out.avi ffmpeg version N-73517-g47d0773 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 5.1.1 (GCC) 20150618 (Red Hat 5.1.1-4) configura

Re: [FFmpeg-user] Could not write header for output file #0 (incorrect codec parameters ?)

2015-07-24 Thread MrNice
On 20/07/15 16:02, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> [video4linux2,v4l20x1d33fa0] Thread >> message queue blocking; consider raising the >> thread_queue_size option (current value: 8) > >> Thread message queue blocking; >>

Re: [FFmpeg-user] Running multiple ffmpeg commands with minimal loss in quality

2015-07-25 Thread MrNice
On 25/07/15 09:54, Francois Visagie wrote: >> -Original Message- >> From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of >> Michael Nolan >> Sent: 25 July 2015 01:02 >> To: ffmpeg-user@ffmpeg.org >> Subject: [FFmpeg-user] Running multiple ffmpeg commands with minimal >> lo

Re: [FFmpeg-user] Could not write header for output file #0 (incorrect codec parameters ?)

2015-07-25 Thread MrNice
> 0- >>> The objective is to get lossless audio and video >> >> Just to make sure: Do you mean video and >> lossless audio? > Yes of course. This was a short way (in a wrong order indeed) to say > "...to get and keep the best Dazzle can provide without adding artefacts". > > 1- I read the video st

Re: [FFmpeg-user] Could not write header for output file #0 (incorrect codec parameters ?)

2015-07-26 Thread MrNice
On 25/07/15 16:21, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> Input #0, pulse, from 'alsa_input.pci-_00_14.2.analog-stereo': >> Duration: N/A, start: 1437724175.042321 > >> Input #1, video4linux2,v4l2, from '/dev/video0': >

Re: [FFmpeg-user] Could not write header for output file #0 (incorrect codec parameters ?)

2015-07-26 Thread MrNice
On 26/07/15 11:27, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> I tried -ts abs then -ts mono2abs, (wallclock is the same as abs) >> >> Duration: N/A, start: 1437900701.356327 >> Duration: N/A, start: 1437900702.504357 > > This looks correct to

Re: [FFmpeg-user] Running multiple ffmpeg commands with minimal loss in quality

2015-07-28 Thread MrNice
On 27/07/15 11:54, Peter B. wrote: > On 07/25/2015 11:53 AM, MrNice wrote: >>> The standard approach to this kind of issue is to use (as close to) >> losslessly encoded intermediate files as possible. I.e. either use a >> codec designed for lossless encoding such as &qu

[FFmpeg-user] Capture from USB Dazzle: *** dropping frames

2015-07-30 Thread MrNice
After 2 issues along this month (Statics when record with ffmpeg and Could not write header for output file #0 (incorrect codec parameters ?)) my command is still not very good: 3 question about the following output: - How to avoid "*** dropping frame 9 from stream 0 at ts 7 *** dropping frame 14

Re: [FFmpeg-user] Capture from USB Dazzle: *** dropping frames

2015-07-30 Thread MrNice
On 30/07/15 12:28, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> At this time, the output image is not good at all; >> It looks like a lot of lines are missing, white >> areas are ribbed by black lines. > > Is this also reproducible if you record

Re: [FFmpeg-user] Capture from USB Dazzle: *** dropping frames

2015-07-31 Thread MrNice
On 30/07/15 13:14, MrNice wrote: > On 30/07/15 12:28, Carl Eugen Hoyos wrote: >> MrNice iol.ie> writes: >> >>> At this time, the output image is not good at all; >>> It looks like a lot of lines are missing, white >>> areas are ribbed by black

Re: [FFmpeg-user] Capture from USB Dazzle: *** dropping frames

2015-07-31 Thread MrNice
On 31/07/15 12:53, MrNice wrote: > > > On 30/07/15 13:14, MrNice wrote: >> On 30/07/15 12:28, Carl Eugen Hoyos wrote: >>> MrNice iol.ie> writes: >>> >>>> At this time, the output image is not good at all; >>>> It looks like a lot

Re: [FFmpeg-user] Capture from USB Dazzle: *** dropping frames

2015-08-01 Thread MrNice
I managed to get an "old" DVD player to test again. Now the only issue I get is a lot of "Cliping frame in rate conversion by " As the text is green, I'd say this is not important. Could you please confirm and shortly explain what means this sentence. I could not understand when reading the source

Re: [FFmpeg-user] Capture from USB Dazzle: *** dropping frames

2015-08-02 Thread MrNice
On 02/08/15 18:12, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> I had to add -ts to sync audio and video. > > Are they in sync? > (This is the most important question.) > >> I tried with -ts abs and -ts mono2abs. I have >> read the documentatio

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread MrNice
On 03/08/15 09:23, Christian Ebert wrote: > * Moritz Barsnick on Monday, August 03, 2015 at 09:48:20 +0200 >> On Sun, Aug 02, 2015 at 17:51:39 -0700, Ricardo Kleemann wrote: >>> Good point, how would I display ffmpeg on OS X? I’m not quite sure >>> what the output device would be? >> >> The outpu

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread MrNice
On 03/08/15 11:49, MrNice wrote: > > > On 03/08/15 09:23, Christian Ebert wrote: >> * Moritz Barsnick on Monday, August 03, 2015 at 09:48:20 +0200 >>> On Sun, Aug 02, 2015 at 17:51:39 -0700, Ricardo Kleemann wrote: >>>> Good point, how would I display ffmpeg o

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread MrNice
On 03/08/15 14:35, Christian Ebert wrote: > * MrNice on Monday, August 03, 2015 at 12:06:20 +0100 >> Obviously I don't have SDL output: >> >> ./ffmpeg -formats | grep SDL > > ffmpeg -devices > > narrows it down better for this purpose imho. > Thanks M

[FFmpeg-user] Is FFV1 able to encode interlaced video?

2015-08-09 Thread MrNice
Hi From an interlaced input (video tape) is it possible to capture interlaced video file encoded with FFV1 (using -flags +ilme+ildct)? I can't find an answer after long search. All my captures seem to be converted to progressive. Thanks ___ ffmpeg-user

Re: [FFmpeg-user] Is FFV1 able to encode interlaced video?

2015-08-09 Thread MrNice
On 09/08/15 15:54, Paul B Mahol wrote: > Dana 9. 8. 2015. 15:31 osoba "MrNice" napisala je: >> >> Hi >> >> From an interlaced input (video tape) is it possible to capture >> interlaced video file encoded with FFV1 (using -flags +ilme+ildct)? >> &g

Re: [FFmpeg-user] Is FFV1 able to encode interlaced video?

2015-08-09 Thread MrNice
I found this thread interesting https://ffmpeg.org/pipermail/ffmpeg-user/2013-May/015470.html It seems to no have an interlaced mode with FFV1 (at least in 2013) Carl, could you confirm it? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmp

Re: [FFmpeg-user] Is FFV1 able to encode interlaced video?

2015-08-10 Thread MrNice
On 10/08/15 08:44, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> From an interlaced input (video tape) is it >> possible to capture interlaced video file >> encoded with FFV1 > > What device or software is delivering the input > to FFmpeg? Wh

Re: [FFmpeg-user] Is FFV1 able to encode interlaced video?

2015-08-10 Thread MrNice
On 10/08/15 11:53, Andy Furniss wrote: > MrNice wrote: > >> I use the following command. I am not sure if the output file is >> interlaced because mediainfo says nothing about that for FFV1 >> encoder. >> >> ./ffmpeg -debug 1 -f pulse -ar 44100 -ac 2 -channel

Re: [FFmpeg-user] Is FFV1 able to encode interlaced video?

2015-08-10 Thread MrNice
On 10/08/15 19:11, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> ./ffmpeg -debug 1 -f pulse -ar 44100 -ac 2 -channel_layout stereo >> -thread_queue_size 512 -i alsa_input.pci-_00_14.2.analog-stereo -f >> v4l2 -ts mono2abs -channel 1 -video_si

[FFmpeg-user] Audio/video capture out of synchronisation. Is my fix right?

2015-08-30 Thread MrNice
Hello I use the following command: ./ffmpeg -debug 1 -f pulse -ar 44100 -ac 2 -channel_layout stereo -thread_queue_size 512 -i alsa_input.pci-_00_14.2.analog-stereo -f v4l2 -ts mono2abs -channel 1 -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size 512 -i /dev/video0 -vf drawbox=0:0:3:576:

Re: [FFmpeg-user] Audio/video capture out of synchronisation. Is my fix right?

2015-08-31 Thread MrNice
On 31/08/15 09:46, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> BTW if I add -itsoffset -0.15 and I remove -ts mono2abs >> all is sync even if start: of audio and start: of video >> are widely different: > > Then this sounds like the best solut

[FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-14 Thread MrNice
Hello, When I run the following command, I get the error messages in red: Application provided invalid, non monotonically increasing dts to muxer in stream Theses messages are in group of 4-5 and happen around every minute. Sometime there is frames drop, see second part output bellow 4 drops are

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-15 Thread MrNice
On 14/09/15 13:54, MrNice wrote: > Hello, > > When I run the following command, I get the error messages in red: > Application provided invalid, non monotonically increasing dts to muxer > in stream > > Theses messages are in group of 4-5 and happen around every minute

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-16 Thread MrNice
On 16/09/15 08:55, Robert Krüger wrote: > On Tue, Sep 15, 2015 at 9:56 PM, MrNice wrote: > >> >> On 14/09/15 13:54, MrNice wrote: >>> Hello, >>> >>> When I run the following command, I get the error messages in red: >>> Application provi

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-17 Thread MrNice
On 16/09/15 10:08, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> When I run the following command, I get the >> error messages in red: Application provided >> invalid, non monotonically increasing dts to >> muxer in stream > > The err

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-17 Thread MrNice
On 17/09/15 12:00, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >>> Does it also happen if you only record audio? >> >> Yes it happen with the command >> ./ffmpeg > >> -f v4l2 -ts mono2abs -channel 1 -video_size 720x576 >> -pi

Re: [FFmpeg-user] Best settings for FFV1

2015-09-18 Thread MrNice
On 17/09/15 23:45, Dave Rice wrote: > Hi, > >> On Sep 14, 2015, at 11:56 PM, Etienne Desautels >> wrote: >> >> Hi, >> >> I will start using FFV1 to archive video for a museum and I will like to >> know what's the best settings to get smaller files. I will use version 3 >> with checksums. Fro

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-19 Thread MrNice
On 17/09/15 14:51, MrNice wrote: > > > On 17/09/15 12:00, Carl Eugen Hoyos wrote: >> MrNice iol.ie> writes: >> >>>> Does it also happen if you only record audio? >>> >>> Yes it happen with the command >>> ./ffmpeg >>

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-19 Thread MrNice
On 19/09/15 18:02, MrNice wrote: > > > On 17/09/15 14:51, MrNice wrote: >> >> >> On 17/09/15 12:00, Carl Eugen Hoyos wrote: >>> MrNice iol.ie> writes: >>> >>>>> Does it also happen if you only record audio? >>>> >&

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-20 Thread MrNice
On 19/09/15 18:16, MrNice wrote: > > > On 19/09/15 18:02, MrNice wrote: >> >> >> On 17/09/15 14:51, MrNice wrote: >>> >>> >>> On 17/09/15 12:00, Carl Eugen Hoyos wrote: >>>> MrNice iol.ie> writes: >>>> >&g

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-20 Thread MrNice
On 20/09/15 11:41, MrNice wrote: > On 19/09/15 18:16, MrNice wrote: >> >> >> On 19/09/15 18:02, MrNice wrote: >>> >>> >>> On 17/09/15 14:51, MrNice wrote: >>>> >>>> >>>> On 17/09/15 12:00, Carl Eugen Hoyos wrote

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-24 Thread MrNice
On 20/09/15 13:06, MrNice wrote: > On 20/09/15 11:41, MrNice wrote: >> On 19/09/15 18:16, MrNice wrote: >>> >>> >>> On 19/09/15 18:02, MrNice wrote: >>>> >>>> >>>> On 17/09/15 14:51, MrNice wrote: >>>>&g

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-26 Thread MrNice
Attention to Carl Eugen and other experts, I did lot of tests and answered your last question. I didn't get any feedback so far, maybe you missed them. I need to go further in my project but I don't know what to do now to avoid the errors. Thank you to have a look and advice.

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-27 Thread MrNice
On 26/09/15 14:14, MrNice wrote: > Attention to Carl Eugen > and other experts, > > I did lot of tests and answered your last question. > I didn't get any feedback so far, maybe you missed them. > I need to go further in my project but I don't know what to

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-27 Thread MrNice
On 27/09/15 09:47, MrNice wrote: > > > On 26/09/15 14:14, MrNice wrote: >> Attention to Carl Eugen >> and other experts, >> >> I did lot of tests and answered your last question. >> I didn't get any feedback so far, maybe you missed them. >> I

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-10-24 Thread MrNice
> More tests > > I did 12 tests with the CL > > ./ffmpeg -debug 1 -f v4l2 -ts mono2abs -channel 1 -video_size 720x576 > -pix_fmt yuyv422 -thread_queue_size 512 -i /dev/video0 -c:v ffv1 -level > 3 -g 1 -aspect 4:3 -pix_fmt yuv422p /Store3/Test/t_`date > +%Y%m%d_%H%M`.mkv -aspect 4:3 -f sdl "Dazzl

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-10-24 Thread MrNice
I didn't notice the answer above, I thought my answer will got in the September folder with the same name. So to answer Claudiu, the simplest CL: ./ffmpeg -debug 1 -f v4l2 -i /dev/video0 -c:v ffv1 /Store3/Test/t_`date +%Y%m%d_%H%M`.mkv -f sdl "Dazzle output" give the same issue/pattern/drops a

[FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-29 Thread MrNice
Hi, When I capture some video with the CL ./ffmpeg -debug 1 -f v4l2 -ts mono2abs -channel 1 -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size 512 -i /dev/video0 -c:v ffv1 -level 3 -g 1 -aspect 4:3 -pix_fmt yuv422p /Store3/Test/t_`date +%Y%m%d_%H%M`.mkv -aspect 4:3 -f sdl "Dazzle output" fro

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-29 Thread MrNice
On 29/10/15 17:49, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> When I capture some video with the CL >> ./ffmpeg -debug 1 -f v4l2 -ts mono2abs -channel 1 >> -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size 512 >> -i /dev/video0 -c

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-30 Thread MrNice
On 29/10/15 20:09, Andy Furniss wrote: > Carl Eugen Hoyos wrote: >> MrNice iol.ie> writes: >> >>> When I capture some video with the CL ./ffmpeg -debug 1 -f v4l2 -ts >>> mono2abs -channel 1 -video_size 720x576 -pix_fmt yuyv422 >>> -thread_queue_si

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-31 Thread MrNice
On 30/10/15 17:09, MrNice wrote: > > On 29/10/15 20:09, Andy Furniss wrote: >> Carl Eugen Hoyos wrote: >>> MrNice iol.ie> writes: >>> >>>> When I capture some video with the CL ./ffmpeg -debug 1 -f v4l2 -ts >>>> mono2abs -channel 1 -vi

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread MrNice
I had a closer look on what I did previously. With FFV1, option -flags +ilme+ildct do nothing. Debug see it but do nothing => I'll remove it Moreover, documentation says: Apply interlaced motion estimation, Use interlaced DCT (MPEG-2 and MPEG-4 only) With x264, debug returns a warning: interlace

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread MrNice
On 02/11/15 10:26, MrNice wrote: > > I had a closer look on what I did previously. > With FFV1, option -flags +ilme+ildct do nothing. Debug see it but do nothing > => I'll remove it > Moreover, documentation says: > Apply interlaced motion estimation, Use interlace

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-11-02 Thread MrNice
I didn't get any solution nether workaround for what I think is a bug. I placed a bug in https://trac.ffmpeg.org/ticket/4869 6 weeks ago and nothing new. Could someone tell me how I could get at least the probability for a fix/workaround. This bug prevent me to get further in my project. I don't s

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread MrNice
On 02/11/15 14:20, Andy Furniss wrote: > MrNice wrote: > >> However with x264 encoder and -flags +ilme+ildct output is >> >> [libx264 @ 0x2940600] interlace + weightp is not implemented [libx264 >> @ 0x2940600] using mv_range_thread = 24 [libx264 @ 0x294060

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-11-02 Thread MrNice
On 02/11/15 12:17, MrNice wrote: > I didn't get any solution nether workaround for what I think is a bug. > I placed a bug in > https://trac.ffmpeg.org/ticket/4869 > 6 weeks ago and nothing new. > > Could someone tell me how I could get at least the probability for a &

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-11-08 Thread MrNice
On 02/11/15 17:51, MrNice wrote: > > > On 02/11/15 12:17, MrNice wrote: >> I didn't get any solution nether workaround for what I think is a bug. >> I placed a bug in >> https://trac.ffmpeg.org/ticket/4869 >> 6 weeks ago and nothing new. >> >>

[FFmpeg-user] ffmpeg CL translation from Linux to Windows

2015-11-08 Thread MrNice
Hi, I need to compare ffmpeg behaviour between Linux and Windows. I installed Virtualbox on my Fedora host and Win 8.1 as guest. Now I need to translate the Linux CL ./ffmpeg -debug 1 -xerror -f pulse -ar 44100 -ac 2 -channel_layout stereo -thread_queue_size 512 -i alsa_input.pci-_00_14.2.anal

Re: [FFmpeg-user] Specifying Video Stream with V instead of v

2015-11-09 Thread MrNice
On 09/11/15 14:10, Josh Marell wrote: > Nicolas, > > I'm sorry but I guess I don't understand your answer. How does that relate > to my question about the use of -c:v vs -c:V? Yes "-map 0" includes all > streams I want all my streams copied from the input to the output, but I > only want the vid

Re: [FFmpeg-user] ffmpeg CL translation from Linux to Windows

2015-11-13 Thread MrNice
On 13/11/15 15:35, Claudiu Rad wrote: > > On 11/8/2015 8:25 PM, MrNice wrote: >> Hi, >> >> I need to compare ffmpeg behaviour between Linux and Windows. >> I installed Virtualbox on my Fedora host and Win 8.1 as guest. >> Now I need to translate the Linu

[FFmpeg-user] Precedence matters: Non-monotonous DTS in output stream 0:0;

2015-11-21 Thread MrNice
Hello, Precedence matters in the command line. With the 2 commands, note that audio input is before video input ./ffmpeg -debug 1 -xerror -f pulse -ar 44100 -ac 2 -channel_layout stereo -thread_queue_size 1024 -i alsa_input.pci-_00_14.2.analog-stereo -f v4l2 -channel 1 -video_size 720x576 -pi

[FFmpeg-user] Audio/Video out of sync: -itsoffset value limit

2015-11-22 Thread MrNice
Hi, I try to capture with the simplified command ./ffmpeg -debug 1 -f pulse -thread_queue_size 1024 -i alsa_input.pci-_00_14.2.analog-stereo -f v4l2 -channel 1 -thread_queue_size 1024 -i /dev/video0 -c:v ffv1 -level 3 -g 1 -aspect 4:3 -pix_fmt yuv422p -top 0 -c:a pcm_s16le -channel_layout ster

Re: [FFmpeg-user] Audio/Video out of sync: -itsoffset value limit

2015-11-23 Thread MrNice
On 22/11/15 20:15, MrNice wrote: > Hi, > > I try to capture with the simplified command > ./ffmpeg -debug 1 -f pulse -thread_queue_size 1024 -i > alsa_input.pci-_00_14.2.analog-stereo -f v4l2 -channel 1 > -thread_queue_size 1024 -i /dev/video0 -c:v ffv1 -level 3 -g 1 -asp

[FFmpeg-user] Pipe to ffplay when recording: syntax

2015-11-26 Thread MrNice
Hi, When I run the command ./ffmpeg -debug 1 -f pulse -ar 44100 -ac 2 -channel_layout stereo -thread_queue_size 1024 -i alsa_input.pci-_00_14.2.analog-stereo -f v4l2 -use_wallclock_as_timestamps 1 -itsoffset 1.70 -channel 1 -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size 1024 -i /dev/

Re: [FFmpeg-user] Pipe to ffplay when recording: syntax

2015-11-28 Thread MrNice
On 26/11/15 11:38, MrNice wrote: > Hi, > > When I run the command > > ./ffmpeg -debug 1 -f pulse -ar 44100 -ac 2 -channel_layout stereo > -thread_queue_size 1024 -i alsa_input.pci-_00_14.2.analog-stereo -f > v4l2 -use_wallclock_as_timestamps 1 -itsoffset 1.70 -ch

[FFmpeg-user] Understanding stats infos

2015-11-29 Thread MrNice
Hi, When I record from v4l2 in debug mode, I get no error message, only green lines. ./ffmpeg -debug 1 -f pulse -ar 44100 -ac 2 -channel_layout stereo -thread_queue_size 1024 -i alsa_input.pci-_00_14.2.analog-stereo -f v4l2 -use_wallclock_as_timestamps 1 -itsoffset 1.69 -channel 1 -video_size

Re: [FFmpeg-user] Pipe to ffplay when recording: syntax

2015-11-29 Thread MrNice
>> I was thinking the answer easy but maybe not. >> >> I tried all combinations in this page but didn't succeed >> http://superuser.com/questions/322216/how-can-i-pipe-output-of-ffmpeg-to-ffplay >> >> >> -f rawvideo - | ffplay -f rawvideo - >> pipe:1 | ffplay -i - >> -f matroska - | ffplay - >> pi

Re: [FFmpeg-user] Understanding stats infos

2015-11-29 Thread MrNice
On 29/11/15 10:59, MrNice wrote: > Hi, > > When I record from v4l2 in debug mode, I get no error message, only > green lines. > ./ffmpeg -debug 1 -f pulse -ar 44100 -ac 2 -channel_layout stereo > -thread_queue_size 1024 -i alsa_input.pci-_00_14.2.analo

Re: [FFmpeg-user] Command line to show channel label/position

2025-01-29 Thread MrNice
On Jan 28, 2025, at 4:14 PM, MrNice wrote: On 28/01/2025 18:26, Carl Zwanzig wrote: On 1/28/2025 8:18 AM, MrNice wrote: have an audio file, with MediaInfo I get Audio Channel layout : L R Ls Rs > ffmpeg -v error -layouts | awk '/quad /{print $2}' FL+

Re: [FFmpeg-user] Command line to show channel label/position

2025-01-27 Thread MrNice
On Jan 26, 2025, at 11:24 AM, MrNice wrote: Hello there, What is the best command line to get details about channels position/label in a multichannel audio file ? I think that rather than using ffmpeg for this, the "mediainfo" executable might provide an easier way. Once I have

[FFmpeg-user] Command line to show channel label/position

2025-01-26 Thread MrNice
Hello there, What is the best command line to get details about channels position/label in a multichannel audio file ? I tried ffprobe but I get only channels=6 channel_layout=5.1 not FR, FL, C, LFE, BL ... BTW what is the best way to name this parameter ? *ffprobe -show_streams -i 102MJ.f

[FFmpeg-user] Fwd: Command line to show channel label/position

2025-01-28 Thread MrNice
Thank you L. I'll use Mediainfo, I have it installed but I thought ffprobe has a command for that. BTW, could you tell me, How the decoder will sort out the channels to send to the right speaker ? - by the list order, I mean first to FL, second to FR, and so on - or by the label, and what ha

Re: [FFmpeg-user] Fwd: Command line to show channel label/position

2025-01-28 Thread MrNice
On 28/01/2025 18:26, Carl Zwanzig wrote: On 1/28/2025 8:18 AM, MrNice wrote: have an audio file, with MediaInfo I get Audio Channel layout   : L R Ls Rs  > ffmpeg -v error -layouts | awk '/quad /{print $2}' FL+FR+BL+BR What is the correct answer?

Re: [FFmpeg-user] Fwd: Command line to show channel label/position

2025-01-28 Thread MrNice
Thank you L. I'll use Mediainfo, I have it installed but I thought ffprobe has a command for that. BTW, could you tell me, How the decoder will sort out the channels to send to the right speaker ? - by the list order, I mean first to FL, second to FR, and so on - or by the label, and what ha

Re: [FFmpeg-user] Command line to show channel label/position

2025-01-29 Thread MrNice
On 29/01/2025 11:26, Paul B Mahol wrote: For your specific case, one would need to look at flac specification, and check does ffmpeg follow specification correctly. On Wed, Jan 29, 2025 at 10:24 AM MrNice wrote: On Jan 28, 2025, at 4:14 PM, MrNice wrote: On 28/01/2025 18:26, Carl Zwanzig