LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro
User Name
Password
LinuxQuestions.org Member Intro New to LinuxQuestions.org? Been a long time member but never made a post? Introduce yourself here.

Notices


Closed Thread
  Search this Thread
Old 07-03-2016, 12:10 PM   #1
Linhooks
LQ Newbie
 
Registered: Jul 2016
Distribution: suse, slack, debian, mageia
Posts: 7

Rep: Reputation: Disabled
Why waste an intro ...video artifacts in my homemade ffmpeg videos?


I'm taking hi-res screencasts of googleearth sim sessions with fffmpeg, typical code:

ffmpeg -thread_queue_size 1024 -y -r 30 -f x11grab -s 1509x1080 -i :0.0+91,0 -c:v libx264rgb -crf 0 -preset:v ultrafast 0-capture-crf0.mkv

I might watermark with a transparent image like so:

ffmpeg -i c3237vs.mkv -i img4.png -c:v libx264rgb -preset veryslow -qp 0 -filter_complex "overlay=0:0:enable='between(t,36,41)'" d3641vs.mkv

Problem is that the playback with VLC sometimes shows 'artifacts'(?)

machines are asus g73 and amd-8-core with nvidia, these artifacts appear almost exclusively on videos that I have made as above and less frequently if i inject images with '-preset ultrafast' (but I haven't really been able to nail it).


According to some experts underclocking the gpu might be the answer, if so, how would i do that & why would my vids require it more than others?

oh yeah, greets!

[blinking around 48n66w]
 
Old 07-03-2016, 12:34 PM   #2
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Are you sure the artifacts are happening on "playback", and they're not actually GPU corruption that's happening during capture and then getting accurately recorded?
 
Old 07-03-2016, 01:08 PM   #3
Linhooks
LQ Newbie
 
Registered: Jul 2016
Distribution: suse, slack, debian, mageia
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by dugan View Post
Are you sure the artifacts are happening on "playback", and they're not actually GPU corruption that's happening during capture and then getting accurately recorded?
not qualified to know

i think maybe not on account of that when a video watermarked using 'veryslow' plays artifacts and i then repeat the exercise with 'ultrafast' then the artifacts might vanish. I've also seen them appear only after so many plays, i'm beginning to think gpu overheat over time but i'm really at the very beginning of the hunt. Done about 50 in the last few days & i never ever saw stuff like this in my life.

another clue is that when i reload a badly grimacing 5 gigger into brakehandle it will let me produce a clean and much smaller mv4 file that shows no corruption at all. I don't imaginse this would be possible with an original corrupted at the source file level.

Would it be possible for such home spun hires vids to so overload a gpu? Such should be impossible, but searching on the net i see lotsa complaints.
 
Old 07-03-2016, 03:23 PM   #4
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Rep: Reputation: 147Reputation: 147
Welcome to the forum.
Please be aware that this forum is for introductions only, not asking technical questions. See info.
http://www.linuxquestions.org/questi...se-read-81010/

You would probably get a better response to your question by starting a new thread in the appropriate forum

Last edited by offgridguy; 07-03-2016 at 03:28 PM.
 
Old 07-03-2016, 03:32 PM   #5
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
You should watch one of the videos on some other machine, to eliminate the possibility that it the artifacts are in the file and not the hardware. Also, try a different player (mpv or mplayer and ffplay and xine instead of VLC) to see if the behaviour is different.

I do not believe your GPU would be overheating from media playback, but I guess there's the possibility. I would suspect caching issues; do you have enough RAM to create a ramdisk and then play the media file back from that? I'd be interested in hearing if that behaved differently on the current hardware.
 
Old 07-03-2016, 08:19 PM   #6
Linhooks
LQ Newbie
 
Registered: Jul 2016
Distribution: suse, slack, debian, mageia
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by notKlaatu View Post
You should watch one of the videos on some other machine, to eliminate the possibility that it the artifacts are in the file and not the hardware. Also, try a different player (mpv or mplayer and ffplay and xine instead of VLC) to see if the behaviour is different.

I do not believe your GPU would be overheating from media playback, but I guess there's the possibility. I would suspect caching issues; do you have enough RAM to create a ramdisk and then play the media file back from that? I'd be interested in hearing if that behaved differently on the current hardware.
I did the ramdisk thing, still artifacting. Since the problem is on both boxes, although perhaps not necessarily equally, it could be more than just hardware.

I'll repost somewhere else
 
Old 07-03-2016, 08:19 PM   #7
Linhooks
LQ Newbie
 
Registered: Jul 2016
Distribution: suse, slack, debian, mageia
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by offgridguy View Post
Welcome to the forum.
Please be aware that this forum is for introductions only, not asking technical questions. See info.
http://www.linuxquestions.org/questi...se-read-81010/

You would probably get a better response to your question by starting a new thread in the appropriate forum
I suppose you're right, I'm outta here :-)
 
Old 07-03-2016, 08:56 PM   #8
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by offgridguy View Post
Please be aware that this forum is for introductions only, not asking technical questions. See info.
http://www.linuxquestions.org/questi...se-read-81010/

You would probably get a better response to your question by starting a new thread in the appropriate forum
+1

Welcome to the forum

Because of what offgridguy mentioned above, I have requested that a moderator move this thread.

EDIT: I just now noticed your post above and the new thread you created. The moderator will need to decide which thread to close or move, etc.

Regards...

Last edited by ardvark71; 07-03-2016 at 09:02 PM. Reason: Added information.
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
flash videos leaving strange artifacts behind unclejed613 Slackware 7 07-04-2011 09:51 PM
Fedora LiveCD: Video artifacts?? kingtermite Fedora 1 06-01-2008 08:16 AM
LXer: Homemade Firefox videos to become TV ads LXer Syndicated Linux News 0 12-07-2006 10:54 AM
Strange colour artifacts while watching videos, on GeForce 6200 PatrickMay16 Linux - General 1 07-07-2006 10:18 AM
Video/Display Artifacts suckydad Red Hat 2 01-13-2004 12:21 AM

LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro

All times are GMT -5. The time now is 07:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration