On Linux, how to play an image sequency with audio?Play audio over network with Windows 7? Command-line video...

Why do neural networks need so many training examples to perform?

Does an Eldritch Knight's Weapon Bond protect him from losing his weapon to a Telekinesis spell?

Possible issue with my W4 and tax return

Does the US government have any planning in place to ensure there's no shortages of food, fuel, steel and other commodities?

A fantasy book with seven white haired women on the cover

What species should be used for storage of human minds?

Why didn't Tom Riddle take the presence of Fawkes and the Sorting Hat as more of a threat?

What can I do to encourage my players to use their consumables?

Count repetitions of an array

Memory usage: #define vs. static const for uint8_t

How do I prevent a homebrew Grappling Hook feature from trivializing Tomb of Annihilation?

Why does 0.-5 evaluate to -5?

Does Skippy chunky peanut butter contain trans fat?

Could a warlock use the One with Shadows warlock invocation to turn invisible, and then move while staying invisible?

How big is a framed opening for a door relative to the finished door opening width?

Which RAF squadrons and aircraft types took part in the bombing of Berlin on the 25th of August 1940?

Cat is tipping over bed-side lamps during the night

Book where a space ship journeys to the center of the galaxy to find all the stars had gone supernova

Why avoid shared user accounts?

A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?

Why is the "Domain users" group missing from this Powershell AD Query?

Website seeing my Facebook data?

Critique vs nitpicking

How do you get out of your own psychology to write characters?



On Linux, how to play an image sequency with audio?


Play audio over network with Windows 7? Command-line video editing in Linux (cut, join and preview).flv videos only play audio without imagePlay local audio on remote computer (Linux)FFMpeg convert jpeg images to videoPlay phone's audio through GNU/Linux server over bluetoothhow to play audio files with crossfading on Linux?Play audio-only file with subtitles, possibly use some still image as stubPlay 60fps video at 30fpsAudio-image merging













0















I want to view an image sequence playing with external audio simultaneously.



I'm currently using mpv "mf://*.jpg" -mf-fps X to play sequences. Not sure how to define audio stream, yet.



I'm aware of merging the two formats with something like ffmpeg, however; I'd like to skip that part.



Preferably, I'd like to use FOSS software.



I've stumbled upon DJV developer mentioning working on audio support in this thread (the ticket being here), thought I haven't been able to spot any implementation in the software, yet.










share|improve this question



























    0















    I want to view an image sequence playing with external audio simultaneously.



    I'm currently using mpv "mf://*.jpg" -mf-fps X to play sequences. Not sure how to define audio stream, yet.



    I'm aware of merging the two formats with something like ffmpeg, however; I'd like to skip that part.



    Preferably, I'd like to use FOSS software.



    I've stumbled upon DJV developer mentioning working on audio support in this thread (the ticket being here), thought I haven't been able to spot any implementation in the software, yet.










    share|improve this question

























      0












      0








      0








      I want to view an image sequence playing with external audio simultaneously.



      I'm currently using mpv "mf://*.jpg" -mf-fps X to play sequences. Not sure how to define audio stream, yet.



      I'm aware of merging the two formats with something like ffmpeg, however; I'd like to skip that part.



      Preferably, I'd like to use FOSS software.



      I've stumbled upon DJV developer mentioning working on audio support in this thread (the ticket being here), thought I haven't been able to spot any implementation in the software, yet.










      share|improve this question














      I want to view an image sequence playing with external audio simultaneously.



      I'm currently using mpv "mf://*.jpg" -mf-fps X to play sequences. Not sure how to define audio stream, yet.



      I'm aware of merging the two formats with something like ffmpeg, however; I'd like to skip that part.



      Preferably, I'd like to use FOSS software.



      I've stumbled upon DJV developer mentioning working on audio support in this thread (the ticket being here), thought I haven't been able to spot any implementation in the software, yet.







      linux command-line audio images mpv






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked yesterday









      quaechedquaeched

      2316




      2316






















          1 Answer
          1






          active

          oldest

          votes


















          0














          With mpv, use one of the --audio-file=<file> / --audio-files=<files> options.



          From man mpv:




          Play audio from an external file while viewing a video.







          share|improve this answer























            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
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1409054%2fon-linux-how-to-play-an-image-sequency-with-audio%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            With mpv, use one of the --audio-file=<file> / --audio-files=<files> options.



            From man mpv:




            Play audio from an external file while viewing a video.







            share|improve this answer




























              0














              With mpv, use one of the --audio-file=<file> / --audio-files=<files> options.



              From man mpv:




              Play audio from an external file while viewing a video.







              share|improve this answer


























                0












                0








                0







                With mpv, use one of the --audio-file=<file> / --audio-files=<files> options.



                From man mpv:




                Play audio from an external file while viewing a video.







                share|improve this answer













                With mpv, use one of the --audio-file=<file> / --audio-files=<files> options.



                From man mpv:




                Play audio from an external file while viewing a video.








                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 6 hours ago









                quaechedquaeched

                2316




                2316






























                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1409054%2fon-linux-how-to-play-an-image-sequency-with-audio%23new-answer', 'question_page');
                    }
                    );

                    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







                    Popular posts from this blog

                    Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

                    Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

                    Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...