Controlling FFMPEG InputUnable to specify parameters to cvlc in a scriptHow to provide multiple input to...
What is a term for a function that when called repeatedly, has the same effect as calling once?
Understanding Kramnik's play in game 1 of Candidates 2018
How to speed up a process
How to properly claim credit for peer review?
What is the difference between throw e and throw new Exception(e)?
What do the pedals on grand pianos do?
What can I substitute for soda pop in a sweet pork recipe?
Logistics of a hovering watercraft in a fantasy setting
Is divide-by-zero a security vulnerability?
Has the Isbell–Freyd criterion ever been used to check that a category is concretisable?
Borrowing Characters
If nine coins are tossed, what is the probability that the number of heads is even?
Easy code troubleshooting in wordpress
What's the purpose of these copper coils with resistors inside them in A Yamaha RX-V396RDS amplifier?
How do I construct an nxn matrix?
How to mitigate "bandwagon attacking" from players?
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
I can't die. Who am I?
What is the wife of a henpecked husband called?
How and when are the raw materials used in the Fabricate spell converted into the item(s)?
How to count occurrences of Friday 13th
When was drinking water recognized as crucial in marathon running?
Where is this triangular-shaped space station from?
Controlling FFMPEG Input
Unable to specify parameters to cvlc in a scriptHow to provide multiple input to ffmpeg?Decent profile for transcoding to webm and mp4 files with ffmpegHow to properly concaternate two audio files together?Pipe VLC output to ffplay?ffmpeg - different input and output durationBuffering FFmpeg input in the RAMBatch merge/mux MP4 and SRT files to MKVFFmpeg error with video streamHow do I specify ffmpeg video directory?
I am trying to find a good way of controlling video that I can pipe into FFMPEG.
My first idea is to use VLC and pipe the ouput into FFMPEG, that way I can control VLC using it's API and I can still pause input and schedule a playlist etc.
I'm struggling to find a way to pipe rawvideo out of VLC and into FFMPEG however, I was hoping to do something like this:
vlc -I cvlc input.mkv --sout="#std{access=file,mux=rawvid,dst=-}" | ./ffmpeg -y -re -i - output.mkv
It's not working, outputting errors like this:
pipe:: Invalid data found when processing input
I'm not familiar with VLCs commandline, and I'm struggling to navigate the documentation to find what I need. Can anyone suggest a better way I could do this, or how I could get VLC to pipe output correctly?
If possible I don't want to do any transcoding because FFMPEG will need to do that anyway.
command-line video ffmpeg vlc-media-player
add a comment |
I am trying to find a good way of controlling video that I can pipe into FFMPEG.
My first idea is to use VLC and pipe the ouput into FFMPEG, that way I can control VLC using it's API and I can still pause input and schedule a playlist etc.
I'm struggling to find a way to pipe rawvideo out of VLC and into FFMPEG however, I was hoping to do something like this:
vlc -I cvlc input.mkv --sout="#std{access=file,mux=rawvid,dst=-}" | ./ffmpeg -y -re -i - output.mkv
It's not working, outputting errors like this:
pipe:: Invalid data found when processing input
I'm not familiar with VLCs commandline, and I'm struggling to navigate the documentation to find what I need. Can anyone suggest a better way I could do this, or how I could get VLC to pipe output correctly?
If possible I don't want to do any transcoding because FFMPEG will need to do that anyway.
command-line video ffmpeg vlc-media-player
add a comment |
I am trying to find a good way of controlling video that I can pipe into FFMPEG.
My first idea is to use VLC and pipe the ouput into FFMPEG, that way I can control VLC using it's API and I can still pause input and schedule a playlist etc.
I'm struggling to find a way to pipe rawvideo out of VLC and into FFMPEG however, I was hoping to do something like this:
vlc -I cvlc input.mkv --sout="#std{access=file,mux=rawvid,dst=-}" | ./ffmpeg -y -re -i - output.mkv
It's not working, outputting errors like this:
pipe:: Invalid data found when processing input
I'm not familiar with VLCs commandline, and I'm struggling to navigate the documentation to find what I need. Can anyone suggest a better way I could do this, or how I could get VLC to pipe output correctly?
If possible I don't want to do any transcoding because FFMPEG will need to do that anyway.
command-line video ffmpeg vlc-media-player
I am trying to find a good way of controlling video that I can pipe into FFMPEG.
My first idea is to use VLC and pipe the ouput into FFMPEG, that way I can control VLC using it's API and I can still pause input and schedule a playlist etc.
I'm struggling to find a way to pipe rawvideo out of VLC and into FFMPEG however, I was hoping to do something like this:
vlc -I cvlc input.mkv --sout="#std{access=file,mux=rawvid,dst=-}" | ./ffmpeg -y -re -i - output.mkv
It's not working, outputting errors like this:
pipe:: Invalid data found when processing input
I'm not familiar with VLCs commandline, and I'm struggling to navigate the documentation to find what I need. Can anyone suggest a better way I could do this, or how I could get VLC to pipe output correctly?
If possible I don't want to do any transcoding because FFMPEG will need to do that anyway.
command-line video ffmpeg vlc-media-player
command-line video ffmpeg vlc-media-player
asked 8 hours ago
HugoHugo
1063
1063
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1411217%2fcontrolling-ffmpeg-input%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1411217%2fcontrolling-ffmpeg-input%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