Re: [FFmpeg-user] filter_complex

2018-11-14 Thread Joel Roth
trc 1 -colorspace 1 -c:a mp2 -b:a 128k -nal-hrd cbr -muxrate \ 1900k -f mpegts $FILE1.ts &> output.log & ok? > with metta > Mettavihari > ___ > ffmpeg-user mailing list > ffmpeg-user@ffmpeg.org > http://ffmpeg.org/mailman/listin

[FFmpeg-user] Announcing fftrim - a utility to concatenate, trim and compress videos

2018-11-10 Thread Joel Roth
: https://metacpan.org/pod/distribution/App-fftrim/ https://github.com/bolangi/fftrim I'll be interested in hearing how it goes. Have fun! Joel -- Joel Roth ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman

Re: [FFmpeg-user] Fwd: Cannot capture audio in screen recording

2018-09-11 Thread Joel Roth
rky. I recently discovered qasmixer, which seems to have been designed with care. https://xwmw.org/qastools/applications/qasmixer.html -- Joel Roth ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffmpeg tricks, timestamp-counter, slow motion, action camera

2018-08-08 Thread Joel Roth
Morten W. Petersen wrote: > Den man. 6. aug. 2018, 23.52 skrev Joel Roth : > > > Morten W. Petersen wrote: > > > > > > I think this is interesting, and it shouldn't be difficult to write a > > > frontend to it. > > > > > > If you pos

Re: [FFmpeg-user] ffmpeg tricks, timestamp-counter, slow motion, action camera

2018-08-06 Thread Joel Roth
Morten W. Petersen wrote: > Den man. 6. aug. 2018, 09.46 skrev Joel Roth : > > > Morten W. Petersen wrote: > > >...are there any front-ends to > > > ffmpeg that would make it easier (not a lot of repetitive commands or > > > waiting for the application to pr

Re: [FFmpeg-user] ffmpeg tricks, timestamp-counter, slow motion, action camera

2018-08-06 Thread Joel Roth
simulate: show output commands but do not run them -msimulate: show output commands omitting file checks I will post/github code if there is interest. cheers, -- Joel Roth ___ ffmpeg-user mailing list ffmpe

Re: [FFmpeg-user] Translation to ffmpeg of Handbrake (GUI) settings?

2018-03-04 Thread Joel Roth
the first half of the work. Now you just need to do the other half! I looked, and found no easier solution than checking your parameter list against the ffmpeg docs to find corresponding options. Have fun, -- Joel Roth ___ ffmpeg-user mailing

[FFmpeg-user] Duplicated frames warnings when processing video after pipe concatenation but not when processing source files

2018-02-21 Thread Joel Roth
final/20180220-1.mp4 The rendered video appears okay, but I would like to understand what is occurring before running a larger rendering job. Thanks for any suggestions. -- Joel Roth ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http:

[FFmpeg-user] copy codec doubles frame rate (was: Pipe concat doubles frame rate)

2018-02-21 Thread Joel Roth
Joel Roth wrote: > Joel Roth wrote: > > Following up my own post. > > > > Joel Roth wrote: > > > Hi list, > > > > > > First of all, thanks to the ffmpeg developers and community > > > for this awesome software. > > > > >

Re: [FFmpeg-user] Duplicated frames warnings when processing video after pipe concatenation but not when processing source files

2018-02-21 Thread Joel Roth
Following up my own post. Joel Roth wrote: > Hi list, > > First of all, thanks to the ffmpeg developers and community > for this awesome software. > > I'm using a two-pass workflow, where I pipe concatenate > source files in the first pass, then trim and process the >

[FFmpeg-user] Pipe concat doubles frame rate (was: Re: Duplicated frames warnings when processing video) after pipe concatenation but not when processing source files

2018-02-21 Thread Joel Roth
Joel Roth wrote: > Following up my own post. > > Joel Roth wrote: > > Hi list, > > > > First of all, thanks to the ffmpeg developers and community > > for this awesome software. > > > > I'm using a two-pass workflow, where I pipe concatenate