[FFmpeg-user] ffmpeg in jailshell encoding with libx264

2019-09-28 Thread Fred
Hi Guys, I am running ffmpeg (statically linked) in a jailshell of a hosted server to encode webcam pictures into a movie using libx264 codec. Until recently all was working fine now after a CPanel upgrade (which also seems to have impacted the jailshell) it's suddenly not working. I still

Re: [FFmpeg-user] Stereoscopic hwaccel

2019-09-28 Thread Carl Eugen Hoyos
Am Fr., 27. Sept. 2019 um 19:23 Uhr schrieb JackDesBwa : > > You would have to ask in #ffmpeg as such a filter would not > > be part of libx264 (which by definition always re-encodes). > > Ok, I will go there when I have some time. Sorry for my misleading comment: I meant that people could have

Re: [FFmpeg-user] ffmpeg nvenc without cuda

2019-09-28 Thread Johanna Nilson
Thank you very much for your answers! Every community should be proud to have such an active and willing to help members. I see that it's not possible to achieve my goal today the direct way, c’est la vie. вс, 22 сент. 2019 г. в 00:11, Carl Eugen Hoyos : > Am Sa., 21. Sept. 2019 um 17:47 Uhr

Re: [FFmpeg-user] C:v copy h264 to mp4 blured frames problem

2019-09-28 Thread Carl Eugen Hoyos
Am Sa., 28. Sept. 2019 um 17:58 Uhr schrieb Johanna Nilson : > > Good day! > > I try to convert h264 file to mp4 without converting video data. I use this > command line: > > ffmpeg -y -f h264 -i input.h264 -c:v copy output.mp4 > or > ffmpeg -y -f h264 -i input.h264 -c:v copy output.avi > >

Re: [FFmpeg-user] C:v copy h264 to mp4 blured frames problem

2019-09-28 Thread Johanna Nilson
Sorry, didn't want to bother with stupid questions. I've examined that there is no problems with input.h264 file in VLC player. After your answer I looked input.h264 in ffplay and found the same quality issues with blurred frames that was in output.mp4. So, the question is closed, now I understand

[FFmpeg-user] error in make test

2019-09-28 Thread S Andreason
Hi, I have current ffmpeg by git, updated yesterday, running on Debian desktop. I was successful in configure, make, and make install, but when trying to get ass to work (not the issue for this email) I ran make test and it stopped with this error, and it looks reportable to me, and I can't

Re: [FFmpeg-user] Stereoscopic hwaccel

2019-09-28 Thread Ted Park
How/where are you checking for the frame packing information? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject

Re: [FFmpeg-user] ffmpeg in jailshell encoding with libx264

2019-09-28 Thread Carl Eugen Hoyos
Am Sa., 28. Sept. 2019 um 09:53 Uhr schrieb Fred : > ./ffmpeg -f image2 -framerate 12 -pattern_type glob -i > "./2019-09-27/*.jpg" -filter:v scale=960:-1 -c:v libx264+ -crf 30 > -preset slow day_2019-09-27.mkv Complete, uncut console output missing and please test current FFmpeg git head. Does

[FFmpeg-user] C:v copy h264 to mp4 blured frames problem

2019-09-28 Thread Johanna Nilson
Good day! I try to convert h264 file to mp4 without converting video data. I use this command line: ffmpeg -y -f h264 -i input.h264 -c:v copy output.mp4 or ffmpeg -y -f h264 -i input.h264 -c:v copy output.avi Output: ffmpeg version 4.2 Copyright (c) 2000-2019 the FFmpeg developers built with

Re: [FFmpeg-user] error in make test

2019-09-28 Thread Carl Eugen Hoyos
Am Sa., 28. Sept. 2019 um 21:01 Uhr schrieb S Andreason : > > Hi, I have current ffmpeg by git, updated yesterday, running on Debian > desktop. > > I was successful in configure, make, and make install, but when trying > to get ass to work (not the issue for this email) I ran make test and it Not

[FFmpeg-user] current ffmpeg creates shortened audio stream when filter amix

2019-09-28 Thread S Andreason
I am getting a shortened audio stream when including the audio filters aresample and amix, which later makes it impossible to concat the clips, because the different stream lengths lose sync between audio and video, with errors: Invalid audio PTS First, here is the output from latest ffmpeg