Décaler le son avec omxplayer

Bonjour,

Je lis mes videos avec un raspberry pi branché sur ma télé.
J’ai téléchargé une vidéo un peu pourrie où le son est décalé par rapport à l’image (0,7s si j’en crois les commentaires).
Existe-t-il une commande sous omxplayer pour recaler le son ?

Merci d’avance de me répondre
A bientôt

Non il n’existe pas de commande tous faite pour faire sa ,mais vu la listes des options de omxplayer,

omxplayer [OPTIONS] [FILE]

-h --help Print this help
-v --version Print version info
-k --keys Print key bindings
-n --aidx index Audio stream index : e.g. 1
-o --adev device Audio out device : e.g. hdmi/local/both
-i --info Dump stream format and exit
-I --with-info dump stream format before playback
-s --stats Pts and buffer stats
-p --passthrough Audio passthrough
-d --deinterlace Force deinterlacing
–nodeinterlace Force no deinterlacing
–nativedeinterlace let display handle interlace
–anaglyph type convert 3d to anaglyph
–advanced Allow advanced deinterlace for HD videos
-w --hw Hw audio decoding
-3 --3d mode Switch tv into 3d mode (e.g. SBS/TB)
-M --allow-mvc Allow decoding of both views of MVC stereo stream
-y --hdmiclocksync Display refresh rate to match video (default)
-z --nohdmiclocksync Do not adjust display refresh rate to match video
-t --sid index Show subtitle with index
-r --refresh Adjust framerate/resolution to video
-g --genlog Generate log file
-l --pos n Start position (hh:mm:ss)
-b --blank Set background to black
–loop Loop file. Ignored if file not seekable
–no-boost-on-downmix Don’t boost volume when downmixing
–vol n set initial volume in millibels (default 0)
–amp n set initial amplification in millibels (default 0)
–no-osd Do not display status information on screen
–no-keys Disable keyboard input (prevents hangs for certain TTYs)
–subtitles path External subtitles in UTF-8 srt format
–font path Default: /usr/share/fonts/truetype/freefont/FreeSans.ttf
–italic-font path Default: /usr/share/fonts/truetype/freefont/FreeSansOblique.ttf
–font-size size Font size in 1/1000 screen height (default: 55)
–align left/center Subtitle alignment (default: left)
–no-ghost-box No semitransparent boxes behind subtitles
–lines n Number of lines in the subtitle buffer (default: 3)
–win ‹ x1 y1 x2 y2 › Set position of video window
–win x1,y1,x2,y2 Set position of video window
–crop ‹ x1 y1 x2 y2 › Set crop area for input video
–crop x1,y1,x2,y2 Set crop area for input video
–aspect-mode type Letterbox, fill, stretch. Default: stretch if win is specified, letterbox otherwise
–audio_fifo n Size of audio output fifo in seconds
–video_fifo n Size of video output fifo in MB
–audio_queue n Size of audio input queue in MB
–video_queue n Size of video input queue in MB
–threshold n Amount of buffered data required to finish buffering [s]
–timeout n Timeout for stalled file/network operations (default 10s)
–orientation n Set orientation of video (0, 90, 180 or 270)
–fps n Set fps of video where timestamps are not present
–live Set for live tv or vod type stream
–layout Set output speaker layout (e.g. 5.1)
–dbus_name name default: org.mpris.MediaPlayer2.omxplayer
–key-config Uses key bindings in instead of the default
–alpha Set video transparency (0…255)
–layer n Set video render layer number (higher numbers are on top)
–display n Set display to output to
–cookie ‹ cookie › Send specified cookie as part of HTTP requests
–user-agent ‹ ua › Send specified User-Agent as part of HTTP requests
–lavfdopts ‹ opts › Options passed to libavformat, e.g. ‹ probesize:250000,… ›

je pense qu’il est possible de faire un script pour répondre à tes besoin donc si t’est chaux et que tu sait scripter en shell ,fonce sinon regarde sur le net si qu’elle qu’un la pas déja faits.

P.S : Pour ma part il suffit simplement de monter la vidéo et de recaler la bande son pas besoin de script , a pars si sa vient d’un problème d’encodage et que c’est oxmplayer qui galére

Ok, je suis pas au top sur les script shell, du coup je vais recaler la bande son en remontant la vidéo.
Je pense que c’est vraiment un problème d’encodage car dans les commentaires les autres ont le même problème que moi.

Merci bien d’avoir répondu !