Playing GoPro video in Linux
I have 1080p 60fps video that I took with my GoPro Hero4 and want to play on my linux desktop.
When I try to use Totem to watch the videos, it always plays them in slow motion and the sound cuts out after watching for 3 seconds. If I move haead to another point in the video, the sound starts again but then cuts out.
When I use VLC player, the sound works properly, but the video is so choppy and pixelated it is unwatchable.
These issues occur whether I watch the videos from my PC hard drive or portable hard drive.
Do I need to install new video drivers? I have an old Dell Vostro 1710, so it is possible that something is out of date.
Edit: I dual boot with Windows 7, and the videos play great with WMP.
video vlc totem
add a comment |
I have 1080p 60fps video that I took with my GoPro Hero4 and want to play on my linux desktop.
When I try to use Totem to watch the videos, it always plays them in slow motion and the sound cuts out after watching for 3 seconds. If I move haead to another point in the video, the sound starts again but then cuts out.
When I use VLC player, the sound works properly, but the video is so choppy and pixelated it is unwatchable.
These issues occur whether I watch the videos from my PC hard drive or portable hard drive.
Do I need to install new video drivers? I have an old Dell Vostro 1710, so it is possible that something is out of date.
Edit: I dual boot with Windows 7, and the videos play great with WMP.
video vlc totem
add a comment |
I have 1080p 60fps video that I took with my GoPro Hero4 and want to play on my linux desktop.
When I try to use Totem to watch the videos, it always plays them in slow motion and the sound cuts out after watching for 3 seconds. If I move haead to another point in the video, the sound starts again but then cuts out.
When I use VLC player, the sound works properly, but the video is so choppy and pixelated it is unwatchable.
These issues occur whether I watch the videos from my PC hard drive or portable hard drive.
Do I need to install new video drivers? I have an old Dell Vostro 1710, so it is possible that something is out of date.
Edit: I dual boot with Windows 7, and the videos play great with WMP.
video vlc totem
I have 1080p 60fps video that I took with my GoPro Hero4 and want to play on my linux desktop.
When I try to use Totem to watch the videos, it always plays them in slow motion and the sound cuts out after watching for 3 seconds. If I move haead to another point in the video, the sound starts again but then cuts out.
When I use VLC player, the sound works properly, but the video is so choppy and pixelated it is unwatchable.
These issues occur whether I watch the videos from my PC hard drive or portable hard drive.
Do I need to install new video drivers? I have an old Dell Vostro 1710, so it is possible that something is out of date.
Edit: I dual boot with Windows 7, and the videos play great with WMP.
video vlc totem
video vlc totem
edited Jun 25 '15 at 5:33
Brian
asked Jun 24 '15 at 1:48
BrianBrian
10112
10112
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You should enable gpu decoding using this guide How do I enable hardware accelerated video in VLC with Intel HD 4000 GPU? and see if that helps it really helped with my netbook a dell mini 1012
His Dell Vostro does not have an Intel HD GPU, it has a much older Intel GMA X3100 - I'd be surprised if it did hardware video decode.
– thomasrutter
Jun 24 '15 at 3:42
add a comment |
You have a 9 year old single-core mobile Celeron CPU. It's likely that it's just not powerful enough to support h.264 at 1080P 60fps.
The symptoms you describe do imply this to be the case.
If so, there is no easy way to play these in their current format without updating to a modern CPU.
You could:
- Record at a lower frame rate or resolution
- Transcode to a lower frame rate or resolution for playback later (this will be VERY slow if done on your laptop)
- Try messing with decode settings in VLC, primarily disable "in-loop deblocking" - however this WILL visibly degrade picture quality.
I have a dual boot with Windows 7. Windows Media Player works perfectly, so I find it hard to believe that my CPU is incapable of playing the video.
– Brian
Jun 24 '15 at 7:12
That rules out your CPU being too slow then. You may want to add that information to your question.
– thomasrutter
Jun 24 '15 at 11:23
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f640209%2fplaying-gopro-video-in-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should enable gpu decoding using this guide How do I enable hardware accelerated video in VLC with Intel HD 4000 GPU? and see if that helps it really helped with my netbook a dell mini 1012
His Dell Vostro does not have an Intel HD GPU, it has a much older Intel GMA X3100 - I'd be surprised if it did hardware video decode.
– thomasrutter
Jun 24 '15 at 3:42
add a comment |
You should enable gpu decoding using this guide How do I enable hardware accelerated video in VLC with Intel HD 4000 GPU? and see if that helps it really helped with my netbook a dell mini 1012
His Dell Vostro does not have an Intel HD GPU, it has a much older Intel GMA X3100 - I'd be surprised if it did hardware video decode.
– thomasrutter
Jun 24 '15 at 3:42
add a comment |
You should enable gpu decoding using this guide How do I enable hardware accelerated video in VLC with Intel HD 4000 GPU? and see if that helps it really helped with my netbook a dell mini 1012
You should enable gpu decoding using this guide How do I enable hardware accelerated video in VLC with Intel HD 4000 GPU? and see if that helps it really helped with my netbook a dell mini 1012
edited Apr 13 '17 at 12:25
Community♦
1
1
answered Jun 24 '15 at 3:26
Evert GuzmanEvert Guzman
1
1
His Dell Vostro does not have an Intel HD GPU, it has a much older Intel GMA X3100 - I'd be surprised if it did hardware video decode.
– thomasrutter
Jun 24 '15 at 3:42
add a comment |
His Dell Vostro does not have an Intel HD GPU, it has a much older Intel GMA X3100 - I'd be surprised if it did hardware video decode.
– thomasrutter
Jun 24 '15 at 3:42
His Dell Vostro does not have an Intel HD GPU, it has a much older Intel GMA X3100 - I'd be surprised if it did hardware video decode.
– thomasrutter
Jun 24 '15 at 3:42
His Dell Vostro does not have an Intel HD GPU, it has a much older Intel GMA X3100 - I'd be surprised if it did hardware video decode.
– thomasrutter
Jun 24 '15 at 3:42
add a comment |
You have a 9 year old single-core mobile Celeron CPU. It's likely that it's just not powerful enough to support h.264 at 1080P 60fps.
The symptoms you describe do imply this to be the case.
If so, there is no easy way to play these in their current format without updating to a modern CPU.
You could:
- Record at a lower frame rate or resolution
- Transcode to a lower frame rate or resolution for playback later (this will be VERY slow if done on your laptop)
- Try messing with decode settings in VLC, primarily disable "in-loop deblocking" - however this WILL visibly degrade picture quality.
I have a dual boot with Windows 7. Windows Media Player works perfectly, so I find it hard to believe that my CPU is incapable of playing the video.
– Brian
Jun 24 '15 at 7:12
That rules out your CPU being too slow then. You may want to add that information to your question.
– thomasrutter
Jun 24 '15 at 11:23
add a comment |
You have a 9 year old single-core mobile Celeron CPU. It's likely that it's just not powerful enough to support h.264 at 1080P 60fps.
The symptoms you describe do imply this to be the case.
If so, there is no easy way to play these in their current format without updating to a modern CPU.
You could:
- Record at a lower frame rate or resolution
- Transcode to a lower frame rate or resolution for playback later (this will be VERY slow if done on your laptop)
- Try messing with decode settings in VLC, primarily disable "in-loop deblocking" - however this WILL visibly degrade picture quality.
I have a dual boot with Windows 7. Windows Media Player works perfectly, so I find it hard to believe that my CPU is incapable of playing the video.
– Brian
Jun 24 '15 at 7:12
That rules out your CPU being too slow then. You may want to add that information to your question.
– thomasrutter
Jun 24 '15 at 11:23
add a comment |
You have a 9 year old single-core mobile Celeron CPU. It's likely that it's just not powerful enough to support h.264 at 1080P 60fps.
The symptoms you describe do imply this to be the case.
If so, there is no easy way to play these in their current format without updating to a modern CPU.
You could:
- Record at a lower frame rate or resolution
- Transcode to a lower frame rate or resolution for playback later (this will be VERY slow if done on your laptop)
- Try messing with decode settings in VLC, primarily disable "in-loop deblocking" - however this WILL visibly degrade picture quality.
You have a 9 year old single-core mobile Celeron CPU. It's likely that it's just not powerful enough to support h.264 at 1080P 60fps.
The symptoms you describe do imply this to be the case.
If so, there is no easy way to play these in their current format without updating to a modern CPU.
You could:
- Record at a lower frame rate or resolution
- Transcode to a lower frame rate or resolution for playback later (this will be VERY slow if done on your laptop)
- Try messing with decode settings in VLC, primarily disable "in-loop deblocking" - however this WILL visibly degrade picture quality.
answered Jun 24 '15 at 3:48
thomasrutterthomasrutter
26.9k46489
26.9k46489
I have a dual boot with Windows 7. Windows Media Player works perfectly, so I find it hard to believe that my CPU is incapable of playing the video.
– Brian
Jun 24 '15 at 7:12
That rules out your CPU being too slow then. You may want to add that information to your question.
– thomasrutter
Jun 24 '15 at 11:23
add a comment |
I have a dual boot with Windows 7. Windows Media Player works perfectly, so I find it hard to believe that my CPU is incapable of playing the video.
– Brian
Jun 24 '15 at 7:12
That rules out your CPU being too slow then. You may want to add that information to your question.
– thomasrutter
Jun 24 '15 at 11:23
I have a dual boot with Windows 7. Windows Media Player works perfectly, so I find it hard to believe that my CPU is incapable of playing the video.
– Brian
Jun 24 '15 at 7:12
I have a dual boot with Windows 7. Windows Media Player works perfectly, so I find it hard to believe that my CPU is incapable of playing the video.
– Brian
Jun 24 '15 at 7:12
That rules out your CPU being too slow then. You may want to add that information to your question.
– thomasrutter
Jun 24 '15 at 11:23
That rules out your CPU being too slow then. You may want to add that information to your question.
– thomasrutter
Jun 24 '15 at 11:23
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f640209%2fplaying-gopro-video-in-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown